Rakefile in merb_datamapper-0.9.3 vs Rakefile in merb_datamapper-0.9.4

- old
+ new

@@ -8,14 +8,14 @@ AUTHOR = "Jason Toy" EMAIL = "jtoy@rubynow.com" GEM_NAME = "merb_datamapper" GEM_VERSION = DataMapper::MerbDataMapper::VERSION -GEM_DEPENDENCIES = [["dm-core", GEM_VERSION], ["dm-migrations", GEM_VERSION], ["merb-core", ">=0.9.3"]] +GEM_DEPENDENCIES = [["dm-core", GEM_VERSION], ["dm-migrations", GEM_VERSION], ["merb-core", ">=0.9.4"], ['templater', ">=0.1.5"]] GEM_CLEAN = ["log", "pkg", "coverage"] GEM_EXTRAS = { :has_rdoc => true, :extra_rdoc_files => %w[ README.txt LICENSE TODO ] } -PROJECT_NAME = "datamapper" +PROJECT_NAME = "merb" PROJECT_URL = "http://github.com/sam/dm-more/tree/master/merb_datamapper" PROJECT_DESCRIPTION = PROJECT_SUMMARY = "DataMapper plugin providing DataMapper support for Merb" require ROOT.parent + 'tasks/hoe'