We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b25d35 commit dab19feCopy full SHA for dab19fe
resque-throttler.gemspec
@@ -1,12 +1,12 @@
1
Gem::Specification.new do |s|
2
s.name = "resque-throttler"
3
- s.version = '0.1.5'
+ s.version = '0.2.0'
4
s.licenses = ['MIT']
5
s.authors = ["Jon Bracy"]
6
s.email = ["jonbracy@gmail.com"]
7
s.homepage = "https://github.com/malomalo/resque-throttler"
8
- s.summary = %q{Rate limit Resque Jobs}
9
- s.description = %q{Rate limit how many times a job can be run from a queue}
+ s.summary = %q{Rate limit and concurrent limit Resque Jobs}
+ s.description = %q{Rate limit how many times a job can be run from a queue and limit concurrent job execution}
10
11
s.files = `git ls-files`.split("\n")
12
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
0 commit comments