amazon-ec2.gemspec in amazon-ec2-0.5.1 vs amazon-ec2.gemspec in amazon-ec2-0.5.2
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
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"]
s.date = %q{2009-08-20}
s.description = %q{A Ruby library for accessing the Amazon Web Services Elastic Compute Cloud (EC2) and Elastic Load Balancer (ELB) API's.}
@@ -19,10 +19,11 @@
"README.rdoc",
"README_dev.rdoc"
]
s.files = [
".gitignore",
+ ".yardopts",
"ChangeLog",
"LICENSE",
"README.rdoc",
"README_dev.rdoc",
"Rakefile",
@@ -73,16 +74,15 @@
"wsdl/2007-08-29.ec2.wsdl",
"wsdl/2008-02-01.ec2.wsdl",
"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",
"test/test_EC2_availability_zones.rb",
"test/test_EC2_console.rb",
@@ -101,10 +101,10 @@
"test/test_helper.rb"
]
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"])
s.add_development_dependency(%q<mocha>, [">= 0.9.7"])
s.add_development_dependency(%q<test-spec>, [">= 0.10.0"])