Skip to content

Commit dab19fe

Browse files
Strict rate limits :: Comments
1 parent 1b25d35 commit dab19fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resque-throttler.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Gem::Specification.new do |s|
22
s.name = "resque-throttler"
3-
s.version = '0.1.5'
3+
s.version = '0.2.0'
44
s.licenses = ['MIT']
55
s.authors = ["Jon Bracy"]
66
s.email = ["jonbracy@gmail.com"]
77
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}
8+
s.summary = %q{Rate limit and concurrent limit Resque Jobs}
9+
s.description = %q{Rate limit how many times a job can be run from a queue and limit concurrent job execution}
1010

1111
s.files = `git ls-files`.split("\n")
1212
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

0 commit comments

Comments
 (0)