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 +4 -4
- data/.tool-versions +1 -1
- data/CHANGELOG.md +1 -1
- data/Gemfile.lock +28 -21
- data/lib/invoca/utils/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d331ad4ed6b3c3a773fcf8699a7546bed05913ecc054577836cd887ff4b2954
|
|
4
|
+
data.tar.gz: 8a1b80f5f1a0e1f10a472c039a17cabaa8c098b52bbd3a3557d4a7e4f7bbb117
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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] -
|
|
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
|
|
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 (
|
|
10
|
+
activesupport (8.1.3)
|
|
11
11
|
base64
|
|
12
12
|
bigdecimal
|
|
13
|
-
concurrent-ruby (~> 1.0, >= 1.
|
|
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
|
-
|
|
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.
|
|
27
|
+
appraisal-matrix (0.3.0)
|
|
25
28
|
appraisal (~> 2.2)
|
|
26
|
-
base64 (0.
|
|
27
|
-
bigdecimal (
|
|
28
|
-
concurrent-ruby (1.3.
|
|
29
|
-
connection_pool (
|
|
30
|
-
diff-lcs (1.6.
|
|
31
|
-
drb (2.2.
|
|
32
|
-
i18n (1.14.
|
|
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.
|
|
36
|
-
rake (13.2
|
|
37
|
-
rspec (3.13.
|
|
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.
|
|
46
|
+
rspec-core (3.13.6)
|
|
42
47
|
rspec-support (~> 3.13.0)
|
|
43
|
-
rspec-expectations (3.13.
|
|
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.
|
|
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.
|
|
54
|
+
rspec-support (3.13.7)
|
|
50
55
|
rspec_junit_formatter (0.6.0)
|
|
51
56
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
52
|
-
|
|
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
|
data/lib/invoca/utils/version.rb
CHANGED