# -*- encoding: utf-8 -*- # stub: amazon-ec2 0.3.2 ruby lib Gem::Specification.new do |s| s.name = "amazon-ec2".freeze s.version = "0.3.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Glenn Rempe".freeze] s.autorequire = "EC2".freeze s.date = "2008-12-11" s.description = "An interface library that allows Ruby applications to easily connect to the HTTP 'Query API' for the Amazon Web Services Elastic Compute Cloud (EC2) and manipulate cloud servers.".freeze s.email = "glenn.rempe@gmail.com".freeze s.executables = ["ec2-gem-example.rb".freeze, "ec2sh".freeze, "setup.rb".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "CHANGELOG".freeze, "LICENSE".freeze] s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/ec2-gem-example.rb".freeze, "bin/ec2sh".freeze, "bin/setup.rb".freeze, "lib/EC2".freeze, "lib/EC2.rb".freeze, "lib/EC2/availability_zones.rb".freeze, "lib/EC2/console.rb".freeze, "lib/EC2/elastic_ips.rb".freeze, "lib/EC2/exceptions.rb".freeze, "lib/EC2/image_attributes.rb".freeze, "lib/EC2/images.rb".freeze, "lib/EC2/instances.rb".freeze, "lib/EC2/keypairs.rb".freeze, "lib/EC2/products.rb".freeze, "lib/EC2/responses.rb".freeze, "lib/EC2/security_groups.rb".freeze, "lib/EC2/snapshots.rb".freeze, "lib/EC2/volumes.rb".freeze, "test/test_EC2.rb".freeze, "test/test_EC2_availability_zones.rb".freeze, "test/test_EC2_console.rb".freeze, "test/test_EC2_elastic_ips.rb".freeze, "test/test_EC2_image_attributes.rb".freeze, "test/test_EC2_images.rb".freeze, "test/test_EC2_instances.rb".freeze, "test/test_EC2_keypairs.rb".freeze, "test/test_EC2_products.rb".freeze, "test/test_EC2_responses.rb".freeze, "test/test_EC2_security_groups.rb".freeze, "test/test_EC2_snapshots.rb".freeze, "test/test_EC2_volumes.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/grempe/amazon-ec2/".freeze s.rdoc_options = ["--quiet".freeze, "--title".freeze, "amazon-ec2 documentation".freeze, "--opname".freeze, "index.html".freeze, "--line-numbers".freeze, "--main".freeze, "README.rdoc".freeze, "--inline-source".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An interface library that allows Ruby applications to easily connect to the HTTP 'Query API' for the Amazon Web Services Elastic Compute Cloud (EC2) and manipulate cloud servers.".freeze s.test_files = ["test/test_EC2.rb".freeze, "test/test_EC2_availability_zones.rb".freeze, "test/test_EC2_console.rb".freeze, "test/test_EC2_elastic_ips.rb".freeze, "test/test_EC2_image_attributes.rb".freeze, "test/test_EC2_images.rb".freeze, "test/test_EC2_instances.rb".freeze, "test/test_EC2_keypairs.rb".freeze, "test/test_EC2_products.rb".freeze, "test/test_EC2_responses.rb".freeze, "test/test_EC2_security_groups.rb".freeze, "test/test_EC2_snapshots.rb".freeze, "test/test_EC2_volumes.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 1.0.11".freeze]) end