ru_token 0.1.11-aarch64-linux-musl → 0.1.15-aarch64-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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d7d9202b4d4cccbcd37c9712d5be8cc485d7376c3081f04f50908bcf541827c
4
- data.tar.gz: fbd78c206c5cd91305bd2a8c6b4cb37dcacef0bdbb1ae0a44cdd5734af03e972
3
+ metadata.gz: e2bcaaf36d660158dd236f7f43496bb6eca72ccba199c410e88888cb638c2f6a
4
+ data.tar.gz: 9e862eff6d397fe6a4aba0efd93fc05961c64d3971bae1f0dce25cdb5e889268
5
5
  SHA512:
6
- metadata.gz: 46fb9cb6c323220092c5bc4aae91bf2f1e905e14ef35478a62cbdd52b608acb08c71a482c1ba57521a75a50d9e309f317dea6cff5419239f6cc5f4ffe2e569dc
7
- data.tar.gz: b2c47ca6f1443a1b714d5b8d3ab92c7052b00f4cf8e93e943b322464cf8dbcf6d56592df7bc42d21c4b1707c1f85963159ffc7b5646a7212fc0c807b198ab654
6
+ metadata.gz: d6f53087b076caaca9a8f24d88917189a37d846d153ffa1b48916261da777e72d5c2a9c33471501094d77b142406a49ca16ea328e9252b19b6ead931d325df37
7
+ data.tar.gz: 8cdcb2afe8489debb003787aec3218c7a0b292d0ee4fd1b5e7841c1f432ba25ec451bbaaa5637de53b6d14f1b44eea35d2b921e52ab0651005fe682e6d541aa6
data/CHANGELOG.md CHANGED
@@ -7,6 +7,28 @@ 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.15] - 2025-07-31
12
+ ### Fix
13
+ - Stable ruby version build syntax
14
+ - Add ruby versions manual list for build
15
+
16
+ ---
17
+ ## [0.1.14] - 2025-07-31
18
+ ### Fix
19
+ - Stable ruby version build syntax
20
+
21
+ ---
22
+ ## [0.1.13] - 2025-07-31
23
+ ### Fix
24
+ - Stable ruby version build syntax
25
+
26
+ ---
27
+ ## [0.1.12] - 2025-07-31
28
+ ### Fix
29
+ - Set stable ruby versions manually.
30
+ - Test macos-14 and macos-15
31
+
10
32
  ---
11
33
  ## [0.1.11] - 2025-07-31
12
34
  ### Fix
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RuToken
4
- VERSION = "0.1.11"
4
+ VERSION = "0.1.15"
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.11
4
+ version: 0.1.15
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Logan Bresnahan
@@ -67,7 +67,11 @@ files:
67
67
  - README.md
68
68
  - Rakefile
69
69
  - lib/ru_token.rb
70
+ - lib/ru_token/2.7/ru_token.so
71
+ - lib/ru_token/3.0/ru_token.so
72
+ - lib/ru_token/3.1/ru_token.so
70
73
  - lib/ru_token/3.2/ru_token.so
74
+ - lib/ru_token/3.3/ru_token.so
71
75
  - lib/ru_token/3.4/ru_token.so
72
76
  - lib/ru_token/version.rb
73
77
  - ru_token.gemspec
@@ -88,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
92
  requirements:
89
93
  - - ">="
90
94
  - !ruby/object:Gem::Version
91
- version: '3.2'
95
+ version: '2.7'
92
96
  - - "<"
93
97
  - !ruby/object:Gem::Version
94
98
  version: 3.5.dev