Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcfa913fb0 | ||
|
|
fc438472f9 |
@@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
foreman (0.30.0)
|
||||
foreman (0.30.1)
|
||||
term-ansicolor (~> 1.0.5)
|
||||
thor (>= 0.13.6)
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ require "tempfile"
|
||||
require "timeout"
|
||||
require "term/ansicolor"
|
||||
require "fileutils"
|
||||
require "thread"
|
||||
|
||||
class Foreman::Engine
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module Foreman
|
||||
|
||||
VERSION = "0.30.0"
|
||||
VERSION = "0.30.1"
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user