boutons 0.4.2 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 987550e81d14e582f8d1dc69eb4eea04deb81d2e
4
- data.tar.gz: 60b5f7452c7ff9732990d7a81ac1da618c3dab92
3
+ metadata.gz: 8404a07f91159d2d6e43aaa0c4373ade25bec0b7
4
+ data.tar.gz: 15be8b55b0f1b027d1417658cb606d4aeede9bc8
5
5
  SHA512:
6
- metadata.gz: 025a45a4a250b7b9bef1c2231eadccc8554374e80eff5964e83868f4a1586965b4636d7a7a7ce27f0237d2296176ab44601f32f128a4b2a373d7d3eb39adbc59
7
- data.tar.gz: 30642634b16804ce9abf221582634a6dc5e80728641086b5f7d4574a0536d6b199083df5d98f7175182bcc0b8f28ce40aa408bdd8fcaa1a56d895e5bd02894f3
6
+ metadata.gz: f25c2b2d639728003cd7a28550c17bf221846dfbe30456e3863f7edd8689c752b9618223e38b8f010e79a923ce9c81c58e02a92d6e59f3f7fb9303a043f0fc5e
7
+ data.tar.gz: 26939ca4317d773232c148d35a398f7148fe0ad0b67d19a20004bc22c1cf5d07d38d5417ec9838b66f811aa9e9a585c9aa72c019881339a32bf34c0045c4fc57
@@ -32,7 +32,7 @@ module Boutons
32
32
  @hosts << "#{@uri.host}:#{@uri.port || 2181 }"
33
33
  end
34
34
  else
35
- @hosts = Config.registry.send(service).hosts
35
+ @hosts = Config.registry.send(method).hosts
36
36
  end
37
37
  @hosts
38
38
  end
@@ -1,3 +1,3 @@
1
1
  module Boutons
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boutons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathias Kaufmann