Add support and tests for datamapper.

This broke some of the mongoid tests and I don't know how to fix them.  Both packages
  define Symbol#in, and when you load them both things don't behave properly.  Hopefully
  someone more versed in mongoid can rewrite the spec to not depend on the Symbol extensions.
This commit is contained in:
Nate Mueller
2010-12-29 06:07:20 +08:00
committed by Ryan Bates
parent 2d31cbdf60
commit d315e22e7a
3 changed files with 130 additions and 1 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mongoid', '~> 2.0.0.beta.19'
s.add_development_dependency 'bson_ext', '~> 1.1'
s.add_development_dependency 'dm-core', '~> 1.0.2'
s.rubyforge_project = s.name
s.required_rubygems_version = ">= 1.3.4"
end