ironfan.gemspec in ironfan-4.3.4 vs ironfan.gemspec in ironfan-4.4.0
- 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.3.4"
+ s.version = "4.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Infochimps"]
- s.date = "2012-10-11"
+ s.date = "2012-10-22"
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"
@@ -19,10 +19,11 @@
s.files = [
".gitignore",
".rspec",
".yardopts",
"CHANGELOG.md",
+ "ELB.md",
"Gemfile",
"Guardfile",
"LICENSE.md",
"README.md",
"Rakefile",
@@ -75,22 +76,66 @@
"lib/ironfan/provider/chef/node.rb",
"lib/ironfan/provider/chef/role.rb",
"lib/ironfan/provider/ec2.rb",
"lib/ironfan/provider/ec2/ebs_volume.rb",
"lib/ironfan/provider/ec2/elastic_ip.rb",
+ "lib/ironfan/provider/ec2/elastic_load_balancer.rb",
+ "lib/ironfan/provider/ec2/iam_server_certificate.rb",
"lib/ironfan/provider/ec2/keypair.rb",
"lib/ironfan/provider/ec2/machine.rb",
"lib/ironfan/provider/ec2/placement_group.rb",
"lib/ironfan/provider/ec2/security_group.rb",
"lib/ironfan/provider/virtualbox.rb",
"lib/ironfan/provider/virtualbox/machine.rb",
"lib/ironfan/requirements.rb",
+ "notes/Home.md",
+ "notes/INSTALL-cloud_setup.md",
+ "notes/INSTALL.md",
+ "notes/Ironfan-Roadmap.md",
+ "notes/advanced-superpowers.md",
+ "notes/aws_servers.jpg",
+ "notes/aws_user_key.png",
+ "notes/cookbook-versioning.md",
+ "notes/core_concepts.md",
+ "notes/declaring_volumes.md",
+ "notes/design_notes-aspect_oriented_devops.md",
+ "notes/design_notes-ci_testing.md",
+ "notes/design_notes-cookbook_event_ordering.md",
+ "notes/design_notes-meta_discovery.md",
+ "notes/ec2-pricing_and_capacity.md",
+ "notes/ec2-pricing_and_capacity.numbers",
+ "notes/homebase-layout.txt",
+ "notes/knife-cluster-commands.md",
+ "notes/named-cloud-objects.md",
+ "notes/opscode_org_key.png",
+ "notes/opscode_user_key.png",
+ "notes/philosophy.md",
+ "notes/rake_tasks.md",
+ "notes/renamed-recipes.txt",
+ "notes/silverware.md",
+ "notes/style_guide.md",
+ "notes/tips_and_troubleshooting.md",
+ "notes/version-3_2.md",
+ "notes/walkthrough-hadoop.md",
+ "notes/walkthrough-web.md",
"spec/chef/cluster_bootstrap_spec.rb",
+ "spec/fixtures/ec2/elb/snakeoil.crt",
+ "spec/fixtures/ec2/elb/snakeoil.key",
"spec/fixtures/gunbai.rb",
"spec/fixtures/gunbai_slice.json",
+ "spec/integration/minimal-chef-repo/chefignore",
+ "spec/integration/minimal-chef-repo/environments/_default.json",
+ "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_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",
"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"
@@ -98,10 +143,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/ironfan/cluster_spec.rb", "spec/ironfan/ec2/cloud_provider_spec.rb", "spec/ironfan/ec2/security_group_spec.rb", "spec/chef/cluster_bootstrap_spec.rb", "spec/fixtures/gunbai_slice.json", "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/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