invoca-utils 0.7.0.colin.1 → 0.7.0

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: 97f9b98c54883da05a6cb68be4bfebd61b858d5f5da7f8374bec356ae38a23b3
4
- data.tar.gz: a84b9901a7fe50a44036b5f4f4b24367f0530e632e580b91fc6ff0ecec93d3ac
3
+ metadata.gz: 1d331ad4ed6b3c3a773fcf8699a7546bed05913ecc054577836cd887ff4b2954
4
+ data.tar.gz: 8a1b80f5f1a0e1f10a472c039a17cabaa8c098b52bbd3a3557d4a7e4f7bbb117
5
5
  SHA512:
6
- metadata.gz: b69462e99f162f2e22ea4444754ca04e8f42a34ac98aa60ba888d1bd4f6feec83b263ea6f2a0ffbd21f6384446625cf891aebcf191de32a9f34d556af9cd99d9
7
- data.tar.gz: f6b637a19e6e0fa9ec3bd4ab20950d356a76e4cbae4d4251c2831d18fe718bd06c20e20fcbe7cc96fb6396b21d7ad7c3d21860f8fe42ae38887c45614c1d0c26
6
+ metadata.gz: ecb02d12b07a93f036b864a0e47d08e1d4c74995c032cce9f270fca1ef449d62702579efe65e443c0087ea2100d54fa174164d1302e277e153b84d33818aba81
7
+ data.tar.gz: af74665ce2196d6ec4a4a64b24cca4d12cb4c2b95bdd5182019c1c45860bce5cdb4a3e88c01f1863a09e5cf8c88c45515e503c78b0b65479363259b5363659b6
data/.tool-versions CHANGED
@@ -1 +1 @@
1
- 3.3.8
1
+ ruby 3.3.8
data/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
5
  **Note:** This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [0.7.0] - UNRELEASED
7
+ ## [0.7.0] - 2026-06-17
8
8
  ### Removed
9
9
  - Global `Diff` and `Diffable` constants; use `Invoca::Utils::Diff` and `Invoca::Utils::Diffable` instead
10
10
  - Runtime dependency on `diff-lcs`; callers needing `Diff::LCS` should depend on and require `diff-lcs` directly
data/Gemfile.lock CHANGED
@@ -1,57 +1,64 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- invoca-utils (0.7.0.colin.1)
4
+ invoca-utils (0.7.0)
5
5
  activesupport (>= 6.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.1.3.4)
10
+ activesupport (8.1.3)
11
11
  base64
12
12
  bigdecimal
13
- concurrent-ruby (~> 1.0, >= 1.0.2)
13
+ concurrent-ruby (~> 1.0, >= 1.3.1)
14
14
  connection_pool (>= 2.2.5)
15
15
  drb
16
16
  i18n (>= 1.6, < 2)
17
+ json
18
+ logger (>= 1.4.2)
17
19
  minitest (>= 5.1)
18
- mutex_m
19
- tzinfo (~> 2.0)
20
+ securerandom (>= 0.3)
21
+ tzinfo (~> 2.0, >= 2.0.5)
22
+ uri (>= 0.13.1)
20
23
  appraisal (2.5.0)
21
24
  bundler
22
25
  rake
23
26
  thor (>= 0.14.0)
24
- appraisal-matrix (0.1.0)
27
+ appraisal-matrix (0.3.0)
25
28
  appraisal (~> 2.2)
26
- base64 (0.2.0)
27
- bigdecimal (3.1.8)
28
- concurrent-ruby (1.3.3)
29
- connection_pool (2.4.1)
30
- diff-lcs (1.6.1)
31
- drb (2.2.1)
32
- i18n (1.14.5)
29
+ base64 (0.3.0)
30
+ bigdecimal (4.1.2)
31
+ concurrent-ruby (1.3.4)
32
+ connection_pool (3.0.2)
33
+ diff-lcs (1.6.2)
34
+ drb (2.2.3)
35
+ i18n (1.14.8)
33
36
  concurrent-ruby (~> 1.0)
37
+ json (2.19.9)
38
+ logger (1.7.0)
34
39
  minitest (5.10.3)
35
- mutex_m (0.2.0)
36
- rake (13.2.1)
37
- rspec (3.13.0)
40
+ mutex_m (0.3.0)
41
+ rake (13.4.2)
42
+ rspec (3.13.2)
38
43
  rspec-core (~> 3.13.0)
39
44
  rspec-expectations (~> 3.13.0)
40
45
  rspec-mocks (~> 3.13.0)
41
- rspec-core (3.13.0)
46
+ rspec-core (3.13.6)
42
47
  rspec-support (~> 3.13.0)
43
- rspec-expectations (3.13.3)
48
+ rspec-expectations (3.13.5)
44
49
  diff-lcs (>= 1.2.0, < 2.0)
45
50
  rspec-support (~> 3.13.0)
46
- rspec-mocks (3.13.1)
51
+ rspec-mocks (3.13.8)
47
52
  diff-lcs (>= 1.2.0, < 2.0)
48
53
  rspec-support (~> 3.13.0)
49
- rspec-support (3.13.1)
54
+ rspec-support (3.13.7)
50
55
  rspec_junit_formatter (0.6.0)
51
56
  rspec-core (>= 2, < 4, != 2.12.0)
52
- thor (1.3.1)
57
+ securerandom (0.4.1)
58
+ thor (1.5.0)
53
59
  tzinfo (2.0.6)
54
60
  concurrent-ruby (~> 1.0)
61
+ uri (1.1.1)
55
62
 
56
63
  PLATFORMS
57
64
  arm64-darwin-22
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Invoca
4
4
  module Utils
5
- VERSION = "0.7.0.colin.1"
5
+ VERSION = "0.7.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: invoca-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0.colin.1
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Invoca development