Rakefile in enumerate_by-0.4.0 vs Rakefile in enumerate_by-0.4.1
- old
+ new
@@ -3,10 +3,10 @@
require 'rake/gempackagetask'
require 'rake/contrib/sshpublisher'
spec = Gem::Specification.new do |s|
s.name = 'enumerate_by'
- s.version = '0.4.0'
+ s.version = '0.4.1'
s.platform = Gem::Platform::RUBY
s.summary = 'Adds support for declaring an ActiveRecord class as an enumeration'
s.files = FileList['{lib,test}/**/*'] + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc) - FileList['test/app_root/{log,log/*,script,script/*}']
s.require_path = 'lib'