envirobly 1.5.0 → 1.5.1

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: be982bd0b431cc756bd366b28445b90b613473480aa58ff27b03c8e184650f18
4
- data.tar.gz: b03aaf064a430c1956d142a335e0f029b8230007b6ee2ff90de90832a33538d3
3
+ metadata.gz: c97ca5914eef6af36136f7e0abfcc7370e1ed085fc8cddf2b80a141318ce44cd
4
+ data.tar.gz: 81dba64e23d95bd3a9727ae2be4ed9af7647596600160e68bb1df340c9a3a40d
5
5
  SHA512:
6
- metadata.gz: 9c53346df456e1cfaace0494cc8508446307bba687c1f1df706e8e5f230578c55faefba8e16832ae8a81f02e581388babb8ee54482b07720afff7000cab6fbe3
7
- data.tar.gz: 2f55980d3798c958851ceb064918bb8a9b827f907d960fb81fc710b087136cc3f2b4ec7c13426be2a7450f66b3cef159fb1b0441448641f81aaee3f174f6e0ab
6
+ metadata.gz: cee99dc1623b120060f05439005b54f3eabccc09817d03138407b5053be461809473af16fb714a3cfba1564c75c11ee19410e19aa8f0f6177c7cc4280cba3dd1
7
+ data.tar.gz: a9fcd1f398730b370a8c43b75b046fdf6daa1030e88c45cfd0b8e09fb1edb93afa65dffcf03ed42d586dfcaa51ce0226a50c5636d971e23a7f5e61eb12cc1d9a
@@ -107,6 +107,6 @@ class Envirobly::ContainerShell
107
107
  end
108
108
 
109
109
  def user_and_host
110
- sprintf USER_AND_HOST, connect_data.fetch("instance").fetch("private_ipv4")
110
+ sprintf USER_AND_HOST, connect_data.fetch("instance").fetch("public_ipv6")
111
111
  end
112
112
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Envirobly
4
- VERSION = "1.5.0"
4
+ VERSION = "1.5.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: envirobly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Starsi