ru_token 0.1.10-arm-linux → 0.1.15-arm-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 +4 -4
- data/CHANGELOG.md +27 -0
- data/lib/ru_token/2.7/ru_token.so +0 -0
- data/lib/ru_token/3.0/ru_token.so +0 -0
- data/lib/ru_token/3.1/ru_token.so +0 -0
- data/lib/ru_token/3.3/ru_token.so +0 -0
- data/lib/ru_token/version.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2a11226e181bfe04ad8625a6b4d4dbb4c38f5b3bd466da5ac3c12fd43b7ed49
|
4
|
+
data.tar.gz: f3c1759f67efcd4be280cb320ad6e2ac4445945f80efdf4bb1695b5c5d7efffd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c442b6de540bbf95658f7c5bd83dd34fee112b7f7a525c6d3c8c1954bd4b48bac5ef1f25541de098c685a80bd8e5c6450a8d795b96d3b6bf4b8580773b2505ea
|
7
|
+
data.tar.gz: c72d1421585bce5f78f86dc7c07c71c69ea771b9f9ea165e927ddc40424e3c4747042c0e737e7b946769d6835a5f7d03f7774efbe3f3cb281ca83b3c21ec5559
|
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
|
data/lib/ru_token/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.15
|
5
5
|
platform: arm-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: '
|
95
|
+
version: '2.7'
|
92
96
|
- - "<"
|
93
97
|
- !ruby/object:Gem::Version
|
94
98
|
version: 3.5.dev
|