Rakefile in state_machine-0.10.3 vs Rakefile in state_machine-0.10.4

- old
+ new

@@ -4,10 +4,10 @@ require 'rake/rdoctask' require 'rake/gempackagetask' spec = Gem::Specification.new do |s| s.name = 'state_machine' - s.version = '0.10.3' + s.version = '0.10.4' s.platform = Gem::Platform::RUBY s.summary = 'Adds support for creating state machines for attributes on any Ruby class' s.description = s.summary s.files = FileList['{examples,lib,test}/**/*'] + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc) - FileList['test/*.log']