resque-restriction 0.4.0 → 0.4.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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/resque-restriction.gemspec +3 -12
- metadata +3 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0b7b30a4ae848c29d19605f4a76e117f3ae889f7
|
|
4
|
+
data.tar.gz: a0daec75f5328e6d79265c0a125dd2a811516111
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16c00091f2d9ed53ecb5805dd4aecc7958b452363b1d4c1f804dddea1700fbe8c0b6f8f16f8d83609b389738da8b8360b61bcab7e21791cb00dba0a8151ea793
|
|
7
|
+
data.tar.gz: 7576fd5bae95e931c888ff99ce7dae8b09a374afaded79123a727dd779ef9cce46acd2471e47ef9d4cc558bdd9ad1b8146cfbc4fb6c3dce10262511ae74ccb6f
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.2
|
data/resque-restriction.gemspec
CHANGED
|
@@ -1,17 +1,11 @@
|
|
|
1
|
-
# Generated by jeweler
|
|
2
|
-
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
|
-
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: resque-restriction 0.4.0 ruby lib
|
|
6
|
-
|
|
7
1
|
Gem::Specification.new do |s|
|
|
8
2
|
s.name = "resque-restriction"
|
|
9
|
-
s.version = "0.4.
|
|
3
|
+
s.version = "0.4.2"
|
|
10
4
|
|
|
11
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
6
|
s.require_paths = ["lib"]
|
|
13
7
|
s.authors = ["Richard Huang"]
|
|
14
|
-
s.date = "2015-
|
|
8
|
+
s.date = "2015-11-02"
|
|
15
9
|
s.description = "resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time, the exceeded jobs will be executed at the next period."
|
|
16
10
|
s.email = "flyerhzm@gmail.com"
|
|
17
11
|
s.extra_rdoc_files = [
|
|
@@ -38,21 +32,18 @@ Gem::Specification.new do |s|
|
|
|
38
32
|
"spec/spec_helper.rb"
|
|
39
33
|
]
|
|
40
34
|
s.homepage = "http://github.com/flyerhzm/resque-restriction"
|
|
41
|
-
s.rubygems_version = "2.
|
|
35
|
+
s.rubygems_version = "2.2.2"
|
|
42
36
|
s.summary = "resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time."
|
|
43
37
|
|
|
44
38
|
if s.respond_to? :specification_version then
|
|
45
39
|
s.specification_version = 4
|
|
46
40
|
|
|
47
41
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
48
|
-
s.add_runtime_dependency(%q<resque-restriction>, [">= 0"])
|
|
49
42
|
s.add_runtime_dependency(%q<resque>, [">= 1.7.0"])
|
|
50
43
|
else
|
|
51
|
-
s.add_dependency(%q<resque-restriction>, [">= 0"])
|
|
52
44
|
s.add_dependency(%q<resque>, [">= 1.7.0"])
|
|
53
45
|
end
|
|
54
46
|
else
|
|
55
|
-
s.add_dependency(%q<resque-restriction>, [">= 0"])
|
|
56
47
|
s.add_dependency(%q<resque>, [">= 1.7.0"])
|
|
57
48
|
end
|
|
58
49
|
end
|
metadata
CHANGED
|
@@ -1,29 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: resque-restriction
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Huang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: resque-restriction
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - ">="
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0'
|
|
20
|
-
type: :runtime
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - ">="
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0'
|
|
27
13
|
- !ruby/object:Gem::Dependency
|
|
28
14
|
name: resque
|
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -84,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
70
|
version: '0'
|
|
85
71
|
requirements: []
|
|
86
72
|
rubyforge_project:
|
|
87
|
-
rubygems_version: 2.
|
|
73
|
+
rubygems_version: 2.2.2
|
|
88
74
|
signing_key:
|
|
89
75
|
specification_version: 4
|
|
90
76
|
summary: resque-restriction is an extension to resque queue system that restricts
|