ru_token 0.1.10-x86_64-linux → 0.1.15-x86_64-linux

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: 1bcf48a3c7def8b964a90de3dafcfcd44be3a0c5f795b4b36da8520c7840f199
4
- data.tar.gz: d08908778c4dc3c74f97fa626115e5e56a44ef9e6457a25b9febcc62ea8e2daf
3
+ metadata.gz: ec013cbe7d6dbb32d07d3103707c76c07dd611222b43915ba57efe09dcfa79d8
4
+ data.tar.gz: 1b685b02a3a93205c2071d11433277104902c19408ce27a386ac54e596e25eff
5
5
  SHA512:
6
- metadata.gz: '0466411190d8abf31718c7571e6f992457104f5e86b67a975fd3d64890082cdd0d0f4e2aa759c6e02a695f273309b7ca71649801a76cbd82cfeefc22634b28c5'
7
- data.tar.gz: 8fe9aab50a12686ce2b74b8bcef84e06a724a4a0a221c138db94e80a05d707ece035e5a6807312bf0374d12b3d3d1a8e8edec0fe76f0644ff817fddc3f8bcd88
6
+ metadata.gz: d8ad2b5f39d117f7d6d6503a73db9d1fdfd21d22d41b1df92cb3aa823d12a7ea16387ff7b433ea584969ad00f47758d3eff408841854bcfbaefd2fdd5b09a5ac
7
+ data.tar.gz: 74e1f8dc6d50737985b29590abd9ae47b0058b2e926e5d4e4908c10fb1bde74204d6e4bcb80ca3413100802ba2fee33ff47d1660e1441366c2259d5436b12393
data/CHANGELOG.md CHANGED
@@ -7,6 +7,33 @@ 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
+
32
+ ---
33
+ ## [0.1.11] - 2025-07-31
34
+ ### Fix
35
+ - Set stable ruby versions to default in build.
36
+
10
37
  ---
11
38
  ## [0.1.10] - 2025-07-31
12
39
  ### 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.10"
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.10
4
+ version: 0.1.15
5
5
  platform: x86_64-linux
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