metatron 0.8.4 → 0.8.6

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: 75b1820be1a5acfc0dbcbb3e0d307edbedcbff8797ccae1ab80a2cdc46e3f035
4
+ data.tar.gz: 627d05e8f91bdc41ca047fe454778f58f96e402965f434636002b03ef1f29c10
5
5
  SHA512:
6
- metadata.gz: 540cbb3dd3bf956acb1354fabf384cd1c2924d739b7215c9d12d4d9e53f23a9b709f7a81fe122ebd6be62340937f9f0f29f147561f40e8bfb6f766f3076ab928
7
- data.tar.gz: 80a84181d35819dbfa6a5fab4416657f226a8462f39a66a56aee0fa70380a73ad1d2be2362212ce048c2074b289974795808956f794e31767809a21bad9e3c7c
6
+ metadata.gz: 505e005541ceb62d1e196599149e6a95b5aad312b3ed5bbf1556a0801212290536d23ed5e4248288ac749bbefd16b818b20d32c32329ad6d8049a14116ac6d72
7
+ data.tar.gz: 3c7df31247195f277d1150ba8c2cfa2ea2f72f57a5472458a0dbe7deccb5f5aeb2a9c0736897c8839893aded7939fd33195bd492c82645a065c300dbfcd039c2
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.6)
5
5
  json (~> 2.6)
6
6
  rack (>= 2.2.8, < 4)
7
7
 
@@ -16,28 +16,28 @@ GEM
16
16
  docile (1.4.1)
17
17
  e2mmap (0.1.0)
18
18
  jaro_winkler (1.6.0)
19
- json (2.9.0)
19
+ json (2.9.1)
20
20
  kramdown (2.5.1)
21
21
  rexml (>= 3.3.9)
22
22
  kramdown-parser-gfm (1.1.0)
23
23
  kramdown (~> 2.0)
24
24
  language_server-protocol (3.17.0.3)
25
- nokogiri (1.17.2-arm64-darwin)
25
+ nokogiri (1.18.1-arm64-darwin)
26
26
  racc (~> 1.4)
27
- nokogiri (1.17.2-x86_64-linux)
27
+ nokogiri (1.18.1-x86_64-linux-gnu)
28
28
  racc (~> 1.4)
29
29
  parallel (1.26.3)
30
- parser (3.3.6.0)
30
+ parser (3.3.7.0)
31
31
  ast (~> 2.4.1)
32
32
  racc
33
33
  racc (1.8.1)
34
34
  rack (3.1.8)
35
- rack-test (2.1.0)
35
+ rack-test (2.2.0)
36
36
  rack (>= 1.3)
37
37
  rainbow (3.1.1)
38
38
  rake (12.3.3)
39
39
  rbs (2.8.4)
40
- regexp_parser (2.9.3)
40
+ regexp_parser (2.10.0)
41
41
  reverse_markdown (2.1.1)
42
42
  nokogiri
43
43
  rexml (3.4.0)
@@ -54,7 +54,7 @@ GEM
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
55
  rspec-support (~> 3.13.0)
56
56
  rspec-support (3.13.2)
57
- rubocop (1.69.2)
57
+ rubocop (1.70.0)
58
58
  json (~> 2.3)
59
59
  language_server-protocol (>= 3.17.0)
60
60
  parallel (~> 1.10)
@@ -106,8 +106,8 @@ GEM
106
106
  tilt (~> 2.0)
107
107
  yard (~> 0.9, >= 0.9.24)
108
108
  thor (1.3.2)
109
- tilt (2.4.0)
110
- unicode-display_width (3.1.2)
109
+ tilt (2.6.0)
110
+ unicode-display_width (3.1.4)
111
111
  unicode-emoji (~> 4.0, >= 4.0.4)
112
112
  unicode-emoji (4.0.4)
113
113
  yard (0.9.37)
@@ -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.6"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Gnagy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-16 00:00:00.000000000 Z
11
+ date: 2025-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json