<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -47,7 +47,7 @@ AUTHOR = 'Sam Smoot'
 EMAIL  = 'ssmoot [a] gmail [d] com'
 GEM_NAME = 'dm-more'
 GEM_VERSION = DataMapper::More::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;], *gems.map { |g| [g, &quot;~&gt;#{GEM_VERSION}&quot;] }]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], *gems.map { |g| [g, GEM_VERSION] }]
 GEM_CLEAN = %w[ **/.DS_Store} *.db doc/rdoc .config **/{coverage,log,pkg} cache lib/dm-more.rb ]
 GEM_EXTRAS = { :has_rdoc =&gt; false }
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Bernerd Schaefer'
 EMAIL  = 'bernerd [a] wieck [d] com'
 GEM_NAME = 'dm-couchdb-adapter'
 GEM_VERSION = DataMapper::CouchDBAdapter::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;], ['mime-types', '~&gt;1.15']]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], ['mime-types', '~&gt;1.16']]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>adapters/dm-couchdb-adapter/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'rubygems'
 require 'pathname'
 require Pathname(__FILE__).dirname + 'couchdb_adapter/version'
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 begin
   gem &quot;json&quot;</diff>
      <filename>adapters/dm-couchdb-adapter/lib/couchdb_adapter.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'base64'
 require 'net/http'
 require 'rubygems'
 
