mongoo.gemspec in mongoo-0.2.1 vs mongoo.gemspec in mongoo-0.2.2

- 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.1" + s.version = "0.2.2" 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} @@ -50,9 +50,10 @@ s.rubygems_version = %q{1.6.1} s.summary = %q{Object mapper for MongoDB} s.test_files = [ "test/helper.rb", "test/test_activemodel.rb", + "test/test_async.rb", "test/test_identity_map.rb", "test/test_mongohash.rb", "test/test_mongoo.rb" ]