ru_token 0.1.13 → 0.1.14

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: 00ae8355212894debd7c59f119e3e7c37a1fef50088c8f57bce7a631c3585dcb
4
- data.tar.gz: 75bf7af74409b50e480739c414f50e2a2629c90664e769d28da8369f1b1686d1
3
+ metadata.gz: d3b600e4410b0d74d49d903b6fa0ec322736e3e2fb80344f6d0663660cb631d0
4
+ data.tar.gz: 0075a5ff6908a7bd253f880583cc74f249c7ec31e11d070edc0009b992a71fc3
5
5
  SHA512:
6
- metadata.gz: 27f88abeb81b8add4a4be73da8752424d95a3192d2a26773ca960cbbd4bec37bc77fadbb757eddd938bcffd091e0289e6826dea2551b1764822c04b7a956d4b9
7
- data.tar.gz: 1e7a656dcb22b90fcfece03cf81aede5ec4b75ea89711c305a1974e7060491beae6d6044a9b4b0502c2c69975fbc98a5d983178fef49c5fb9a57dde055918849
6
+ metadata.gz: 8ae310765d14fa4361db8b1f8c747bab6f5ef226ad22a3cf0be0040e9bc0f50efbc081f0126eb287322fbba5d5a7d5135c56deaede78641d632a0f1b78f2d349
7
+ data.tar.gz: ff1e0833b49cfb33a04f2c438ab9ab5d59a838e2072f35a6eaf64bc014aa5a44978336248847c3458ef4e4adb493697cbbeb220a7aaacbc83c0152e4aa5241a7
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.14] - 2025-07-31
12
+ ### Fix
13
+ - Stable ruby version build syntax
14
+
10
15
  ---
11
16
  ## [0.1.13] - 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.13"
4
+ VERSION = "0.1.14"
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.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Logan Bresnahan