ru_token 0.1.8-arm64-darwin → 0.1.10-arm64-darwin

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: f076d35fd4061dbe4baeb56c3c5fd0120198eaac6f594b3cd90c60f5ab1f34fd
4
- data.tar.gz: 119459ab2ae046bed375c5d1f3224e89e57d2939dc29f294540cd507729fd9c2
3
+ metadata.gz: 1f9f6ec383e0993b0dd87f601200ecb3da459d02bf8973b2720ff1c906126f1b
4
+ data.tar.gz: be99393311aefcd04f9ad9de2b50df7f85bc738d53146f73e913ddd1857c663a
5
5
  SHA512:
6
- metadata.gz: fb37223d7d2f274dc601a643a0ae298e9ef74572ca1a6dccd80a3ea6c9e98ef0b0b1d2a0e3cc42736a8e649937ecb933621259c704ec01c884d6cdddfce25ab7
7
- data.tar.gz: 664fd30c1e84974a625fbdfa1c81f1573be4174e8cea2ee8f800f97718aa2d5eb033186061b2abd949b2ea71679156aba788157e344adc191ab40ef60a5bc021
6
+ metadata.gz: eec965d8ff34d5b2bc2307206619ce17a9effa5820f1f552a04b47f99fbb65f5065ad21bfa2fe1ca902bf31438c1102c973199c9aac2d9f6f0b5c2a7f5e589fd
7
+ data.tar.gz: c794ebeec42dd5cfe2564184f69be69116a654d473d9522667bef9f48084b217fa14175ebb450c5e527c82f47d8c4bb20bd71c7f82c176b209ecdadefb10944d
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: arm64-darwin
6
6
  authors:
7
7
  - Logan Bresnahan