-gem 'mime-types', '~&gt;1.15'
+gem 'mime-types', '~&gt;1.16'
 require 'mime/types'
 
 module DataMapper</diff>
      <filename>adapters/dm-couchdb-adapter/lib/couchdb_adapter/attachments.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>adapters/dm-couchdb-adapter/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Bernerd Schaefer'
 EMAIL  = 'bernerd [a] wieck [d] com'
 GEM_NAME = 'dm-ferret-adapter'
 GEM_VERSION = DataMapper::FerretAdapter::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;], ['ferret', '~&gt;0.11.6']]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], ['ferret', '~&gt;0.11.6']]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] } #,
 #               :executables =&gt; %w[ ferret ], :bindir =&gt; 'bin' }  # FIXME: should this be enabled?</diff>
      <filename>adapters/dm-ferret-adapter/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -7,10 +7,10 @@ require &quot;optparse&quot;
 require &quot;rinda/tuplespace&quot;
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
-gem 'dm-ferret-adapter', '~&gt;0.9.11'
+gem 'dm-ferret-adapter', '0.9.11'
 require 'ferret_adapter'
 
 options = {</diff>
      <filename>adapters/dm-ferret-adapter/bin/ferret</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'rubygems'
 require 'pathname'
 require Pathname(__FILE__).dirname + 'ferret_adapter/version'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 gem 'ferret', '~&gt;0.11.6'</diff>
      <filename>adapters/dm-ferret-adapter/lib/ferret_adapter.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>adapters/dm-ferret-adapter/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Scott Burton @ Joyent Inc'
 EMAIL  = 'scott.burton [a] joyent [d] com'
 GEM_NAME = 'dm-rest-adapter'
 GEM_VERSION = DataMapperRest::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>adapters/dm-rest-adapter/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,30 +2,33 @@
 
 Gem::Specification.new do |s|
   s.name = %q{dm-rest-adapter}
-  s.version = &quot;0.9.12&quot;
+  s.version = &quot;0.9.11&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
-  s.authors = [&quot;Scott Burton&quot;, &quot;Andres Rodriguez&quot;]
-  s.date = %q{2009-02-11}
-  s.description = %q{A RESTful adapter for DataMapper.}
-  s.email = %q{scott.burton@joyent.com}
-  s.files = [&quot;History.txt&quot;, &quot;LICENSE&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;TODO&quot;, &quot;lib/rest_adapter.rb&quot;, &quot;lib/rest_adapter/version.rb&quot;, &quot;lib/rest_adapter/adapter.rb&quot;, &quot;lib/rest_adapter/connection.rb&quot;, &quot;lib/rest_adapter/exceptions.rb&quot;, &quot;lib/rest_adapter/formats.rb&quot;, &quot;spec/crud_spec.rb&quot;, &quot;spec/connection_spec.rb&quot;, &quot;spec/ruby_forker.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;stories/all.rb&quot;, &quot;stories/crud/create&quot;, &quot;stories/crud/delete&quot;, &quot;stories/crud/read&quot;, &quot;stories/crud/stories.rb&quot;, &quot;stories/crud/update&quot;, &quot;stories/helper.rb&quot;, &quot;stories/resources/helpers/book.rb&quot;, &quot;stories/resources/helpers/story_helper.rb&quot;, &quot;stories/resources/steps/read.rb&quot;, &quot;stories/resources/steps/using_rest_adapter.rb&quot;, &quot;tasks/install.rb&quot;, &quot;tasks/spec.rb&quot;, &quot;tasks/stories.rb&quot;]
+  s.authors = [&quot;Scott Burton @ Joyent Inc&quot;]
+  s.date = %q{2009-03-23}
+  s.description = %q{REST Adapter for DataMapper}
+  s.email = [&quot;scott.burton [a] joyent [d] com&quot;]
+  s.extra_rdoc_files = [&quot;README.txt&quot;, &quot;LICENSE&quot;, &quot;TODO&quot;, &quot;History.txt&quot;]
+  s.files = [&quot;History.txt&quot;, &quot;LICENSE&quot;, &quot;Manifest.txt&quot;, &quot;README.markdown&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;TODO&quot;, &quot;config/database.rb.example&quot;, &quot;dm-rest-adapter.gemspec&quot;, &quot;lib/rest_adapter.rb&quot;, &quot;lib/rest_adapter/adapter.rb&quot;, &quot;lib/rest_adapter/connection.rb&quot;, &quot;lib/rest_adapter/exceptions.rb&quot;, &quot;lib/rest_adapter/formats.rb&quot;, &quot;lib/rest_adapter/version.rb&quot;, &quot;spec/connection_spec.rb&quot;, &quot;spec/crud_spec.rb&quot;, &quot;spec/ruby_forker.rb&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;tasks/install.rb&quot;, &quot;tasks/spec.rb&quot;]
   s.has_rdoc = true
-  s.homepage = %q{http://github.com/spurton/dm-more/tree/92ae43c4fc434ed169e8199a7037a0a675dbfa96/adapters/dm-rest-adapter}
-  s.rdoc_options = [&quot;--inline-source&quot;, &quot;--charset=UTF-8&quot;]
+  s.homepage = %q{http://github.com/datamapper/dm-more/tree/master/adapters/dm-rest-adapter}
+  s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
   s.require_paths = [&quot;lib&quot;]
-  s.summary = %q{dm-rest-adapter is a DataMapper adapter which allows you to remotely use REST resources across applications.}
+  s.rubyforge_project = %q{datamapper}
+  s.rubygems_version = %q{1.3.1}
+  s.summary = %q{REST Adapter for DataMapper}
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
     s.specification_version = 2
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
-      s.add_runtime_dependency(%q&lt;dm-core&gt;, [&quot;&gt;= 0.9.10&quot;])
+      s.add_runtime_dependency(%q&lt;dm-core&gt;, [&quot;= 0.9.11&quot;])
     else
-      s.add_dependency(%q&lt;dm-core&gt;, [&quot;&gt;= 0.9.10&quot;])
+      s.add_dependency(%q&lt;dm-core&gt;, [&quot;= 0.9.11&quot;])
     end
   else
-    s.add_dependency(%q&lt;dm-core&gt;, [&quot;&gt;= 0.9.10&quot;])
+    s.add_dependency(%q&lt;dm-core&gt;, [&quot;= 0.9.11&quot;])
   end
 end</diff>
      <filename>adapters/dm-rest-adapter/dm-rest-adapter.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module DataMapperRest
-  VERSION = '0.9.12'
+  VERSION = '0.9.11'
 end</diff>
      <filename>adapters/dm-rest-adapter/lib/rest_adapter/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.12'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>adapters/dm-rest-adapter/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Sindre Aarsaether'
 EMAIL  = 'sindre [a] identu [d] no'
 GEM_NAME = 'dm-adjust'
 GEM_VERSION = DataMapper::Adjust::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-adjust/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'pathname'
 
 require Pathname(__FILE__).dirname + 'dm-adjust/version'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 dir = Pathname(__FILE__).dirname.expand_path / 'dm-adjust'</diff>
      <filename>dm-adjust/lib/dm-adjust.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-adjust/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Foy Savas'
 EMAIL  = 'foysavas [a] gmail [d] com'
 GEM_NAME = 'dm-aggregates'
 GEM_VERSION = DataMapper::Aggregates::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-aggregates/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rubygems'
 dir = Pathname(__FILE__).dirname.expand_path + 'dm-aggregates'
 
 require dir + 'version'
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 </diff>
      <filename>dm-aggregates/lib/dm-aggregates.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-aggregates/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'John W Higgins'
 EMAIL  = 'john [a] wishVPS [d] com'
 GEM_NAME = 'dm-ar-finders'
 GEM_VERSION = DataMapper::ARFinders::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-ar-finders/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 require 'rubygems'
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 module DataMapper</diff>
      <filename>dm-ar-finders/lib/dm-ar-finders.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-ar-finders/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Wayne E. Seguin'
 EMAIL  = 'wayneeseguin [a] gmail [d] com'
 GEM_NAME = 'dm-cli'
 GEM_VERSION = DataMapper::CLI::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ],
                :executables =&gt; %w[ dm ], :bindir =&gt; 'bin' }</diff>
      <filename>dm-cli/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,10 +3,10 @@
 require 'optparse'
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
-gem 'dm-cli', '~&gt;0.9.11'
+gem 'dm-cli', '0.9.11'
 require 'dm-cli'
 
 DataMapper::CLI::BinDir = File.dirname(__FILE__)</diff>
      <filename>dm-cli/bin/dm</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 require File.expand_path(File.join(File.dirname(__FILE__), &quot;..&quot;, &quot;..&quot;, &quot;lib&quot;, &quot;dm-cli&quot;, &quot;cli&quot;))</diff>
      <filename>dm-cli/spec/unit/cli_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-cli/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Dirkjan Bussink'
 EMAIL  = 'd.bussink [a] gmail [d] com'
 GEM_NAME = 'dm-constraints'
 GEM_VERSION = DataMapper::Constraints::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-constraints/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rubygems'
 require 'pathname'
 
 # Add all external dependencies for the plugin here
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 # Require plugin-files</diff>
      <filename>dm-constraints/lib/dm-constraints.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 ADAPTERS = []</diff>
      <filename>dm-constraints/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-constraints/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'John Doe'
 EMAIL  = 'john [a] doe [d] com'
 GEM_NAME = 'dm-is-example'
 GEM_VERSION = DataMapper::Is::Example::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-is-example/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rubygems'
 require 'pathname'
 
 # Add all external dependencies for the plugin here
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 # Require plugin-files</diff>
      <filename>dm-is-example/lib/dm-is-example.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-is-example'</diff>
      <filename>dm-is-example/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-is-example/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Sindre Aarsaether'
 EMAIL  = 'sindre [a] identu [d] no'
 GEM_NAME = 'dm-is-list'
 GEM_VERSION = DataMapper::Is::List::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;], ['dm-adjust', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], ['dm-adjust', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-is-list/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
-#gem 'dm-adjust', '~&gt;0.9.11'
+#gem 'dm-adjust', '0.9.11'
 require 'dm-adjust'
 
 require Pathname(__FILE__).dirname.expand_path / 'dm-is-list' / 'is' / 'list'</diff>
      <filename>dm-is-list/lib/dm-is-list.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'
 if HAS_SQLITE3 || HAS_MYSQL || HAS_POSTGRES
   describe 'DataMapper::Is::List' do
 
-    class User
+    class ::User
       include DataMapper::Resource
 
       property :id, Serial
@@ -13,7 +13,7 @@ if HAS_SQLITE3 || HAS_MYSQL || HAS_POSTGRES
       has n, :todos
     end
 
-    class Todo
+    class ::Todo
       include DataMapper::Resource
 
       property :id, Serial</diff>
      <filename>dm-is-list/spec/integration/list_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 ROOT = Pathname(__FILE__).dirname.parent.expand_path</diff>
      <filename>dm-is-list/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-is-list/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Sindre Aarsaether'
 EMAIL  = 'sindre [a] identu [d] no'
 GEM_NAME = 'dm-is-nested_set'
 GEM_VERSION = DataMapper::Is::NestedSet::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;], ['dm-adjust', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], ['dm-adjust', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-is-nested_set/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
-#gem 'dm-adjust', '~&gt;0.9.11'
+#gem 'dm-adjust', '0.9.11'
 require 'dm-adjust'
 
 require Pathname(__FILE__).dirname.expand_path / 'dm-is-nested_set' / 'is' / 'nested_set'</diff>
      <filename>dm-is-nested_set/lib/dm-is-nested_set.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 ROOT = Pathname(__FILE__).dirname.parent.expand_path</diff>
      <filename>dm-is-nested_set/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-is-nested_set/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = &quot;Cory O'Daniel&quot;
 EMAIL  = 'dm-is-remixable [a] coryodaniel [d] com'
 GEM_NAME = 'dm-is-remixable'
 GEM_VERSION = DataMapper::Is::Remixable::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-is-remixable/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 require Pathname(__FILE__).dirname.expand_path / 'dm-is-remixable' / 'is' / 'remixable'</diff>
      <filename>dm-is-remixable/lib/dm-is-remixable.rb</filename>
    </modified>
    <modified>
      <diff>@@ -299,7 +299,7 @@ module DataMapper
         #   options     &lt;Hash&gt; options hash
         def remix_many_to_many(cardinality, model, options)
           options[:other_model] = Object.full_const_get(Extlib::Inflection.classify(options[:other_model]))
-          
+
           #TODO if options[:unique] the two *_id's need to be a unique composite key, maybe even
           # attach a validates_is_unique if the validator is included.
           puts &quot; ~ options[:unique] is not yet supported&quot; if options[:unique]</diff>
      <filename>dm-is-remixable/lib/dm-is-remixable/is/remixable.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 ROOT = Pathname(__FILE__).dirname.parent.expand_path</diff>
      <filename>dm-is-remixable/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-is-remixable/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Bernerd Schaefer'
 EMAIL  = 'bernerd [a] wieck [d] com'
 GEM_NAME = 'dm-is-searchable'
 GEM_VERSION = DataMapper::Is::Searchable::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-is-searchable/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rubygems'
 require 'pathname'
 
 # Add all external dependencies for the plugin here
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 # Require plugin-files</diff>
      <filename>dm-is-searchable/lib/dm-is-searchable.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-is-searchable'</diff>
      <filename>dm-is-searchable/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-is-searchable/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -45,7 +45,7 @@ Add this line to your init.rb:
           transition :from =&gt; :red,    :to =&gt; :green
         end
       end
-      
+
       def red_hook
         # Do something
       end
@@ -65,16 +65,16 @@ The above DSL (domain specific language) does these things &quot;behind the scenes&quot;:
    appropriate transition based on the current state and comparing it against
    the various :from states.  It will raise an error if you attempt to call
    it with an invalid state (such as :broken, see above).  After the method
-   runs successfully, the state machine will be left in the :to state.  
-    
+   runs successfully, the state machine will be left in the :to state.
+
 ### Explained with some code examples ###
 
     # Somewhere in your controller, perhaps
     light = TrafficLight.new
-    
+
     # Move to the next state
     light.forward!
-    
+
     # Do something based on the current state
     case light.color
     when &quot;green&quot;
@@ -84,7 +84,7 @@ The above DSL (domain specific language) does these things &quot;behind the scenes&quot;:
     when &quot;red&quot;
       # do something red-related
     end
-    
+
 ## Specific examples ##
 
 We would also like to hear how *you* are using state machines in your code.</diff>
      <filename>dm-is-state_machine/README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'David James'
 EMAIL  = 'djwonk [a] collectiveinsight [d] net'
 GEM_NAME = 'dm-is-state_machine'
 GEM_VERSION = DataMapper::Is::StateMachine::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt README.markdown LICENSE TODO History.txt] }
 </diff>
      <filename>dm-is-state_machine/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rubygems'
 require 'pathname'
 
 # Add all external dependencies for the plugin here
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 # Require plugin-files</diff>
      <filename>dm-is-state_machine/lib/dm-is-state_machine.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-is-state_machine'</diff>
      <filename>dm-is-state_machine/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-is-state_machine/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Timothy Bennett'
 EMAIL  = 'leapord729 [a] comcast.net'
 GEM_NAME = 'dm-is-tree'
 GEM_VERSION = DataMapper::Is::Tree::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-is-tree/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'rubygems'
 require 'pathname'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 require Pathname(__FILE__).dirname.expand_path / 'dm-is-tree' / 'is' / 'tree.rb'</diff>
      <filename>dm-is-tree/lib/dm-is-tree.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ if HAS_SQLITE3 || HAS_MYSQL || HAS_POSTGRES
 
   describe DataMapper::Is::Tree do
 
