public
Rubygem
Description: Extras for DataMapper, including bridges to DataObjects::Migrations and Merb::DataMapper
Homepage: http://datamapper.org
Clone URL: git://github.com/sam/dm-more.git
Updated merb_datamapper to require merb-core >= 0.9.3
Thu Jul 24 14:08:55 -0700 2008
commit  75d402460b5ec581bee6a176a60d91d40d09acd7
tree    f74631a6be55ba841b1aa586e69ee13df8358944
parent  a71f18c9ede7da1cf6a8106399bdefed9568d086
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ AUTHOR = "Jason Toy"
0
 EMAIL = "jtoy@rubynow.com"
0
 GEM_NAME = "merb_datamapper"
0
 GEM_VERSION = DataMapper::MerbDataMapper::VERSION
0
-GEM_DEPENDENCIES = [["dm-core", GEM_VERSION], ["dm-migrations", GEM_VERSION], ["merb-core", ">=#{GEM_VERSION}"]]
0
+GEM_DEPENDENCIES = [["dm-core", GEM_VERSION], ["dm-migrations", GEM_VERSION], ["merb-core", ">=0.9.3"]]
0
 GEM_CLEAN = ["log", "pkg", "coverage"]
0
 GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO ] }
0
 

Comments

    No one has commented yet.