shared_should.gemspec in shared_should-0.5.5 vs shared_should.gemspec in shared_should-0.5.6

- 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{shared_should} - s.version = "0.5.5" + s.version = "0.5.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Pearce"] - s.date = %q{2011-02-08} + s.date = %q{2011-02-18} s.description = %q{Share and reuse shoulds, contexts, and setup in Shoulda.} s.email = %q{michael.pearce@bookrenter.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -31,19 +31,18 @@ "test/test_shared_should_helper.rb" ] s.homepage = %q{http://github.com/michaelgpearce/shared_should} s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + s.rubygems_version = %q{1.4.0} s.summary = %q{Share and reuse shoulds, contexts, and setup in Shoulda.} s.test_files = [ "test/helper.rb", "test/test_shared_should.rb", "test/test_shared_should_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<shoulda>, [">= 0"]) s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])