amazon-ec2.gemspec in amazon-ec2-0.9.6 vs amazon-ec2.gemspec in amazon-ec2-0.9.7

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{amazon-ec2} - s.version = "0.9.6" + s.version = "0.9.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Glenn Rempe"] - s.date = %q{2010-02-25} + s.date = %q{2010-03-14} s.description = %q{A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS, Cloudwatch, and Autoscaling APIs.} s.email = %q{glenn@rempe.us} s.executables = ["ec2-gem-example.rb", "ec2-gem-profile.rb", "ec2sh", "setup.rb"] s.extra_rdoc_files = [ "ChangeLog", @@ -51,10 +51,11 @@ "lib/AWS/EC2/products.rb", "lib/AWS/EC2/security_groups.rb", "lib/AWS/EC2/snapshots.rb", "lib/AWS/EC2/spot_instance_requests.rb", "lib/AWS/EC2/spot_prices.rb", + "lib/AWS/EC2/subnets.rb", "lib/AWS/EC2/volumes.rb", "lib/AWS/ELB.rb", "lib/AWS/ELB/load_balancers.rb", "lib/AWS/RDS.rb", "lib/AWS/RDS/rds.rb", @@ -78,10 +79,11 @@ "test/test_EC2_s3_xmlsimple.rb", "test/test_EC2_security_groups.rb", "test/test_EC2_snapshots.rb", "test/test_EC2_spot_instance_requests.rb", "test/test_EC2_spot_prices.rb", + "test/test_EC2_subnets.rb", "test/test_EC2_volumes.rb", "test/test_ELB_load_balancers.rb", "test/test_RDS.rb", "test/test_helper.rb", "wsdl/2007-08-29.ec2.wsdl", @@ -112,9 +114,10 @@ "test/test_EC2_s3_xmlsimple.rb", "test/test_EC2_security_groups.rb", "test/test_EC2_snapshots.rb", "test/test_EC2_spot_instance_requests.rb", "test/test_EC2_spot_prices.rb", + "test/test_EC2_subnets.rb", "test/test_EC2_volumes.rb", "test/test_ELB_load_balancers.rb", "test/test_helper.rb", "test/test_RDS.rb" ]