Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.

Commit

Permalink
Regenerated gemspec for version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Aug 21, 2009
1 parent 3cb3fac commit 6e57c8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions amazon-ec2.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{amazon-ec2}
s.version = "0.5.1"
s.version = "0.5.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Glenn Rempe"]
Expand All @@ -21,6 +21,7 @@ Gem::Specification.new do |s|
]
s.files = [
".gitignore",
".yardopts",
"ChangeLog",
"LICENSE",
"README.rdoc",
Expand Down Expand Up @@ -75,12 +76,11 @@ Gem::Specification.new do |s|
"wsdl/2008-05-05.ec2.wsdl",
"wsdl/2008-12-01.ec2.wsdl"
]
s.has_rdoc = true
s.homepage = %q{http://github.com/grempe/amazon-ec2}
s.rdoc_options = ["--title", "amazon-ec2 documentation", "--line-numbers", "--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{amazon-ec2}
s.rubygems_version = %q{1.3.1}
s.rubygems_version = %q{1.3.5}
s.summary = %q{Amazon EC2 Ruby Gem}
s.test_files = [
"test/test_EC2.rb",
Expand All @@ -103,7 +103,7 @@ Gem::Specification.new do |s|

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<xml-simple>, [">= 1.0.12"])
Expand Down

0 comments on commit 6e57c8c

Please sign in to comment.