Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0f5b2412c | ||
|
|
15ab54bc18 |
@@ -9,4 +9,5 @@ Parka::Specification.new do |gem|
|
|||||||
|
|
||||||
gem.executables = "foreman"
|
gem.executables = "foreman"
|
||||||
gem.files << "man/foreman.1"
|
gem.files << "man/foreman.1"
|
||||||
|
gem.files << Dir["export/**/*"]
|
||||||
end
|
end
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
module Foreman
|
module Foreman
|
||||||
|
|
||||||
VERSION = "0.7.3"
|
VERSION = "0.7.4"
|
||||||
|
|
||||||
class AppDoesNotExist < Exception; end
|
class AppDoesNotExist < Exception; end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user