Rakefile in datamapper-0.9.8 vs Rakefile in datamapper-0.9.9
- old
+ new
@@ -6,10 +6,10 @@
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.8'
+GEM_VERSION = '0.9.9'
GEM_DEPENDENCIES = [['dm-core', GEM_VERSION], *gems.collect { |g| [g, GEM_VERSION] }]
GEM_CLEAN = %w[ **/*.{gem,DS_Store} *.db doc/rdoc .config **/coverage cache ]
GEM_EXTRAS = { :has_rdoc => false }
PROJECT_NAME = 'datamapper'