diff --git a/foreman.gemspec b/foreman.gemspec index bc6ddfc..732073a 100644 --- a/foreman.gemspec +++ b/foreman.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{foreman} - s.version = "0.3.2" + s.version = "0.4.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["David Dollar"] - s.date = %q{2010-06-22} + s.date = %q{2010-06-23} s.default_executable = %q{foreman} s.description = %q{Process manager for applications with multiple components} s.email = %q{ddollar@gmail.com} @@ -25,6 +25,7 @@ Gem::Specification.new do |s| "lib/foreman/configuration.rb", "lib/foreman/engine.rb", "lib/foreman/export.rb", + "lib/foreman/export/base.rb", "lib/foreman/export/upstart.rb", "lib/foreman/process.rb", "spec/foreman/cli_spec.rb",