-    class Category
+    class ::Category
       include DataMapper::Resource
 
       property :id, Serial</diff>
      <filename>dm-is-tree/spec/integration/tree_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-is-tree'</diff>
      <filename>dm-is-tree/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-is-tree/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Bernerd Schaefer'
 EMAIL  = 'bernerd [a] wieck [d] com'
 GEM_NAME = 'dm-is-versioned'
 GEM_VERSION = DataMapper::Is::Versioned::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-is-versioned/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'rubygems'
 require 'pathname'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 require Pathname(__FILE__).dirname.expand_path / 'dm-is-versioned' / 'is' / 'versioned.rb'</diff>
      <filename>dm-is-versioned/lib/dm-is-versioned.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-is-versioned'</diff>
      <filename>dm-is-versioned/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-is-versioned/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = &quot;Cory O'Daniel&quot;
 EMAIL  = 'dm-is-viewable [a] coryodaniel [d] com'
 GEM_NAME = 'dm-is-viewable'
 GEM_VERSION = DataMapper::Is::Viewable::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-is-viewable/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rubygems'
 require 'pathname'
 
 # Add all external dependencies for the plugin here
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 # Require plugin-files</diff>
      <filename>dm-is-viewable/lib/dm-is-viewable.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-is-viewable'</diff>
      <filename>dm-is-viewable/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-is-viewable/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Paul Sadauskas'
 EMAIL  = 'psadauskas [a] gmail [d] com'
 GEM_NAME = 'dm-migrations'
 GEM_VERSION = DataMapper::Migration::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-migrations/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 require 'rubygems'
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 require 'benchmark'
 require File.dirname(__FILE__) + '/sql'</diff>
      <filename>dm-migrations/lib/migration.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.parent.expand_path + 'lib/dm-migrations'</diff>
      <filename>dm-migrations/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-migrations/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Mark Bates'
 EMAIL  = 'mark [a] mackframework [d] com'
 GEM_NAME = 'dm-observer'
 GEM_VERSION = DataMapper::Observer::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-observer/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -55,7 +55,7 @@ end # DataMapper
 if $0 == __FILE__
   require 'rubygems'
 
