Gem::Specification.new do |s| s.name = "katello-foreman-engine" s.version = "0.0.7" s.authors = ["Katello"] s.date = "2013-04-19" s.description = "Foreman specific parts in Katello" s.email = "katello-devel@redhat.com" s.files = %w(Gemfile katello-foreman-engine.gemspec LICENSE Rakefile) s.files += Dir["lib/**/*.rb"] s.files += Dir["test/test_helper.rb"] s.files += Dir["test/lib/**/*.rb"] s.homepage = "http://github.com/katello/katello-foreman-engine" s.licenses = ["GPL-2"] s.require_paths = ["lib"] s.add_dependency "foreman_api" s.add_dependency "dynflow" s.summary = "Foreman specific parts of Katello" end