panteras_api 0.0.22 → 0.0.23

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: 7d980a1240e7f8ba7aaea65490c173e9f839abb1
4
- data.tar.gz: cda749462d77eecb04fb4885fd47ffeddb221481
3
+ metadata.gz: a54ac9fcba5c96bb7689355aa598b6ac95dd6ab1
4
+ data.tar.gz: 931caa7b4e480aa8fa10f44359dd5d595a3ad939
5
5
  SHA512:
6
- metadata.gz: 12d6da114d73dfeaea7ba58344352f9cb14b95fb6b1ace0cb893aefddae02ee447c6e8d558811911d8046d0b86dea4738170eeee81b158450e9145262d7b08c0
7
- data.tar.gz: a18be83a812349127b5c888c04b4563112e4ba1184297a97d740a8f7d647d26d687df8e11b7b682e34acc9489c9ba61c8fc226b02ca71fb72bda5625dcd1261a
6
+ metadata.gz: 04e62cdc5f8ad188c5a146ab4649a87345da60b512d1620394bdb8f2fa027251984125f93804ccce4680cd5594da374e3c3a7f371f4dfd66e673b056fd1e9f64
7
+ data.tar.gz: 87fcb79ae69b7d03e25b429388a5a4fa0f646fed35a2dd295acb613f960a0b9ef3b90ced8235c241b6aa4bbf6175ee290835f41575888f8e36d1fa1b65f2658c
@@ -141,7 +141,7 @@ Timeout::timeout(timeout_in_seconds) do
141
141
  ### CONSUL
142
142
  puts "#" * 75 if config[:debug]
143
143
  puts "* Consul registered mesos services for #{my_fqdn}:" if config[:debug]
144
- consul = ConsulCluster.new(mesos.master_hostname)
144
+ consul = ConsulCluster.new('localhost')
145
145
  consul_services = consul.my_service_ids.reject { |p| p =~ /panteras/ }.collect { |d| d }.compact.reject { |i| i.empty? }
146
146
  excludes.each { |exclude|
147
147
  consul_services = consul_services.reject { |p| p =~ /#{exclude}/ }
@@ -1,3 +1,3 @@
1
1
  module PanterasApi
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panteras_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Colby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-21 00:00:00.000000000 Z
11
+ date: 2019-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler