ru_token 0.1.10-aarch64-linux → 0.1.11-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: '01959db8ca89114b5182c4121b65924fb2fa623cc6f2d179d51e35b48350e171'
4
- data.tar.gz: 6fcaad2f2f46d83148edbc45c5b2582bf2b2afeae1fa59f9c45c1e191dbba9da
3
+ metadata.gz: 5af724c214bd0bbf961a2aec8a66992ed706edc90511eee6e5d3630f711a7f56
4
+ data.tar.gz: 46098cedabb9a6a828e7ddd1cb28ea9dca44f7f6ab786cca14fddad54e6f5692
5
5
  SHA512:
6
- metadata.gz: 38186d4c71bac08c0288ffdd381a9912d4c6bd0a096e98d6004d312be043b9d9f1c5f747a0e51b55c96c2d267daabc856740014c0a451d4e0db8222df66cca41
7
- data.tar.gz: 9e7d32c93fc03415af7f9c1735a157f4da529e45d54a2b60a1eec70f71da43bc1b33d5c7be3ec4aa3f87ba05e10f1fc86a73e3d996d861436974993c94425a4e
6
+ metadata.gz: bb8fedd8728af6da69acb3fa7958c0097dbfa8005509cf16f9d9b11510d5330559b591a79a4b8feb43e4942a762007b162d6458d6247a7d022f75950e4c6476e
7
+ data.tar.gz: 634ad19c2eaa93a6716a87220ff5325f1bd6bfa6acf69ca0d96e8c8b32bcbe8fa804ba2bfec0f89e0910baa916d3187af0b639d7693588a34ca8ab9c63e45207
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.11] - 2025-07-31
12
+ ### Fix
13
+ - Set stable ruby versions to default in build.
14
+
10
15
  ---
11
16
  ## [0.1.10] - 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.10"
4
+ VERSION = "0.1.11"
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.10
4
+ version: 0.1.11
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Logan Bresnahan