Rakefile in resque-throttle-0.2.0 vs Rakefile in resque-throttle-0.2.1

- old
+ new

@@ -7,10 +7,10 @@ gem.name = "resque-throttle" gem.summary = %Q{resque-throttle is an extension to the resque queue system that restricts the frequency in which certain jobs are run.} gem.description = %Q{resque-throttle is an extension to the resque queue system that restricts the frequency in which certain jobs are run. Add more description here.} gem.email = "scott@zendesk.com" gem.homepage = "http://github.com/zendesk/resque-throttle" - gem.authors = ["scotttam"] + gem.authors = ["Scott J. Tamosunas"] gem.add_dependency "resque", ">=1.4.0" gem.add_development_dependency "thoughtbot-shoulda", ">= 0" gem.add_development_dependency "mocha", ">=0.9.8" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end