jones 0.1.0 → 0.2.0

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.
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