Rakefile in state_machine-0.4.2 vs Rakefile in state_machine-0.4.3

- 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.4.2' + s.version = '0.4.3' 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'