Skip to content

Commit

Permalink
updated resque dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
staugaard committed Apr 7, 2010
1 parent 6ae3cee commit 0c3bb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -5,14 +5,14 @@ begin
require 'jeweler' require 'jeweler'
Jeweler::Tasks.new do |gem| Jeweler::Tasks.new do |gem|
gem.name = "resque-multi-job-forks" gem.name = "resque-multi-job-forks"
gem.version = "0.1.1" gem.version = "0.1.2"
gem.summary = %Q{Have your resque workers process more that one job} gem.summary = %Q{Have your resque workers process more that one job}
gem.description = %Q{When your resque jobs are frequent and fast, gem.description = %Q{When your resque jobs are frequent and fast,
the overhead of forking and running your after_fork might get too big.} the overhead of forking and running your after_fork might get too big.}
gem.email = "mick@staugaard.com" gem.email = "mick@staugaard.com"
gem.homepage = "http://github.com/staugaard/resque-multi-job-forks" gem.homepage = "http://github.com/staugaard/resque-multi-job-forks"
gem.authors = ["Mick Staugaard"] gem.authors = ["Mick Staugaard"]
gem.add_dependency "resque", ">= 1.6.0" gem.add_dependency "resque", ">= 1.6.0", "< 1.8.0"
end end
Jeweler::GemcutterTasks.new Jeweler::GemcutterTasks.new
rescue LoadError rescue LoadError
Expand Down

0 comments on commit 0c3bb8f

Please sign in to comment.