consistent-cluster 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4ea10f872a6d170d1827ad5660abb2344a9ec21
4
- data.tar.gz: 9f7e1dd8bc5399a5130bb7002b3c21383437b602
3
+ metadata.gz: 083d031971f3257c3484fe07f3a57ec3f128c540
4
+ data.tar.gz: e4672c6b95484ba06ecae0f227c72962d2b49d69
5
5
  SHA512:
6
- metadata.gz: c910179b9c06d4453a66ce4759a2333ebe1369b4592fb3846f7c90861452bcf0d17f1a59f8e932d74cfbf8434977d5bdac4faa3b5d80f2a115bc83d2cbe320fd
7
- data.tar.gz: 02f5644a6729bcda86222fc3d7c3912062455223a03f4507abce2735cac1698128133b412084258edfabe6b155f95b07ab98e3f0b9e087b0ffa250029f9af3cb
6
+ metadata.gz: 45d9b3225dd8f65df6e0c3be4a96c2198b865815fef6a17387ef0fb8c48e79fa58d3813f147588366cd75893cbde5a302843356c0e18f5fb30026bbe431b4b35
7
+ data.tar.gz: f2f031edcabcd583e32894914009fd0c1bf00a7216b0ffe799630182140bd4da12da0998e8c77c24f7fb371a1d94a8a90540221cf475a6eee769cc6e2d5d219f
@@ -3,8 +3,6 @@ require "consistent-cluster/version"
3
3
 
4
4
  require "consistent-cluster/consistent_hashing"
5
5
 
6
- require "json"
7
-
8
6
  module ConsistentCluster
9
7
 
10
8
  class Client
@@ -1,3 +1,3 @@
1
1
  module ConsistentCluster
2
- Version = "1.0.0"
2
+ Version = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consistent-cluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jeffrey6052
@@ -24,10 +24,7 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.1.99
27
- description: |2-
28
-
29
- 红黑树,一致性Hash算法,Hash环
30
- 支持zookeeper同步(依赖gem: zk)
27
+ description: "用于整合服务集群接口,方便客户端调用; 调用方式包含一致性哈希逻辑,轮询逻辑; 支持绑定zookeeper,同步集群配置"
31
28
  email:
32
29
  - jeffrey6052@163.com
33
30
  executables: []
@@ -46,7 +43,7 @@ files:
46
43
  - lib/consistent-cluster/demo/zk_debug.rb
47
44
  - lib/consistent-cluster/sync-client.rb
48
45
  - lib/consistent-cluster/version.rb
49
- homepage: ''
46
+ homepage: https://github.com/Jeffrey6052/consistent-cluster
50
47
  licenses: []
51
48
  metadata: {}
52
49
  post_install_message:
@@ -68,5 +65,5 @@ rubyforge_project:
68
65
  rubygems_version: 2.4.5
69
66
  signing_key:
70
67
  specification_version: 4
71
- summary: "用于打包集群服务接口,方便客户端调用"
68
+ summary: ''
72
69
  test_files: []