proboscis_cli 0.0.8 → 0.0.9

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
  SHA256:
3
- metadata.gz: 9b08e20f2e8f4a6771b7a8192a86a2083c169546137f1a0b069bdb4fb9bf6648
4
- data.tar.gz: f63e3d0c12e1563317e2d4034172bc239b51d3f5690e6c72a9bacd45b4897b73
3
+ metadata.gz: 0bee81a2e9633353e72ede751c7d2b0b560561893e40652de31ab594d526a0f0
4
+ data.tar.gz: 25070cd1877ab2f1c771b1234c35671b1023485403fdd6086d93f3ebce24285e
5
5
  SHA512:
6
- metadata.gz: 9be97117c7a5d2d6efa5b6f00ab6dd2f9cc29c13e0e19e49fb5b8983a52bfa8ab49c5ae631cb5b2f72d8d77fa1b87575d417b58c4a71fe6a24eec0ff745d5265
7
- data.tar.gz: 85ec027dbac647f5479cfc6b573d43b0a8fc1a0678fba499e9d32e52a175c6abe90cc7ce213883a76376a877a237da72dc464fe6317d95667bab1f02b1798114
6
+ metadata.gz: 0adeef4a89e8517ff9a8f7e8ea8a083cbc645ac7b15a6d4c3d17c848c6293f23c897e98ecfdb33d004aebbfad3cb54a783cb45d9b1a83e9f619511e2d736392d
7
+ data.tar.gz: 0b603ac4d69b29171deb500885ab815885f0d72f4dc78f17e040655c37c33fb2604091aea67755f69d65ac71d46d7ca64040d2cb05b2922faa9f34504484a6c8
@@ -35,7 +35,7 @@ class CashServer < Server
35
35
  if subpath == 'araneae'
36
36
  return @ipAddress
37
37
  end
38
- res = HTTParty.get("http://#{@ipAddress}/admin/hosts", headers: {'X-Auth-Key': self.param(environment, 'token')})
38
+ res = HTTParty.get("https://#{subdomain}.delium.io/api/admin/hosts", headers: {'X-Auth-Key': self.param(environment, 'token')})
39
39
  if res.code != 200
40
40
  puts "Failed to get subpath details. #{res.code}"
41
41
  exit -1
@@ -1,3 +1,3 @@
1
1
  module ProboscisCli
2
- VERSION = '0.0.8'
2
+ VERSION = '0.0.9'
3
3
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'proboscis_cli'
3
- s.version = '0.0.8'
3
+ s.version = '0.0.9'
4
4
  s.date = '2018-04-10'
5
5
  s.summary = "A cli client for proboscis"
6
6
  s.description = "A cli client for proboscis"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proboscis_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Roy