public
Rubygem
Description: A Ruby Gem that gives you full access to the Amazon EC2 API from your Ruby/Ruby on Rails apps
Homepage: http://amazon-ec2.rubyforge.org/
Clone URL: git://github.com/grempe/amazon-ec2.git
Click here to lend your support to: amazon-ec2 and make a donation at www.pledgie.com !
Updated gemspec and simplified it a bit trying to get gems.github.com to build 
it.
grempe (author)
Fri Apr 25 10:30:47 -0700 2008
commit  f30da5c4f6692b42c37ce9ac466cdcc409dd0286
tree    8cdb1609f4efb29e4b393cc617c5c6fd6ffe1c28
parent  aa67f72328649e12e72f2821c29bf5a1ee6b999f
...
1
2
3
4
5
6
7
8
9
10
 
 
 
11
12
13
14
15
16
17
18
19
20
21
22
 
 
23
 
 
24
25
26
...
28
29
30
 
 
 
 
31
...
1
2
3
 
 
 
 
 
 
 
4
5
6
7
 
 
 
 
8
 
 
 
 
 
 
9
10
11
12
13
14
15
16
...
18
19
20
21
22
23
24
25
0
@@ -1,26 +1,16 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{amazon-ec2}
0
   s.version = "0.2.9"
0
-
0
-  s.specification_version = 2 if s.respond_to? :specification_version=
0
-
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.has_rdoc = true
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
 
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
+
0
+  s.autorequire = %q{EC2}
0
+  s.executables = ["ec2-gem-example.rb", "ec2sh", "setup.rb"]
0
+  s.require_paths = ["lib"]
0
 end

Comments