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

Commit

Permalink
Don't require an old version of dm-core, simply because dm-migrations…
Browse files Browse the repository at this point in the history
… version hasn't been incremented
  • Loading branch information
Paul Sadauskas committed Sep 14, 2008
1 parent 6f0a64a commit 46c3a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ AUTHOR = "Paul Sadauskas"
EMAIL = "psadauskas@gmail.com"
GEM_NAME = "dm-migrations"
GEM_VERSION = DataMapper::Migration::VERSION
GEM_DEPENDENCIES = [["dm-core", GEM_VERSION]]
GEM_DEPENDENCIES = [["dm-core", '>0.9.5']]
GEM_CLEAN = ["log", "pkg"]
GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO ] }

Expand Down

0 comments on commit 46c3a3b

Please sign in to comment.