Rakefile in state_machine-0.7.6 vs Rakefile in state_machine-0.8.0
- 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.7.6'
+ s.version = '0.8.0'
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,tasks,test}/**/*'] + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc) - FileList['test/*.log']