Gemfile in dm-do-adapter-1.0.0.rc2 vs Gemfile in dm-do-adapter-1.0.0.rc3

- old
+ new

@@ -1,8 +1,8 @@ source 'http://rubygems.org' DATAMAPPER = 'git://github.com/datamapper' -DM_VERSION = '~> 1.0.0.rc2' +DM_VERSION = '~> 1.0.0.rc3' DO_VERSION = '~> 0.10.3' group :runtime do # Runtime dependencies (as in the gemspec) gem 'data_objects', DO_VERSION, :git => "#{DATAMAPPER}/do.git"