-  gem 'dm-core', '~&gt;0.9.11'
+  gem 'dm-core', '0.9.11'
   require 'dm-core'
 
   FileUtils.touch(File.join(Dir.pwd, &quot;migration_test.db&quot;))</diff>
      <filename>dm-observer/lib/dm-observer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 require Pathname(__FILE__).dirname.parent.expand_path + 'lib/dm-observer'</diff>
      <filename>dm-observer/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-observer/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Sindre Aarsaether'
 EMAIL  = 'sindre [a] identu [d] no'
 GEM_NAME = 'dm-querizer'
 GEM_VERSION = DataMapper::Querizer::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-querizer/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rubygems'
 require 'pathname'
 
 # Add all external dependencies for the plugin here
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 dir = Pathname(__FILE__).dirname.expand_path / 'dm-querizer'</diff>
      <filename>dm-querizer/lib/dm-querizer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-querizer'</diff>
      <filename>dm-querizer/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-querizer/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Guy van den Berg'
 EMAIL  = 'vandenberg.guy [a] gmail [d] com'
 GEM_NAME = 'dm-serializer'
 GEM_VERSION = DataMapper::Serializer::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.textile LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-serializer/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require &quot;rubygems&quot;
 require 'pathname'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 spec_dir_path = Pathname(__FILE__).dirname.expand_path</diff>
      <filename>dm-serializer/benchmarks/to_xml.rb</filename>
    </modified>
    <modified>
      <diff>@@ -62,7 +62,7 @@ require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'
     it &quot;should not include the XML prologue, so that the result can be embedded in other XML documents&quot; do
       planet = Planet.new
       xml = planet.to_xml(:element_name =&gt; &quot;aplanet&quot;)
