add executable and man page to gem release

This commit is contained in:
David Dollar
2010-08-24 17:41:22 -04:00
parent 08f9027cb4
commit 68c1a01f15

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