resque-throttle 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/resque-throttle.gemspec +2 -2
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ begin
9
9
  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.}
10
10
  gem.email = "scott@zendesk.com"
11
11
  gem.homepage = "http://github.com/zendesk/resque-throttle"
12
- gem.authors = ["scotttam"]
12
+ gem.authors = ["Scott J. Tamosunas"]
13
13
  gem.add_dependency "resque", ">=1.4.0"
14
14
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
15
15
  gem.add_development_dependency "mocha", ">=0.9.8"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -5,10 +5,10 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{resque-throttle}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["scotttam"]
11
+ s.authors = ["Scott J. Tamosunas"]
12
12
  s.date = %q{2010-02-18}
13
13
  s.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.}
14
14
  s.email = %q{scott@zendesk.com}
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-throttle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - scotttam
7
+ - Scott J. Tamosunas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []