Rakefile in fcoury-aasm-2.1.3 vs Rakefile in fcoury-aasm-2.1.5

- old
+ new

@@ -6,11 +6,11 @@ Jeweler::Tasks.new do |gem| gem.name = "fcoury-aasm" gem.summary = %Q{State machine mixin for Ruby objects} gem.description = %Q{AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.} gem.homepage = "http://rubyist.github.com/aasm/" - gem.authors = ["Scott Barron", "Scott Petersen", "Travis Tilley", "FelipeCoury"] - gem.email = "scott@elitists.net, ttilley@gmail.com, felipe@webbynode.com" + gem.authors = ["Scott Barron", "Scott Petersen", "Travis Tilley"] + gem.email = "scott@elitists.net, ttilley@gmail.com" gem.add_development_dependency "rspec" gem.add_development_dependency "shoulda" gem.add_development_dependency 'sdoc' # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end