ru_token 0.1.9-aarch64-linux → 0.1.10-aarch64-linux

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: d06fded871849c1a785625d683eae744c4daee7c91ea206f31335a3a94e6c373
4
- data.tar.gz: f41db82d149e730b9af4f45d4c4f000bcd63e44c92cf21aa90f53993910218c8
3
+ metadata.gz: '01959db8ca89114b5182c4121b65924fb2fa623cc6f2d179d51e35b48350e171'
4
+ data.tar.gz: 6fcaad2f2f46d83148edbc45c5b2582bf2b2afeae1fa59f9c45c1e191dbba9da
5
5
  SHA512:
6
- metadata.gz: 9311d0289070144c974d20831dbc2b64f0e832b1f8bc83df2fd3c12cd1a0031cfae864b5a15a0163ce36746727bf558bd233f125ffc6700aeb93b0d0acebb0bc
7
- data.tar.gz: 11a101f48357ca0ef9483ea68022aa9ec47bfb4e13b61a89850624327bce5d4a579476c0905cbe90b3a62e3e9661aa5abe3828949c145bff427dd28976c8f3e8
6
+ metadata.gz: 38186d4c71bac08c0288ffdd381a9912d4c6bd0a096e98d6004d312be043b9d9f1c5f747a0e51b55c96c2d267daabc856740014c0a451d4e0db8222df66cca41
7
+ data.tar.gz: 9e7d32c93fc03415af7f9c1735a157f4da529e45d54a2b60a1eec70f71da43bc1b33d5c7be3ec4aa3f87ba05e10f1fc86a73e3d996d861436974993c94425a4e
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ 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.10] - 2025-07-31
12
+ ### Fix
13
+ - Add stable ruby versions to ci data step in build.
14
+
10
15
  ---
11
16
  ## [0.1.9] - 2025-07-31
12
17
  ### Fix
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RuToken
4
- VERSION = "0.1.9"
4
+ VERSION = "0.1.10"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ru_token
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Logan Bresnahan