Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Version Bump for 0.9.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernerdschaefer committed Aug 21, 2008
1 parent 603c996 commit d55c4ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/dm-migrations/version.rb
@@ -1,5 +1,5 @@
module DataMapper module DataMapper
class Migration class Migration
VERSION = "0.9.4" VERSION = "0.9.5"
end end
end end
2 changes: 1 addition & 1 deletion lib/migration.rb
@@ -1,5 +1,5 @@
require 'rubygems' require 'rubygems'
gem 'dm-core', '=0.9.4' gem 'dm-core', '=0.9.5'
require 'dm-core' require 'dm-core'
require 'benchmark' require 'benchmark'
require File.dirname(__FILE__) + '/sql' require File.dirname(__FILE__) + '/sql'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -11,7 +11,7 @@ def load_driver(name, default_uri)
lib = "do_#{name}" lib = "do_#{name}"


begin begin
gem lib, '=0.9.4' gem lib, '=0.9.5'
require lib require lib
DataMapper.setup(name, default_uri) DataMapper.setup(name, default_uri)
DataMapper::Repository.adapters[:default] = DataMapper::Repository.adapters[name] DataMapper::Repository.adapters[:default] = DataMapper::Repository.adapters[name]
Expand Down

0 comments on commit d55c4ed

Please sign in to comment.