cap-rightscale.gemspec in cap-rightscale-0.3.12 vs cap-rightscale.gemspec in cap-rightscale-0.3.13

- 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{cap-rightscale} - s.version = "0.3.12" + s.version = "0.3.13" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Satoshi Ohki"] s.date = %q{2011-02-04} s.description = %q{Capistrano extension that maps RightScale parameters to Roles.} @@ -30,10 +30,11 @@ "features/step_definitions/cap-rightscale_steps.rb", "features/support/env.rb", "lib/cap-rightscale.rb", "lib/cap-rightscale/configuration.rb", "lib/cap-rightscale/configuration/rightscale.rb", + "lib/cap-rightscale/configuration/rightscale/cache.rb", "lib/cap-rightscale/configuration/rightscale/resource.rb", "lib/cap-rightscale/recipes.rb", "lib/cap-rightscale/recipes/rightscale.rb", "lib/cap-rightscale/recipes/rightscale/cache.rb", "lib/cap-rightscale/utils/rs_utils.rb", @@ -42,18 +43,17 @@ "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/roothybrid7/cap-rightscale} s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + s.rubygems_version = %q{1.5.0} s.summary = %q{Capistrano extension that maps RightScale parameters to Roles} s.test_files = [ "spec/cap-rightscale_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_development_dependency(%q<rspec>, ["~> 2.3.0"]) s.add_development_dependency(%q<cucumber>, [">= 0"])