shared_should.gemspec in shared_should-0.6.0 vs shared_should.gemspec in shared_should-0.6.1

- old
+ new

@@ -3,27 +3,27 @@ # 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.6.0" + s.version = "0.6.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Pearce"] - s.date = %q{2011-02-18} + s.date = %q{2011-03-02} 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" + "README.md" ] s.files = [ ".document", "Gemfile", "Gemfile.lock", "LICENSE.txt", - "README.rdoc", + "README.md", "Rakefile", "VERSION", "lib/shared_should.rb", "shared_should.gemspec", "test/helper.rb", @@ -31,10 +31,10 @@ "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.4.0} + s.rubygems_version = %q{1.5.2} 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"