-      xml.starts_with?(&quot;&lt;?xml&quot;).should == false
+      xml.should_not =~ /\A&lt;\?xml/
     end
 
     describe ':element_name option for Resource' do</diff>
      <filename>dm-serializer/spec/public/to_xml_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 spec_dir_path = Pathname(__FILE__).dirname.expand_path</diff>
      <filename>dm-serializer/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-serializer/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'David Leal'
 EMAIL  = 'dgleal [a] gmail [d] com'
 GEM_NAME = 'dm-shorthand'
 GEM_VERSION = DataMapper::Shorthand::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-shorthand/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 module DataMapper</diff>
      <filename>dm-shorthand/lib/dm-shorthand.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.parent.expand_path + 'lib/dm-shorthand'</diff>
      <filename>dm-shorthand/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-shorthand/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Ben Burkert'
 EMAIL  = 'ben [a] benburkert [d] com'
 GEM_NAME = 'dm-sweatshop'
 GEM_VERSION = DataMapper::Sweatshop::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;], ['randexp', '~&gt;0.1.4']]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], ['randexp', '~&gt;0.1.4']]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.textile LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-sweatshop/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 gem 'randexp', '~&gt;0.1.4'</diff>
      <filename>dm-sweatshop/lib/dm-sweatshop.rb</filename>
    </modified>
    <modified>
      <diff>@@ -57,7 +57,7 @@ module DataMapper
       MAX_TRIES = 10
 
       begin
