Rakefile in has_messages-0.3.1 vs Rakefile in has_messages-0.4.0

- old
+ new

@@ -3,18 +3,18 @@ require 'rake/gempackagetask' require 'rake/contrib/sshpublisher' spec = Gem::Specification.new do |s| s.name = 'has_messages' - s.version = '0.3.1' + s.version = '0.4.0' s.platform = Gem::Platform::RUBY s.summary = 'Demonstrates a reference implementation for sending messages between users.' s.files = FileList['{app,db,lib,test}/**/*'] + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc) - FileList['test/app_root/{log,log/*,script,script/*}'] s.require_path = 'lib' s.has_rdoc = true s.test_files = Dir['test/**/*_test.rb'] - s.add_dependency 'state_machine', '>= 0.5.0' + s.add_dependency 'state_machine', '>= 0.7.0' s.author = 'Aaron Pfeifer' s.email = 'aaron@pluginaweek.org' s.homepage = 'http://www.pluginaweek.org' s.rubyforge_project = 'pluginaweek'