ru_token 0.1.8-x86_64-linux-musl → 0.1.10-x86_64-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.
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: b0a3d910a0e4c52a10516f8ac22af725bda7eb97e073c6a4375289d6c217e03a
4
- data.tar.gz: 4223c90ce578ce13143da74d3754d63a58bd042e935bf5617ef9f032d99a7933
3
+ metadata.gz: b37e9e811d2b8ad45c8cafb21b6a3f066bdfa973df8d5322cd1e4c94bcd54396
4
+ data.tar.gz: fe23f902ed68816131f017e52dc3b0e55723fddd6e95c0c301c543677c92c2cd
5
5
  SHA512:
6
- metadata.gz: 072b36e305cfcd6933a47be5e6296d8abd49ba2e1be43a583d16b5f0aa71498828c791b5949c9d5271b103a5d63900daea9e924aeaf0b6168640cf69e3510d66
7
- data.tar.gz: e84ce1e995cdb2bcbe3ee7daa14448050e9a9a1546fb206aa1ad825848dcf842bca15c3d397068462684a2fff9bd3bc19e790fdb46f38c9b9054da7d1f24a432
6
+ metadata.gz: 3fc749c7c64daeb30997b02595022e96253895dc621987e1162f0428769e94f65d3e6ac28f2c138b6b408fcae29debdd77ef0587f2ad1649cffe3e4c8124932b
7
+ data.tar.gz: 7fa5cac06f5ab6f059772dce6f418ae5462f6ce50828c072f62e9fe02df05336dcca2e4740dcf890903ed56e56ffb13f5581b09550b0d6d4aa5df5f7483c2994
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: x86_64-linux-musl
6
6
  authors:
7
7
  - Logan Bresnahan