ru_token 0.1.10-aarch64-linux-musl → 0.1.11-aarch64-linux-musl

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: 2e76bcb9208ad8b6ad46af675330a18dbdc62453fd7850ed3a0286d88cbfff71
4
- data.tar.gz: fe3960a25c233c36fc93c5dbd7a413b1b7d3af3e3efb1b9aba669345f659d557
3
+ metadata.gz: 1d7d9202b4d4cccbcd37c9712d5be8cc485d7376c3081f04f50908bcf541827c
4
+ data.tar.gz: fbd78c206c5cd91305bd2a8c6b4cb37dcacef0bdbb1ae0a44cdd5734af03e972
5
5
  SHA512:
6
- metadata.gz: '0847a075847cc647a00ce9ad9f5db93d2403a9786fe6d8e96c9f2cf2e0faf7147e1dc1c6001703d402b12b46cc6d49564f1456bc7028396af6c1015def3c02f4'
7
- data.tar.gz: 7891484ab455722991bfd7e5bb0d374d85f4ba4f6d397641e46e29bb774a952c2223616240b113224cf29bb8203693762eb0a4d87bff1627b8837eb42af0f46f
6
+ metadata.gz: 46fb9cb6c323220092c5bc4aae91bf2f1e905e14ef35478a62cbdd52b608acb08c71a482c1ba57521a75a50d9e309f317dea6cff5419239f6cc5f4ffe2e569dc
7
+ data.tar.gz: b2c47ca6f1443a1b714d5b8d3ab92c7052b00f4cf8e93e943b322464cf8dbcf6d56592df7bc42d21c4b1707c1f85963159ffc7b5646a7212fc0c807b198ab654
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-musl
6
6
  authors:
7
7
  - Logan Bresnahan