mongomodel.gemspec in mongomodel-0.2.1 vs mongomodel.gemspec in mongomodel-0.2.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{mongomodel} - 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 = ["Sam Pohlenz"] - s.date = %q{2010-04-21} + s.date = %q{2010-04-26} s.default_executable = %q{console} s.description = %q{MongoModel is a MongoDB ORM for Ruby/Rails similar to ActiveRecord and DataMapper.} s.email = %q{sam@sampohlenz.com} s.executables = ["console"] s.extra_rdoc_files = [ @@ -73,9 +73,10 @@ "lib/mongomodel/support/dynamic_finder.rb", "lib/mongomodel/support/exceptions.rb", "lib/mongomodel/support/mongo_operator.rb", "lib/mongomodel/support/mongo_options.rb", "lib/mongomodel/support/mongo_order.rb", + "lib/mongomodel/support/reference.rb", "lib/mongomodel/support/scope.rb", "lib/mongomodel/support/scope/dynamic_finders.rb", "lib/mongomodel/support/scope/finder_methods.rb", "lib/mongomodel/support/scope/query_methods.rb", "lib/mongomodel/support/scope/spawn_methods.rb",