jones 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/{client.rb → jones.rb} +0 -10
  2. metadata +2 -2
@@ -112,13 +112,3 @@ class JonesClient
112
112
  "#{@zkroot}/conf"
113
113
  end
114
114
  end
115
-
116
-
117
- #zk = ZK.new('localhost:2181')
118
-
119
- jc = JonesClient.new(:zkservers => 'localhost:2181', :service => 'test')
120
- jc.register_callback { |data| puts data['field'] }
121
- puts jc['field']
122
-
123
- sleep(20)
124
- puts jc['field']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -33,7 +33,7 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/client.rb
36
+ - lib/jones.rb
37
37
  homepage: https://github.com/mwhooker/jones
38
38
  licenses:
39
39
  - Apache 2.0