kuby-core 0.11.12 → 0.11.13

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: b8d6ff09e42b41a7c2befcd581413831cfccfcc447de2ce465a51601aed2d957
4
- data.tar.gz: 166b2ad8c8c2a4fe38f1756fde0221d4091e7fb3e18f3c70a192cae08fc24805
3
+ metadata.gz: cc71b4e03be08bf58382169b829abedc849fc14f65f6fb411a31327e81fa1ced
4
+ data.tar.gz: 76e66b27a965c68fbb4296aac40dc8febe1f13052f13aa80ecbf2a917ed2adf9
5
5
  SHA512:
6
- metadata.gz: 31b2ce8b7bc8c224e068ca7344009b69d602f73608c45ac228d95ccfc556eb0cde034bf2c162e8eef9ba1b855644c1e6abcbaf83a536e2f48123fea800c6a798
7
- data.tar.gz: 2ffa9a28da456fb5f7f422315207a82622c739b1539705d3f6086eb44a524bf1233e8fd88df1d8825dc4ab4ef08c142cc2bcf9a12a8c2609a0f4496af9983e3c
6
+ metadata.gz: 31368684f53099ac9e9107b57a8274a5a9ade40000ec9e94a1b643530445192501b1ce4adbb6d18d36e1b3ac7ceccd70b7763a51795a63825bbe2c0ccf7f97a7
7
+ data.tar.gz: a733461cb128b827c71579b6d58338132d88fab91d658b57f38045dc9dd5e4db9a5968002290a81d57e9ff96eea6853e3487b618d1dbd9bbcb63a263483594f0
@@ -1,3 +1,6 @@
1
+ ## 0.11.13
2
+ * Include port in image host.
3
+
1
4
  ## 0.11.12
2
5
  * Revamp Docker URL parsing
3
6
  - Docker URLs shouldn't have a scheme.
@@ -38,7 +38,7 @@ module Kuby
38
38
 
39
39
  sig { returns(String) }
40
40
  def image_host
41
- @image_host ||= full_image_uri.host
41
+ @image_host ||= "#{full_image_uri.host}:#{full_image_uri.port}"
42
42
  end
43
43
 
44
44
  sig { returns(String) }
@@ -1,5 +1,5 @@
1
1
  # typed: true
2
2
 
3
3
  module Kuby
4
- VERSION = '0.11.12'.freeze
4
+ VERSION = '0.11.13'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuby-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.12
4
+ version: 0.11.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-04 00:00:00.000000000 Z
11
+ date: 2020-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize