Rakefile in state_machine-0.6.0 vs Rakefile in state_machine-0.6.1
- old
+ new
@@ -3,10 +3,10 @@
require 'rake/gempackagetask'
require 'rake/contrib/sshpublisher'
spec = Gem::Specification.new do |s|
s.name = 'state_machine'
- s.version = '0.6.0'
+ s.version = '0.6.1'
s.platform = Gem::Platform::RUBY
s.summary = 'Adds support for creating state machines for attributes on any Ruby class'
s.files = FileList['{examples,lib,test}/**/*'] + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc) - FileList['test/app_root/{log,log/*,script,script/*}']
s.require_path = 'lib'