0
Gem::Specification.new do |s|
0
s.name = %q{amazon-ec2}
0
- s.specification_version = 2 if s.respond_to? :specification_version=
0
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
- s.authors = ["Glenn Rempe"]
0
- s.autorequire = %q{EC2}
0
- s.date = %q{2008-04-25}
0
+ s.summary = %q{An interface library that allows Ruby or Ruby on Rails applications to easily connect to the HTTP 'Query API' for the Amazon Web Services Elastic Compute Cloud (EC2) and manipulate server instances.}
0
+ s.email = %q{glenn.rempe@gmail.com}
0
+ s.homepage = %q{http://github.com/grempe/amazon-ec2/}
0
s.description = %q{An interface library that allows Ruby or Ruby on Rails applications to easily connect to the HTTP 'Query API' for the Amazon Web Services Elastic Compute Cloud (EC2) and manipulate server instances.}
0
- s.email = %q{grempe@rubyforge.org}
0
- s.executables = ["ec2-gem-example.rb", "ec2sh", "setup.rb"]
0
- s.extra_rdoc_files = ["README.txt", "History.txt", "License.txt"]
0
- s.files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "Rakefile", "bin/ec2-gem-example.rb", "bin/ec2sh", "bin/setup.rb", "config/hoe.rb", "config/requirements.rb", "lib/EC2.rb", "lib/EC2/console.rb", "lib/EC2/elastic_ips.rb", "lib/EC2/exceptions.rb", "lib/EC2/image_attributes.rb", "lib/EC2/images.rb", "lib/EC2/instances.rb", "lib/EC2/keypairs.rb", "lib/EC2/products.rb", "lib/EC2/responses.rb", "lib/EC2/security_groups.rb", "lib/EC2/version.rb", "script/destroy", "script/generate", "script/txt2html", "setup.rb", "tasks/deployment.rake", "tasks/environment.rake", "tasks/website.rake", "test/test_EC2.rb", "test/test_EC2_console.rb", "test/test_EC2_elastic_ips.rb", "test/test_EC2_image_attributes.rb", "test/test_EC2_images.rb", "test/test_EC2_instances.rb", "test/test_EC2_keypairs.rb", "test/test_EC2_products.rb", "test/test_EC2_responses.rb", "test/test_EC2_security_groups.rb", "test/test_EC2_version.rb", "test/test_helper.rb", "website/index.html", "website/index.txt", "website/javascripts/rounded_corners_lite.inc.js", "website/stylesheets/screen.css", "website/template.rhtml"]
0
- s.homepage = %q{http://amazon-ec2.rubyforge.org}
0
- s.rdoc_options = ["--quiet", "--title", "amazon-ec2 documentation", "--opname", "index.html", "--line-numbers", "--main", "README.txt", "--inline-source"]
0
- s.require_paths = ["lib"]
0
- s.rubyforge_project = %q{amazon-ec2}
0
- s.rubygems_version = %q{1.1.1}
0
- s.summary = %q{An interface library that allows Ruby or Ruby on Rails applications to easily connect to the HTTP 'Query API' for the Amazon Web Services Elastic Compute Cloud (EC2) and manipulate server instances.}
0
+ s.authors = ["Glenn Rempe"]
0
+ s.files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "Rakefile", "bin/ec2-gem-example.rb", "bin/ec2sh", "bin/setup.rb", "config/hoe.rb", "config/requirements.rb", "lib/EC2.rb", "lib/EC2/console.rb", "lib/EC2/elastic_ips.rb", "lib/EC2/exceptions.rb", "lib/EC2/image_attributes.rb", "lib/EC2/images.rb", "lib/EC2/instances.rb", "lib/EC2/keypairs.rb", "lib/EC2/products.rb", "lib/EC2/responses.rb", "lib/EC2/security_groups.rb", "lib/EC2/version.rb", "script/destroy", "script/generate", "script/txt2html", "setup.rb", "tasks/deployment.rake", "tasks/environment.rake", "tasks/website.rake", "test/test_EC2.rb", "test/test_EC2_console.rb", "test/test_EC2_elastic_ips.rb", "test/test_EC2_image_attributes.rb", "test/test_EC2_images.rb", "test/test_EC2_instances.rb", "test/test_EC2_keypairs.rb", "test/test_EC2_products.rb", "test/test_EC2_responses.rb", "test/test_EC2_security_groups.rb", "test/test_EC2_version.rb", "test/test_helper.rb", "website/index.html", "website/index.txt", "website/javascripts/rounded_corners_lite.inc.js", "website/stylesheets/screen.css", "website/template.rhtml"]
0
s.test_files = ["test/test_EC2.rb", "test/test_EC2_console.rb", "test/test_EC2_elastic_ips.rb", "test/test_EC2_image_attributes.rb", "test/test_EC2_images.rb", "test/test_EC2_instances.rb", "test/test_EC2_keypairs.rb", "test/test_EC2_products.rb", "test/test_EC2_responses.rb", "test/test_EC2_security_groups.rb", "test/test_EC2_version.rb", "test/test_helper.rb"]
0
+ s.rdoc_options = ["--quiet", "--title", "amazon-ec2 documentation", "--opname", "index.html", "--line-numbers", "--main", "README.txt", "--inline-source"]
0
+ s.extra_rdoc_files = ["README.txt", "History.txt", "License.txt"]
0
s.add_dependency(%q<xml-simple>, [">= 1.0.11"])
0
s.add_dependency(%q<mocha>, [">= 0.4.0"])
0
@@ -28,4 +18,8 @@ Gem::Specification.new do |s|
0
s.add_dependency(%q<rcov>, [">= 0.8.0.2"])
0
s.add_dependency(%q<syntax>, [">= 1.0.0"])
0
s.add_dependency(%q<RedCloth>, [">= 3.0.4"])
0
+ s.autorequire = %q{EC2}
0
+ s.executables = ["ec2-gem-example.rb", "ec2sh", "setup.rb"]
0
+ s.require_paths = ["lib"]