resque-pool 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +30 -31
- data/README.md +4 -3
- data/lib/resque/pool/version.rb +1 -1
- data/resque-pool.gemspec +1 -1
- metadata +5 -6
- data/examples/Gemfile.lock +0 -80
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9aaf12ac233ddc2d85497a51664455746a2a81df
|
4
|
+
data.tar.gz: cfcca6a36e87457edac8d1b962ffd5a1bb57ad5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9e8128a62c82453d1d29a1f49c8e5c5e1c27ab8c87357f0f9d8e235d7d6e32eff4c88c1f8859829cddcb01f194d9fb2be99497915ceb8910cf6600e35f2bf0d
|
7
|
+
data.tar.gz: 32b82c7a0e4b28765ac3197af08d907bbb0c6a87a0b9f8980f60b6ad7c340e92985bdb40647bfb5e8c69e943ee29782523ec354dd44ff2a083c1d60b222b5cc5
|
data/Gemfile.lock
CHANGED
@@ -2,23 +2,22 @@ PATH
|
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
4
|
resque-pool (0.7.0)
|
5
|
-
rake (>= 10.0, <
|
5
|
+
rake (>= 10.0, < 14.0)
|
6
6
|
resque (>= 1.22, < 3)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
aruba (0.14.
|
12
|
-
childprocess (>= 0.6.3, <
|
11
|
+
aruba (0.14.14)
|
12
|
+
childprocess (>= 0.6.3, < 4.0.0)
|
13
13
|
contracts (~> 0.9)
|
14
14
|
cucumber (>= 1.3.19)
|
15
15
|
ffi (~> 1.9)
|
16
16
|
rspec-expectations (>= 2.99)
|
17
|
-
thor (
|
18
|
-
backports (3.
|
19
|
-
builder (3.2.
|
20
|
-
childprocess (
|
21
|
-
rake (< 13.0)
|
17
|
+
thor (>= 0.19, < 2.0)
|
18
|
+
backports (3.15.0)
|
19
|
+
builder (3.2.4)
|
20
|
+
childprocess (3.0.0)
|
22
21
|
contracts (0.16.0)
|
23
22
|
cucumber (3.1.2)
|
24
23
|
builder (>= 2.1.2)
|
@@ -37,20 +36,20 @@ GEM
|
|
37
36
|
cucumber-tag_expressions (1.1.1)
|
38
37
|
cucumber-wire (0.0.1)
|
39
38
|
diff-lcs (1.3)
|
40
|
-
ffi (1.
|
39
|
+
ffi (1.11.3)
|
41
40
|
gherkin (5.1.0)
|
42
41
|
hpricot (0.8.6)
|
43
42
|
mono_logger (1.1.0)
|
44
|
-
multi_json (1.
|
43
|
+
multi_json (1.14.1)
|
45
44
|
multi_test (0.1.2)
|
46
|
-
mustache (1.1.
|
45
|
+
mustache (1.1.1)
|
47
46
|
mustermann (1.0.3)
|
48
|
-
rack (2.0.
|
49
|
-
rack-protection (2.0.
|
47
|
+
rack (2.0.7)
|
48
|
+
rack-protection (2.0.7)
|
50
49
|
rack
|
51
|
-
rake (
|
50
|
+
rake (13.0.1)
|
52
51
|
rdiscount (2.2.0.1)
|
53
|
-
redis (4.1.
|
52
|
+
redis (4.1.3)
|
54
53
|
redis-namespace (1.6.0)
|
55
54
|
redis (>= 3.0.4)
|
56
55
|
resque (2.0.0)
|
@@ -63,26 +62,26 @@ GEM
|
|
63
62
|
hpricot (>= 0.8.2)
|
64
63
|
mustache (>= 0.7.0)
|
65
64
|
rdiscount (>= 1.5.8)
|
66
|
-
rspec (3.
|
67
|
-
rspec-core (~> 3.
|
68
|
-
rspec-expectations (~> 3.
|
69
|
-
rspec-mocks (~> 3.
|
70
|
-
rspec-core (3.
|
71
|
-
rspec-support (~> 3.
|
72
|
-
rspec-expectations (3.
|
65
|
+
rspec (3.9.0)
|
66
|
+
rspec-core (~> 3.9.0)
|
67
|
+
rspec-expectations (~> 3.9.0)
|
68
|
+
rspec-mocks (~> 3.9.0)
|
69
|
+
rspec-core (3.9.1)
|
70
|
+
rspec-support (~> 3.9.1)
|
71
|
+
rspec-expectations (3.9.0)
|
73
72
|
diff-lcs (>= 1.2.0, < 2.0)
|
74
|
-
rspec-support (~> 3.
|
75
|
-
rspec-mocks (3.
|
73
|
+
rspec-support (~> 3.9.0)
|
74
|
+
rspec-mocks (3.9.1)
|
76
75
|
diff-lcs (>= 1.2.0, < 2.0)
|
77
|
-
rspec-support (~> 3.
|
78
|
-
rspec-support (3.
|
79
|
-
sinatra (2.0.
|
76
|
+
rspec-support (~> 3.9.0)
|
77
|
+
rspec-support (3.9.2)
|
78
|
+
sinatra (2.0.7)
|
80
79
|
mustermann (~> 1.0)
|
81
80
|
rack (~> 2.0)
|
82
|
-
rack-protection (= 2.0.
|
81
|
+
rack-protection (= 2.0.7)
|
83
82
|
tilt (~> 2.0)
|
84
|
-
thor (0.
|
85
|
-
tilt (2.0.
|
83
|
+
thor (1.0.1)
|
84
|
+
tilt (2.0.10)
|
86
85
|
vegas (0.1.11)
|
87
86
|
rack (>= 1.0.0)
|
88
87
|
|
@@ -99,4 +98,4 @@ DEPENDENCIES
|
|
99
98
|
rspec (~> 3.8)
|
100
99
|
|
101
100
|
BUNDLED WITH
|
102
|
-
2.0.
|
101
|
+
2.0.2
|
data/README.md
CHANGED
@@ -2,10 +2,11 @@ Resque Pool
|
|
2
2
|
===========
|
3
3
|
|
4
4
|
[![Build Status](https://travis-ci.org/nevans/resque-pool.png)](https://travis-ci.org/nevans/resque-pool)
|
5
|
-
|
5
|
+
![Depfu](https://img.shields.io/depfu/nevans/resque-pool.svg)
|
6
|
+
![Gem](https://img.shields.io/gem/v/resque-pool.svg)
|
6
7
|
|
7
8
|
Resque pool is a daemon for managing a pool of
|
8
|
-
[resque](https://github.com/
|
9
|
+
[resque](https://github.com/resque/resque) workers. With a simple config file,
|
9
10
|
it manages your workers for you, starting up the appropriate number of workers
|
10
11
|
for each worker type.
|
11
12
|
|
@@ -145,7 +146,7 @@ per worker type. Signals can be sent via the `kill` command, e.g.
|
|
145
146
|
`kill -HUP $master_pid`
|
146
147
|
|
147
148
|
If the environment variable `TERM_CHILD` is set, `QUIT` and `TERM` will respond as
|
148
|
-
defined by Resque 1.22 and above. See http://hone.
|
149
|
+
defined by Resque 1.22 and above. See http://hone.herokuapp.com/resque/2012/08/21/resque-signals.html
|
149
150
|
for details, overriding any command-line configuration for `TERM`. Setting `TERM_CHILD` tells
|
150
151
|
us you know what you're doing.
|
151
152
|
|
data/lib/resque/pool/version.rb
CHANGED
data/resque-pool.gemspec
CHANGED
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
|
|
30
30
|
spec.required_ruby_version = '>= 2.0'
|
31
31
|
|
32
32
|
spec.add_dependency "resque", ">= 1.22", "< 3"
|
33
|
-
spec.add_dependency "rake", ">= 10.0", "<
|
33
|
+
spec.add_dependency "rake", ">= 10.0", "< 14.0"
|
34
34
|
|
35
35
|
spec.add_development_dependency "bundler", "~> 2.0"
|
36
36
|
spec.add_development_dependency "rspec", "~> 3.8"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resque-pool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nicholas a. evans
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: resque
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
version: '10.0'
|
40
40
|
- - "<"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '
|
42
|
+
version: '14.0'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -49,7 +49,7 @@ dependencies:
|
|
49
49
|
version: '10.0'
|
50
50
|
- - "<"
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: '
|
52
|
+
version: '14.0'
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: bundler
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
@@ -157,7 +157,6 @@ files:
|
|
157
157
|
- config/alternate.yml
|
158
158
|
- config/cucumber.yml
|
159
159
|
- examples/Gemfile
|
160
|
-
- examples/Gemfile.lock
|
161
160
|
- examples/Rakefile
|
162
161
|
- examples/chef_cookbook/recipes/default.rb
|
163
162
|
- examples/chef_cookbook/templates/default/initd.erb
|
@@ -207,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
206
|
version: '0'
|
208
207
|
requirements: []
|
209
208
|
rubyforge_project:
|
210
|
-
rubygems_version: 2.6.14.
|
209
|
+
rubygems_version: 2.6.14.4
|
211
210
|
signing_key:
|
212
211
|
specification_version: 4
|
213
212
|
summary: quickly and easily fork a pool of resque workers
|
data/examples/Gemfile.lock
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: /home/nick/src/active/resque-pool
|
3
|
-
specs:
|
4
|
-
resque-pool (0.3.0.dev)
|
5
|
-
rake
|
6
|
-
resque (~> 1.20)
|
7
|
-
trollop (~> 1.16)
|
8
|
-
|
9
|
-
GEM
|
10
|
-
remote: http://rubygems.org/
|
11
|
-
specs:
|
12
|
-
SystemTimer (1.2.3)
|
13
|
-
aruba (0.4.11)
|
14
|
-
childprocess (>= 0.2.3)
|
15
|
-
cucumber (>= 1.1.1)
|
16
|
-
ffi (>= 1.0.11)
|
17
|
-
rspec (>= 2.7.0)
|
18
|
-
builder (3.0.0)
|
19
|
-
childprocess (0.3.2)
|
20
|
-
ffi (~> 1.0.6)
|
21
|
-
cucumber (1.1.9)
|
22
|
-
builder (>= 2.1.2)
|
23
|
-
diff-lcs (>= 1.1.2)
|
24
|
-
gherkin (~> 2.9.0)
|
25
|
-
json (>= 1.4.6)
|
26
|
-
term-ansicolor (>= 1.0.6)
|
27
|
-
diff-lcs (1.1.3)
|
28
|
-
ffi (1.0.11)
|
29
|
-
gherkin (2.9.3)
|
30
|
-
json (>= 1.4.6)
|
31
|
-
hpricot (0.8.6)
|
32
|
-
json (1.6.6)
|
33
|
-
multi_json (1.3.2)
|
34
|
-
mustache (0.99.4)
|
35
|
-
rack (1.4.1)
|
36
|
-
rack-protection (1.2.0)
|
37
|
-
rack
|
38
|
-
rake (0.9.2.2)
|
39
|
-
rdiscount (1.6.8)
|
40
|
-
redis (2.2.2)
|
41
|
-
redis-namespace (1.0.3)
|
42
|
-
redis (< 3.0.0)
|
43
|
-
resque (1.20.0)
|
44
|
-
multi_json (~> 1.0)
|
45
|
-
redis-namespace (~> 1.0.2)
|
46
|
-
sinatra (>= 0.9.2)
|
47
|
-
vegas (~> 0.1.2)
|
48
|
-
ronn (0.7.3)
|
49
|
-
hpricot (>= 0.8.2)
|
50
|
-
mustache (>= 0.7.0)
|
51
|
-
rdiscount (>= 1.5.8)
|
52
|
-
rspec (2.9.0)
|
53
|
-
rspec-core (~> 2.9.0)
|
54
|
-
rspec-expectations (~> 2.9.0)
|
55
|
-
rspec-mocks (~> 2.9.0)
|
56
|
-
rspec-core (2.9.0)
|
57
|
-
rspec-expectations (2.9.1)
|
58
|
-
diff-lcs (~> 1.1.3)
|
59
|
-
rspec-mocks (2.9.0)
|
60
|
-
sinatra (1.3.2)
|
61
|
-
rack (~> 1.3, >= 1.3.6)
|
62
|
-
rack-protection (~> 1.2)
|
63
|
-
tilt (~> 1.3, >= 1.3.3)
|
64
|
-
term-ansicolor (1.0.7)
|
65
|
-
tilt (1.3.3)
|
66
|
-
trollop (1.16.2)
|
67
|
-
vegas (0.1.11)
|
68
|
-
rack (>= 1.0.0)
|
69
|
-
|
70
|
-
PLATFORMS
|
71
|
-
ruby
|
72
|
-
|
73
|
-
DEPENDENCIES
|
74
|
-
SystemTimer
|
75
|
-
aruba (~> 0.4.11)
|
76
|
-
bundler (~> 1.0)
|
77
|
-
cucumber (~> 1.1.9)
|
78
|
-
resque-pool!
|
79
|
-
ronn
|
80
|
-
rspec (~> 2.9.0)
|