Compare commits

...

2 Commits

Author SHA1 Message Date
David Dollar
7d751470d2 0.7.3 2010-08-24 17:41:36 -04:00
David Dollar
68c1a01f15 add executable and man page to gem release 2010-08-24 17:41:22 -04:00
2 changed files with 4 additions and 1 deletions

View File

@@ -6,4 +6,7 @@ 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"
end

View File

@@ -1,6 +1,6 @@
module Foreman
VERSION = "0.7.2"
VERSION = "0.7.3"
class AppDoesNotExist < Exception; end