metatron 0.8.4 → 0.8.5

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: e29f9f35ab8098f2b1f411456d09d6f33e5e359c9a90bb91bf4aa38264023abe
4
- data.tar.gz: 7882cd3e1f10716e11d3eaf9eb701653319bfd2fad378e7ba77d9825051fa8a2
3
+ metadata.gz: faef618cfa67ca9e218271e74b7135b8f89f805d46a1627ccba653d52db2d3fb
4
+ data.tar.gz: b58df597d9eba50af527ebb329f5f6eb385df66cf833b36abe93b0a9847c3189
5
5
  SHA512:
6
- metadata.gz: 540cbb3dd3bf956acb1354fabf384cd1c2924d739b7215c9d12d4d9e53f23a9b709f7a81fe122ebd6be62340937f9f0f29f147561f40e8bfb6f766f3076ab928
7
- data.tar.gz: 80a84181d35819dbfa6a5fab4416657f226a8462f39a66a56aee0fa70380a73ad1d2be2362212ce048c2074b289974795808956f794e31767809a21bad9e3c7c
6
+ metadata.gz: 8bf5cb244595713806bfe38687d4c1e7e33d577828abdd57e00b42663b22712b5065108a2f70f39ae32e9774bb3079f1b6eceb10ba3eb344c6771ffa0dd75e52
7
+ data.tar.gz: 15c269a28b63efaa267450b850ba3edf59ee709e28c5d6f64588f4026b557d28113d90d152caf7b0b8e55ac4bfa19c5f707e276fe021dd3749524bf681499614
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- metatron (0.8.4)
4
+ metatron (0.8.5)
5
5
  json (~> 2.6)
6
6
  rack (>= 2.2.8, < 4)
7
7
 
@@ -31,8 +31,10 @@ module Metatron
31
31
  ]
32
32
  end
33
33
 
34
- alias publishNotReadyAddresses publish_not_ready_addresses
35
- alias clusterIP cluster_ip
34
+ # rubocop:disable Naming/MethodName
35
+ def publishNotReadyAddresses = publish_not_ready_addresses
36
+ def clusterIP = cluster_ip
37
+ # rubocop:enable Naming/MethodName
36
38
 
37
39
  def formatted_ports
38
40
  ports&.any? ? { ports: } : {}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Metatron
4
- VERSION = "0.8.4"
4
+ VERSION = "0.8.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metatron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Gnagy