Files
foreman/foreman.gemspec
T
2010-09-17 09:31:08 -04:00

14 lines
388 B
Ruby

require "rubygems"
require "parka/specification"
Parka::Specification.new do |gem|
gem.name = "foreman"
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