ru_token 0.1.6-x86_64-darwin → 0.1.7-x86_64-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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 894ec84f99da9d05656363ab8214d96d99bc47d764110888dd2f9e372bbdbc54
4
- data.tar.gz: 1f21b9a5ffd01832e30a133d98db493a53c4e34e4ebb7109edc8a1a6526123a2
3
+ metadata.gz: 4c991d3637b8de518ecc8dac9ef4389381f72b32566b9473789d6619695e5ce6
4
+ data.tar.gz: ae60e778934dc2c2d0136e494cd7ee022f7253082f8ee48e3cfc578515524504
5
5
  SHA512:
6
- metadata.gz: ff3217a7a20d46b33625532d0ac381b75fa957d4d6d93d80326a3a7c25e43d49387bd458dd2fca5db2343138e1997f4023f09a56b18a91146b5d9d380b6de084
7
- data.tar.gz: 6febae8292f9c6ea6fdfa8918d506aa9a6ad3eeaa3840f1641ca750804371d58bd9110757e422d8631f95361ac6905ef0f3bd39368c610fe4e5c64aa1fc208bf
6
+ metadata.gz: 68fd75ba882d776d3352ffb2872c8641340d6d62e27f7d6792452f806f4dfbe8ff0dfbd773a4969fca8b43b18e7f5a95a3ace2b4568dd6d4f289d8a4ba5fcfbc
7
+ data.tar.gz: 40cf5d432b0fbf14ca7da4482496a5c2b8355767b7a388a3b6cc729479cc4176b1f4e1529989e9c76003193aa1d3b7a8803db55c11874ad0c8a1b269c1af2381
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.7] - 2025-07-30
12
+ ### Changed
13
+ - Add Generic Gem Build.
14
+
10
15
  ---
11
16
  ## [0.1.6] - 2025-07-30
12
17
  ### Changed
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RuToken
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
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.6
4
+ version: 0.1.7
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Logan Bresnahan