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 +2 -2
- data/VERSION +1 -1
- data/lib/init.rb +2 -1
- data/resque-throttle.gemspec +3 -3
- metadata +3 -3
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 = "
|
|
11
|
-
gem.homepage = "http://github.com/
|
|
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
|
+
0.2.2
|
data/lib/init.rb
CHANGED
data/resque-throttle.gemspec
CHANGED
|
@@ -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.
|
|
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{
|
|
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/
|
|
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.
|
|
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:
|
|
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/
|
|
70
|
+
homepage: http://github.com/scotttam/resque-throttle
|
|
71
71
|
licenses: []
|
|
72
72
|
|
|
73
73
|
post_install_message:
|