resque-throttle 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -7,8 +7,8 @@ begin
7
7
  gem.name = "resque-throttle"
8
8
  gem.summary = %Q{resque-throttle is an extension to the resque queue system that restricts the frequency in which certain jobs are run.}
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
- gem.email = "scott@zendesk.com"
11
- gem.homepage = "http://github.com/zendesk/resque-throttle"
10
+ gem.email = "tamosunas@gmail.com"
11
+ gem.homepage = "http://github.com/scotttam/resque-throttle"
12
12
  gem.authors = ["Scott J. Tamosunas"]
13
13
  gem.add_dependency "resque", ">=1.4.0"
14
14
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
data/lib/init.rb CHANGED
@@ -1,2 +1,3 @@
1
1
  require "resque/resque"
2
- require "resque/thottle"
2
+ require "resque/throttle"
3
+ require "resque/throttled_job"
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{resque-throttle}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
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
- s.email = %q{scott@zendesk.com}
14
+ s.email = %q{tamosunas@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
17
  "README.rdoc"
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  "test/resque/throttled_job_test.rb",
33
33
  "test/test_helper.rb"
34
34
  ]
35
- s.homepage = %q{http://github.com/zendesk/resque-throttle}
35
+ s.homepage = %q{http://github.com/scotttam/resque-throttle}
36
36
  s.rdoc_options = ["--charset=UTF-8"]
37
37
  s.require_paths = ["lib"]
38
38
  s.rubygems_version = %q{1.3.5}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-throttle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott J. Tamosunas
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 0.9.8
44
44
  version:
45
45
  description: resque-throttle is an extension to the resque queue system that restricts the frequency in which certain jobs are run. Add more description here.
46
- email: scott@zendesk.com
46
+ email: tamosunas@gmail.com
47
47
  executables: []
48
48
 
49
49
  extensions: []
@@ -67,7 +67,7 @@ files:
67
67
  - test/resque/throttled_job_test.rb
68
68
  - test/test_helper.rb
69
69
  has_rdoc: true
70
- homepage: http://github.com/zendesk/resque-throttle
70
+ homepage: http://github.com/scotttam/resque-throttle
71
71
  licenses: []
72
72
 
73
73
  post_install_message: