resque-cluster 0.0.1 → 0.0.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/.document +0 -0
- data/.gitignore +0 -0
- data/.rspec +0 -0
- data/.rubocop.yml +0 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +0 -0
- data/LICENSE.txt +0 -0
- data/README.rdoc +0 -0
- data/Rakefile +0 -0
- data/lib/resque/cluster/member.rb +0 -0
- data/lib/resque/cluster/version.rb +1 -1
- data/lib/resque/cluster.rb +0 -0
- data/lib/resque/pool/cli_patches.rb +0 -0
- data/lib/resque/pool/patches.rb +0 -0
- data/resque-cluster.gemspec +1 -1
- data/spec/global_config.yml +0 -0
- data/spec/global_rebalance_config.yml +0 -0
- data/spec/integration/cluster_spec.rb +0 -0
- data/spec/integration/config/global_config.yml +0 -0
- data/spec/integration/config/global_config2.yml +0 -0
- data/spec/integration/config/global_rebalance_config2.yml +0 -0
- data/spec/integration/config/local_config.yml +0 -0
- data/spec/integration/config/local_config2.yml +0 -0
- data/spec/integration/spec_helper.rb +0 -0
- data/spec/integration/standalone_spec.rb +0 -0
- data/spec/integration/test_member_manager.rb +0 -0
- data/spec/local_config.yml +0 -0
- data/spec/unit/member_spec.rb +0 -0
- data/spec/unit/resque_pool_cli_patches_spec.rb +0 -0
- data/spec/unit/resque_pool_patches_spec.rb +0 -0
- data/spec/unit/spec_helper.rb +0 -0
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91f9ff7c6eedb9896efa624b71719e5637d97022
|
4
|
+
data.tar.gz: 805eb1cd807cfb9ee566c3afa10ae06c3cf4b24a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6d5f25ff5f35e49fef3132d3ca10f042bcfcf1348b0de22528f28d31a7b524383cc205df4d258f55f1986695d7f452fc95f084e416815c0f756ea2ac3d6b8cb
|
7
|
+
data.tar.gz: c821d21e47cab214d1926825a393857598531cc130cecb9721a0529500b730d38fbde5fe63ff86f0220d2772337432c6e44f25dadecb7bf6e92108e4d4a3a027
|
data/.document
CHANGED
File without changes
|
data/.gitignore
CHANGED
File without changes
|
data/.rspec
CHANGED
File without changes
|
data/.rubocop.yml
CHANGED
File without changes
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
File without changes
|
data/LICENSE.txt
CHANGED
File without changes
|
data/README.rdoc
CHANGED
File without changes
|
data/Rakefile
CHANGED
File without changes
|
File without changes
|
data/lib/resque/cluster.rb
CHANGED
File without changes
|
File without changes
|
data/lib/resque/pool/patches.rb
CHANGED
File without changes
|
data/resque-cluster.gemspec
CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
|
|
19
19
|
s.require_paths = ["lib"]
|
20
20
|
|
21
21
|
s.add_dependency 'resque-pool', '~> 0.5.0'
|
22
|
-
s.add_dependency 'gru', '0.0.
|
22
|
+
s.add_dependency 'gru', '0.0.4'
|
23
23
|
|
24
24
|
s.add_development_dependency 'pry', '> 0.0'
|
25
25
|
s.add_development_dependency 'awesome_print', '> 0.0'
|
data/spec/global_config.yml
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/spec/local_config.yml
CHANGED
File without changes
|
data/spec/unit/member_spec.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/spec/unit/spec_helper.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resque-cluster
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yasha Portnoy
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.0.
|
33
|
+
version: 0.0.4
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.0.
|
40
|
+
version: 0.0.4
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: pry
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
225
225
|
version: '0'
|
226
226
|
requirements: []
|
227
227
|
rubyforge_project:
|
228
|
-
rubygems_version: 2.4.
|
228
|
+
rubygems_version: 2.4.4
|
229
229
|
signing_key:
|
230
230
|
specification_version: 4
|
231
231
|
summary: Creates and manages resque worker in a distributed cluster
|
@@ -247,3 +247,4 @@ test_files:
|
|
247
247
|
- spec/unit/resque_pool_cli_patches_spec.rb
|
248
248
|
- spec/unit/resque_pool_patches_spec.rb
|
249
249
|
- spec/unit/spec_helper.rb
|
250
|
+
has_rdoc:
|