-        gem 'ParseTree', '~&gt;3.0.2'
+        gem 'ParseTree', '~&gt;3.0.3'
         require 'parse_tree'
       rescue LoadError
         puts &quot;DataMapper::Sweatshop::Unique - ParseTree could not be loaded, anonymous uniques will not be allowed&quot;</diff>
      <filename>dm-sweatshop/lib/dm-sweatshop/unique.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'dm-validations'
 
 describe DataMapper::Model do
 
-  class Widget
+  class ::Widget
     include DataMapper::Resource
     property :id, Integer, :serial =&gt; true
     property :type, Discriminator
@@ -14,11 +14,11 @@ describe DataMapper::Model do
     validates_present :price
   end
 
-  class Wonket &lt; Widget
+  class ::Wonket &lt; Widget
     property :size, String
   end
 
-  class Order
+  class ::Order
     include DataMapper::Resource
 
     property :id, Integer, :serial =&gt; true</diff>
      <filename>dm-sweatshop/spec/dm-sweatshop/model_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require File.dirname(__FILE__) + '/../spec_helper'
 
 describe DataMapper::Sweatshop do
 
-  class Parent
+  class ::Parent
     include DataMapper::Resource
     property :id, Integer, :serial =&gt; true
     property :type, Discriminator
@@ -10,7 +10,7 @@ describe DataMapper::Sweatshop do
     property :last_name, String
   end
 
-  class Child &lt; Parent
+  class ::Child &lt; Parent
     property :age, Integer
   end
 </diff>
      <filename>dm-sweatshop/spec/dm-sweatshop/sweatshop_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.8'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 ROOT = Pathname(__FILE__).dirname.parent.expand_path</diff>
      <filename>dm-sweatshop/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-sweatshop/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Bobby Calderwood'
 EMAIL  = 'bobby_calderwood [a] me [d] com'
 GEM_NAME = 'dm-tags'
 GEM_VERSION = DataMapper::Tags::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;], ['dm-validations', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], ['dm-validations', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-tags/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 module DataMapper</diff>
      <filename>dm-tags/lib/dm-tags/dm_tags.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 ROOT = Pathname(__FILE__).dirname.parent.expand_path</diff>
      <filename>dm-tags/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-tags/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Foy Savas'
 EMAIL  = 'foysavas [a] gmail [d] com'
 GEM_NAME = 'dm-timestamps'
 GEM_VERSION = DataMapper::Timestamps::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-timestamps/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 module DataMapper</diff>
      <filename>dm-timestamps/lib/dm-timestamps.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper'
 
 # run the specs with dm-validations, if available
 begin
-  gem 'dm-validations', '~&gt;0.9.11'
+  gem 'dm-validations', '0.9.11'
   require 'dm-validations'
 rescue LoadError
   # do nothing</diff>
      <filename>dm-timestamps/spec/integration/timestamps_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.parent.expand_path + 'lib/dm-timestamps'</diff>
      <filename>dm-timestamps/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-timestamps/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Sam Smoot'
 EMAIL  = 'ssmoot [a] gmail [d] com'
 GEM_NAME = 'dm-types'
 GEM_VERSION = DataMapper::Types::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;], ['addressable', '~&gt;2.0.1']]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], ['addressable', '~&gt;2.0.2']]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-types/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 module DataMapper</diff>
      <filename>dm-types/lib/dm-types.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'rubygems'
 
-gem 'bcrypt-ruby', '~&gt;2.0.3'
+gem 'bcrypt-ruby', '~&gt;2.0.5'
 require 'bcrypt'
 
 module DataMapper</diff>
      <filename>dm-types/lib/dm-types/bcrypt_hash.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require 'rubygems'
 
