From 46c3a3b854f3dea4f2014f7aa4f73d4d0aafd7ea Mon Sep 17 00:00:00 2001 From: Paul Sadauskas Date: Sun, 14 Sep 2008 12:48:56 -0600 Subject: [PATCH] Don't require an old version of dm-core, simply because dm-migrations version hasn't been incremented --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1c16fa2..0c85c4d 100644 --- a/Rakefile +++ b/Rakefile @@ -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 ] }