Rakefile in backgrounded-0.3.1 vs Rakefile in backgrounded-0.4.1

- old
+ new

@@ -7,9 +7,13 @@ gem.name = "backgrounded" gem.summary = %Q{Simple API to run Model methods in the background} gem.email = "ryan.sonnek@gmail.com" gem.homepage = "http://github.com/wireframe/backgrounded" gem.authors = ["Ryan Sonnek"] + gem.add_runtime_dependency "activerecord", ">= 2.2.3" + gem.add_runtime_dependency "activesupport", ">= 2.2.3" + gem.add_development_dependency "thoughtbot-shoulda", ">= 0" + gem.add_development_dependency 'resque_unit', ">= 0" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"