-gem 'addressable', '~&gt;2.0.1'
+gem 'addressable', '~&gt;2.0.2'
 require 'addressable/uri'
 
 module DataMapper</diff>
      <filename>dm-types/lib/dm-types/uri.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'pathname'
 require Pathname(__FILE__).dirname.parent.expand_path + 'spec_helper'
 
 begin
-  gem 'bcrypt-ruby', '~&gt;2.0.3'
+  gem 'bcrypt-ruby', '~&gt;2.0.5'
   require 'bcrypt'
 rescue LoadError
   skip_tests = true</diff>
      <filename>dm-types/spec/integration/bcrypt_hash_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.parent.expand_path + 'lib/dm-types'</diff>
      <filename>dm-types/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require Pathname(__FILE__).dirname.parent.expand_path + 'spec_helper'
 include DataMapper::Types
 
 begin
-  gem 'bcrypt-ruby', '~&gt;2.0.3'
+  gem 'bcrypt-ruby', '~&gt;2.0.5'
   require 'bcrypt'
 rescue LoadError
   skip_tests = true</diff>
      <filename>dm-types/spec/unit/bcrypt_hash_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-types/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Guy van den Berg'
 EMAIL  = 'vandenberg.guy [a] gmail [d] com'
 GEM_NAME = 'dm-validations'
 GEM_VERSION = DataMapper::Validations::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ log pkg coverage ]
 GEM_EXTRAS = { :has_rdoc =&gt; true, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>dm-validations/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'rubygems'
 require 'pathname'
 
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'dm-core'
 
 dir = Pathname(__FILE__).dirname.expand_path / 'dm-validations'</diff>
      <filename>dm-validations/lib/dm-validations.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'pathname'
 require 'rubygems'
 
-gem 'rspec', '~&gt;1.1.11'
+gem 'rspec', '~&gt;1.2'
 require 'spec'
 
 require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-validations'</diff>
      <filename>dm-validations/spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 begin
-  gem 'rspec', '~&gt;1.1.11'
+  gem 'rspec', '~&gt;1.2'
   require 'spec'
   require 'spec/rake/spectask'
 </diff>
      <filename>dm-validations/tasks/spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ AUTHOR = 'Tom Malone'
 EMAIL  = 'tomjmalone [a] gmail [d] com'
 GEM_NAME = 'rails_datamapper'
 GEM_VERSION = DataMapper::RailsDatamapper::VERSION
-GEM_DEPENDENCIES = [['dm-core', &quot;~&gt;#{GEM_VERSION}&quot;]]
+GEM_DEPENDENCIES = [['dm-core', GEM_VERSION]]
 GEM_CLEAN = %w[ pkg ]
 GEM_EXTRAS = { :has_rdoc =&gt; false, :extra_rdoc_files =&gt; %w[ README.txt LICENSE TODO History.txt ] }
 </diff>
      <filename>rails_datamapper/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-gem 'dm-core', '~&gt;0.9.11'
+gem 'dm-core', '0.9.11'
 require 'pathname'
 require 'dm-core'
 require Pathname(__FILE__).dirname.expand_path / 'rails_datamapper/rails_datamapper'</diff>
      <filename>rails_datamapper/lib/rails_datamapper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c7ccd50723554f8f27aa2524b85453eaaa7c714a</id>
    </parent>
  </parents>
  <author>
    <name>Dan Kubb</name>
    <email>dan.kubb@autopilotmarketing.com</email>
  </author>
  <url>http://github.com/datamapper/dm-more/commit/413d7e6c3be98085626362b34d6e55e14155a92e</url>
  <id>413d7e6c3be98085626362b34d6e55e14155a92e</id>
  <committed-date>2009-03-23T15:04:51-07:00</committed-date>
  <authored-date>2009-03-23T15:04:51-07:00</authored-date>
  <message>Updated gem dependencies

* Use exact match for dm-core dep.  Will hopefully prevent version
  mismatch problems since every plugin must be at the same version.
* Updated deps for gems to latest stable versions
* Fixed failing specs for ruby 1.9.1</message>
  <tree>881e3411855319b7bf3f2389cbc6529ff1ef5a45</tree>
  <committer>
    <name>Dan Kubb</name>
    <email>dan.kubb@autopilotmarketing.com</email>
  </committer>
</commit>
