resque-sliders 0.0.9 → 0.0.10
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/lib/resque-sliders/server.rb +1 -0
- data/lib/resque-sliders/version.rb +1 -1
- metadata +50 -34
metadata
CHANGED
@@ -1,40 +1,48 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: resque-sliders
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
- 10
|
10
|
+
version: 0.0.10
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Kevin Mullin
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
17
|
+
|
18
|
+
date: 2012-02-08 00:00:00 Z
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
15
21
|
name: resque
|
16
|
-
|
22
|
+
prerelease: false
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
17
24
|
none: false
|
18
|
-
requirements:
|
25
|
+
requirements:
|
19
26
|
- - ~>
|
20
|
-
- !ruby/object:Gem::Version
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 43
|
29
|
+
segments:
|
30
|
+
- 1
|
31
|
+
- 15
|
32
|
+
- 0
|
21
33
|
version: 1.15.0
|
22
34
|
type: :runtime
|
23
|
-
|
24
|
-
|
25
|
-
description: ! " Resque-Sliders is a plugin for Resque that enables you to control
|
26
|
-
multiple hosts'\n running resque workers with a monitor PID watching over them.
|
27
|
-
\ From the resque-web UI, you\n can add/delete/change which queues are running
|
28
|
-
on each host running the monitor PID.\n Sliders are in the UI and allow you to
|
29
|
-
adjust how many workers on either host should be running.\n"
|
35
|
+
version_requirements: *id001
|
36
|
+
description: " Resque-Sliders is a plugin for Resque that enables you to control multiple hosts'\n running resque workers with a monitor PID watching over them. From the resque-web UI, you\n can add/delete/change which queues are running on each host running the monitor PID.\n Sliders are in the UI and allow you to adjust how many workers on either host should be running.\n"
|
30
37
|
email: kevin@kpmullin.com
|
31
|
-
executables:
|
38
|
+
executables:
|
32
39
|
- kewatcher
|
33
40
|
extensions: []
|
34
|
-
|
41
|
+
|
42
|
+
extra_rdoc_files:
|
35
43
|
- README.md
|
36
44
|
- MIT-LICENSE
|
37
|
-
files:
|
45
|
+
files:
|
38
46
|
- Gemfile
|
39
47
|
- MIT-LICENSE
|
40
48
|
- README.md
|
@@ -70,30 +78,38 @@ files:
|
|
70
78
|
- test/test_helper.rb
|
71
79
|
homepage: https://github.com/kmullin/resque-sliders
|
72
80
|
licenses: []
|
81
|
+
|
73
82
|
post_install_message:
|
74
83
|
rdoc_options: []
|
75
|
-
|
84
|
+
|
85
|
+
require_paths:
|
76
86
|
- lib
|
77
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
87
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
78
88
|
none: false
|
79
|
-
requirements:
|
80
|
-
- -
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
|
83
|
-
|
89
|
+
requirements:
|
90
|
+
- - ">="
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
hash: 3
|
93
|
+
segments:
|
94
|
+
- 0
|
95
|
+
version: "0"
|
96
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
97
|
none: false
|
85
|
-
requirements:
|
86
|
-
- -
|
87
|
-
- !ruby/object:Gem::Version
|
88
|
-
|
98
|
+
requirements:
|
99
|
+
- - ">="
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
hash: 3
|
102
|
+
segments:
|
103
|
+
- 0
|
104
|
+
version: "0"
|
89
105
|
requirements: []
|
106
|
+
|
90
107
|
rubyforge_project:
|
91
108
|
rubygems_version: 1.8.15
|
92
109
|
signing_key:
|
93
110
|
specification_version: 3
|
94
|
-
summary:
|
95
|
-
|
96
|
-
test_files:
|
111
|
+
summary: "Resque-Sliders: a plugin for resque that controls which resque workers are running on each host, from within Resque-web"
|
112
|
+
test_files:
|
97
113
|
- test/redis-test.conf
|
98
114
|
- test/resque-sliders_test.rb
|
99
115
|
- test/test_helper.rb
|