Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0f5b2412c | ||
|
|
15ab54bc18 | ||
|
|
7d751470d2 | ||
|
|
68c1a01f15 |
@@ -6,4 +6,8 @@ Parka::Specification.new do |gem|
|
||||
gem.version = Foreman::VERSION
|
||||
gem.summary = "Process manager for applications with multiple components"
|
||||
gem.homepage = "http://github.com/ddollar/foreman"
|
||||
|
||||
gem.executables = "foreman"
|
||||
gem.files << "man/foreman.1"
|
||||
gem.files << Dir["export/**/*"]
|
||||
end
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module Foreman
|
||||
|
||||
VERSION = "0.7.2"
|
||||
VERSION = "0.7.4"
|
||||
|
||||
class AppDoesNotExist < Exception; end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user