ironfan.gemspec in ironfan-4.4.1 vs ironfan.gemspec in ironfan-4.4.2
- 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.4.1"
+ s.version = "4.4.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Infochimps"]
- s.date = "2012-10-23"
+ s.date = "2012-10-24"
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"
@@ -29,10 +29,12 @@
"Rakefile",
"TODO.md",
"VERSION",
"chefignore",
"config/client.rb",
+ "config/knife.bash",
+ "config/knife.bash.README.md",
"config/proxy.pac",
"config/ubuntu10.04-ironfan.erb",
"config/ubuntu11.10-ironfan.erb",
"ironfan.gemspec",
"lib/chef/knife/bootstrap/centos6.2-ironfan.erb",
@@ -127,10 +129,11 @@
"spec/integration/minimal-chef-repo/knife/credentials/knife-org.rb",
"spec/integration/minimal-chef-repo/knife/credentials/knife-user-ironfantester.rb",
"spec/integration/minimal-chef-repo/knife/knife.rb",
"spec/integration/minimal-chef-repo/roles/systemwide.rb",
"spec/integration/spec/elb_build_spec.rb",
+ "spec/integration/spec/simple_cluster_spec.rb",
"spec/integration/spec_helper.rb",
"spec/integration/spec_helper/launch_cluster.rb",
"spec/ironfan/cluster_spec.rb",
"spec/ironfan/ec2/cloud_provider_spec.rb",
"spec/ironfan/ec2/elb_spec.rb",
@@ -143,10 +146,10 @@
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/spec_helper/dummy_chef.rb", "spec/integration/spec_helper/launch_cluster.rb", "spec/integration/minimal-chef-repo/roles/systemwide.rb", "spec/integration/minimal-chef-repo/environments/_default.json", "spec/integration/minimal-chef-repo/chefignore", "spec/integration/minimal-chef-repo/knife/knife.rb", "spec/integration/minimal-chef-repo/knife/credentials/knife-user-ironfantester.rb", "spec/integration/minimal-chef-repo/knife/credentials/knife-org.rb", "spec/integration/spec/elb_build_spec.rb", "spec/integration/spec_helper.rb", "spec/ironfan/cluster_spec.rb", "spec/ironfan/ec2/cloud_provider_spec.rb", "spec/ironfan/ec2/elb_spec.rb", "spec/ironfan/ec2/security_group_spec.rb", "spec/chef/cluster_bootstrap_spec.rb", "spec/fixtures/gunbai_slice.json", "spec/fixtures/ec2/elb/snakeoil.key", "spec/fixtures/ec2/elb/snakeoil.crt", "spec/fixtures/gunbai.rb", "spec/spec_helper.rb", "spec/test_config.rb"]
+ s.test_files = ["spec/spec_helper/dummy_chef.rb", "spec/integration/spec_helper/launch_cluster.rb", "spec/integration/minimal-chef-repo/roles/systemwide.rb", "spec/integration/minimal-chef-repo/environments/_default.json", "spec/integration/minimal-chef-repo/chefignore", "spec/integration/minimal-chef-repo/knife/knife.rb", "spec/integration/minimal-chef-repo/knife/credentials/knife-user-ironfantester.rb", "spec/integration/minimal-chef-repo/knife/credentials/knife-org.rb", "spec/integration/spec/simple_cluster_spec.rb", "spec/integration/spec/elb_build_spec.rb", "spec/integration/spec_helper.rb", "spec/ironfan/cluster_spec.rb", "spec/ironfan/ec2/cloud_provider_spec.rb", "spec/ironfan/ec2/elb_spec.rb", "spec/ironfan/ec2/security_group_spec.rb", "spec/chef/cluster_bootstrap_spec.rb", "spec/fixtures/gunbai_slice.json", "spec/fixtures/ec2/elb/snakeoil.key", "spec/fixtures/ec2/elb/snakeoil.crt", "spec/fixtures/gunbai.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