mongoo.gemspec in mongoo-0.2.2 vs mongoo.gemspec in mongoo-0.2.3

- 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{mongoo} - s.version = "0.2.2" + s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ben Myles"] s.date = %q{2011-05-11} s.description = %q{Simple object mapper for MongoDB} @@ -38,17 +38,18 @@ "lib/mongoo/mongohash.rb", "lib/mongoo/persistence.rb", "mongoo.gemspec", "test/helper.rb", "test/test_activemodel.rb", + "test/test_async.rb", "test/test_identity_map.rb", "test/test_mongohash.rb", "test/test_mongoo.rb" ] s.homepage = %q{http://github.com/benmyles/mongoo} s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.6.1} + s.rubygems_version = %q{1.6.2} s.summary = %q{Object mapper for MongoDB} s.test_files = [ "test/helper.rb", "test/test_activemodel.rb", "test/test_async.rb",