Rakefile in datamapper-0.9.5 vs Rakefile in datamapper-0.9.7

- old
+ new

@@ -6,11 +6,11 @@ gems = %w(dm-core dm-aggregates dm-migrations dm-serializer dm-timestamps dm-validations dm-cli dm-is-tree dm-observer dm-types) AUTHOR = "Sam Smoot" EMAIL = "ssmoot@gmail.com" GEM_NAME = "datamapper" -GEM_VERSION = "0.9.5" +GEM_VERSION = "0.9.7" GEM_DEPENDENCIES = [["dm-core", GEM_VERSION], *gems.collect { |g| [g, GEM_VERSION] }] GEM_CLEAN = ['**/*.{gem,DS_Store}', '*.db', "doc/rdoc", ".config", "**/coverage", "cache", "lib/merb-more.rb"] GEM_EXTRAS = { :has_rdoc => false } PROJECT_NAME = "datamapper" @@ -65,6 +65,6 @@ GEM_DEPENDENCIES.each do |dep| p.extra_deps << dep end -end \ No newline at end of file +end