redis_ring 0.1.2 → 0.1.3

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- redis_ring (0.1.1)
4
+ redis_ring (0.1.2)
5
5
  daemons-mikehale
6
6
  json
7
7
  sinatra
@@ -1,3 +1,3 @@
1
1
  module RedisRing
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -31,7 +31,7 @@ module RedisRing
31
31
  end
32
32
 
33
33
  def update_status(status)
34
- status_path = "/cluster_status"
34
+ status_path = "#{base_path}_cluster_status"
35
35
  if zookeeper.stat(:path => status_path)[:stat].exists
36
36
  zookeeper.set(:path => status_path, :data => status.to_json)
37
37
  else
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Adam Pohorecki