ru_token 0.1.8-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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/lib/ru_token/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 631f8acece1aa95be4058dc5b8be62d4ca93589818ff3c5e76482f03ef5efdff
4
- data.tar.gz: c3949e198d03d40d9d766893551b92c0ae0ed09133b25e1f880629ac414d44b8
3
+ metadata.gz: '01959db8ca89114b5182c4121b65924fb2fa623cc6f2d179d51e35b48350e171'
4
+ data.tar.gz: 6fcaad2f2f46d83148edbc45c5b2582bf2b2afeae1fa59f9c45c1e191dbba9da
5
5
  SHA512:
6
- metadata.gz: '08361ac4762fbb0939672e4f4979fbbd027f0006f99478104620cb9e9874d9c2a7de56390b1efdcb895a2d13b66fc8585a108529433f987a6d3512cc98fee0d1'
7
- data.tar.gz: cd67f9511a2598efd48b393d7e63d0140547ef61903e43ca7f932c1b16350e14bf7d854191ec46fcb8ee61136ee93e44e2303010e5c933b3a7e941fe323ba90f
6
+ metadata.gz: 38186d4c71bac08c0288ffdd381a9912d4c6bd0a096e98d6004d312be043b9d9f1c5f747a0e51b55c96c2d267daabc856740014c0a451d4e0db8222df66cca41
7
+ data.tar.gz: 9e7d32c93fc03415af7f9c1735a157f4da529e45d54a2b60a1eec70f71da43bc1b33d5c7be3ec4aa3f87ba05e10f1fc86a73e3d996d861436974993c94425a4e
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.10] - 2025-07-31
12
+ ### Fix
13
+ - Add stable ruby versions to ci data step in build.
14
+
15
+ ---
16
+ ## [0.1.9] - 2025-07-31
17
+ ### Fix
18
+ - Add required ruby version to build and deploy.
19
+
10
20
  ---
11
21
  ## [0.1.8] - 2025-07-30
12
22
  ### Fix
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RuToken
4
- VERSION = "0.1.8"
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.8
4
+ version: 0.1.10
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Logan Bresnahan