ru_token 0.1.11-x86_64-darwin → 0.1.15-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: fda39bd4116af106daf12a7df589e872e09bfc3f3be03faeff092c96319f7f07
4
- data.tar.gz: 24f8147a287dd79169089215582aaa1cac71fd02d7fbd4642500dcaf32a9257c
3
+ metadata.gz: a8b590e4fbea76d42967093ebf66d768e1bb24167ade1e3b95e8755dcfd5842a
4
+ data.tar.gz: 9ee45f209c824419d5cdbc490336a22c54f9b2469e3f88baede8969df46be370
5
5
  SHA512:
6
- metadata.gz: 9281b15b2584af1be265aa1918f49335aa571367206493d586be3134dd618683c46f16540cce68faabcf9bff47d62e19003e0c4b5edd88d9a5debd8d87021dc6
7
- data.tar.gz: 7bf4fd86cc7328291ddab2fd0f01d3b36f713e0382f25a18e8cc303b41f367f4da99002eab7940a93cebaa9cb948ce8730bb03303c971ccc90c6d3a1e7c6aa1c
6
+ metadata.gz: dca5878ba2f833870350da7c3818153738e0b5ac0b61280da4a9e3aa127ee30c3ba8e328ba94f9ce361236917d6e83d17441cb297266af8e48d960e44be64d09
7
+ data.tar.gz: 5f39869359ad588294fb473c381d54ba19b4cfa292316f478a73ab98492550c1f9ea559b96866cfa15cb564229f46a9cd1d9fe5013acc640b0010c6cf56b890e
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: x86_64-darwin
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.bundle
71
+ - lib/ru_token/3.0/ru_token.bundle
72
+ - lib/ru_token/3.1/ru_token.bundle
70
73
  - lib/ru_token/3.2/ru_token.bundle
74
+ - lib/ru_token/3.3/ru_token.bundle
71
75
  - lib/ru_token/3.4/ru_token.bundle
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