ironfan.gemspec in ironfan-4.1.0 vs ironfan.gemspec in ironfan-4.1.1
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "ironfan"
- s.version = "4.1.0"
+ s.version = "4.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Infochimps"]
- s.date = "2012-09-24"
+ s.date = "2012-09-27"
s.description = "Ironfan allows you to orchestrate not just systems but clusters of machines. It includes a powerful layer on top of knife and a collection of cloud cookbooks."
s.email = "coders@infochimps.com"
s.extra_rdoc_files = [
"LICENSE.md",
"README.md"
@@ -83,24 +83,21 @@
"lib/ironfan/provider/ec2/security_group.rb",
"lib/ironfan/provider/virtualbox.rb",
"lib/ironfan/provider/virtualbox/machine.rb",
"lib/ironfan/requirements.rb",
"spec/ironfan/cluster_spec.rb",
- "spec/ironfan/facet_spec.rb",
- "spec/ironfan/server_slice_spec.rb",
- "spec/ironfan/server_spec.rb",
- "spec/ironfan_spec.rb",
+ "spec/ironfan/ec2/security_group_spec.rb",
"spec/spec_helper.rb",
"spec/spec_helper/dummy_chef.rb",
"spec/test_config.rb",
"tasks/chef_config.rake"
]
s.homepage = "http://infochimps.com/labs"
s.licenses = ["apachev2"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"
s.summary = "Ironfan allows you to orchestrate not just systems but clusters of machines. It includes a powerful layer on top of knife and a collection of cloud cookbooks."
- s.test_files = ["spec/ironfan_spec.rb", "spec/spec_helper/dummy_chef.rb", "spec/ironfan/cluster_spec.rb", "spec/ironfan/server_slice_spec.rb", "spec/ironfan/server_spec.rb", "spec/ironfan/facet_spec.rb", "spec/spec_helper.rb", "spec/test_config.rb"]
+ s.test_files = ["spec/spec_helper/dummy_chef.rb", "spec/ironfan/cluster_spec.rb", "spec/ironfan/ec2/security_group_spec.rb", "spec/spec_helper.rb", "spec/test_config.rb"]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then