shared_should.gemspec in shared_should-0.8.2 vs shared_should.gemspec in shared_should-0.8.3

- old
+ new

@@ -2,18 +2,18 @@ # DO NOT EDIT THIS FILE DIRECTLY # 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.8.2" + s.name = "shared_should" + s.version = "0.8.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Pearce"] - s.date = %q{2011-11-30} - s.description = %q{Share and reuse shoulds, contexts, and setup in Shoulda.} - s.email = %q{michael.pearce@bookrenter.com} + s.date = "2012-01-06" + s.description = "Share and reuse shoulds, contexts, and setup in Shoulda." + s.email = "michael.pearce@bookrenter.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ @@ -23,19 +23,23 @@ "LICENSE.txt", "README.md", "Rakefile", "VERSION", "lib/shared_should.rb", + "lib/shared_should/shared_context.rb", + "lib/shared_should/shared_proxy.rb", + "lib/shared_should/test_class_helper.rb", + "lib/shared_should/test_unit_hooks.rb", "shared_should.gemspec", "test/helper.rb", "test/test_shared_should.rb", "test/test_shared_should_helper.rb" ] - s.homepage = %q{http://github.com/michaelgpearce/shared_should} + s.homepage = "http://github.com/michaelgpearce/shared_should" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.5.2} - s.summary = %q{Share and reuse shoulds, contexts, and setup in Shoulda.} + s.rubygems_version = "1.8.10" + s.summary = "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" ]