ru_token 0.1.9-arm64-darwin → 0.1.11-arm64-darwin
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/CHANGELOG.md +10 -0
- data/lib/ru_token/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: c2f42da5e4d8a0a93a20bcc5bc46b7581800785f8576f405cec93b3c7c3e6417
|
4
|
+
data.tar.gz: b6a427db92d9f831e9c80bb74a3baa0c69b035b91fc483cbec631683a94d136c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d15df8f6e61a111779fd0cc1a114f149b760da6adc5030eb84f13e999454ad9c67cb06434efb002465c4ed48d520886165fd3a2784309a9d763f493168dacc2
|
7
|
+
data.tar.gz: 6a05add178456e388ceef5338f376e9299469df46f6fec02fe2625c99fdc4e8d9e8cb46d159917c665eb8052c4a4f0c628823ef8e72435172867e915b5513940
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
---
|
11
|
+
## [0.1.11] - 2025-07-31
|
12
|
+
### Fix
|
13
|
+
- Set stable ruby versions to default in build.
|
14
|
+
|
15
|
+
---
|
16
|
+
## [0.1.10] - 2025-07-31
|
17
|
+
### Fix
|
18
|
+
- Add stable ruby versions to ci data step in build.
|
19
|
+
|
10
20
|
---
|
11
21
|
## [0.1.9] - 2025-07-31
|
12
22
|
### Fix
|
data/lib/ru_token/version.rb
CHANGED