ec2_tools.gemspec in ec2_tools-0.3.2 vs ec2_tools.gemspec in ec2_tools-0.3.3

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ec2_tools} - s.version = "0.3.2" + s.version = "0.3.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Yamada Masaki"] - s.date = %q{2011-02-07} + s.date = %q{2011-02-09} s.description = %q{ec2 manage commands} s.email = %q{masaki@hisme.net} s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -35,19 +35,20 @@ "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/masarakki/ec2_tools} s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.5.0} + s.rubygems_version = %q{1.3.7} s.summary = %q{ec2 manage commands} s.test_files = [ "spec/ec2_tools/config_spec.rb", "spec/ec2_tools/ec2_spec.rb", "spec/ec2_tools_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<amazon-ec2>, [">= 0"]) s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])