j_r_r_token 1.0.0-x86_64-darwin → 1.0.4-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 +4 -4
- data/CHANGELOG.md +23 -0
- data/README.md +3 -3
- data/j_r_r_token.gemspec +1 -1
- data/lib/j_r_r_token/2.7/j_r_r_token.bundle +0 -0
- data/lib/j_r_r_token/3.0/j_r_r_token.bundle +0 -0
- data/lib/j_r_r_token/3.1/j_r_r_token.bundle +0 -0
- data/lib/j_r_r_token/3.2/j_r_r_token.bundle +0 -0
- data/lib/j_r_r_token/3.3/j_r_r_token.bundle +0 -0
- data/lib/j_r_r_token/3.4/j_r_r_token.bundle +0 -0
- data/lib/j_r_r_token/version.rb +1 -1
- metadata +2 -5
- data/.rspec +0 -3
- data/Rakefile +0 -27
- data/ring.png +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 849b9912b5db45ae58ddafeddd605fdc3d96f63beaf0029cd16a43087af96f76
|
4
|
+
data.tar.gz: 9c220c65eae61014a232e34c0ed4723e4b37497ccf28342561c469b587ee38e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d64c189aea6c6c5ed1a1df3b6738d205cd39a5feb62d651650313d5253900ad6c08e75650cc889e633418edec4336e8426a14f5dd1a232aa8ac94d374ed7f439
|
7
|
+
data.tar.gz: 83d4caa17cf86d571871489c0f99037b9514f26316562a4171f9b4077fb4709dc3c1cd51df72f0b901ed4dbc2a34ea34632152585b57fd53ab5c54bd42830da3
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
---
|
11
|
+
## [1.0.4] - 2025-08-01
|
12
|
+
### Change
|
13
|
+
- Bump version for RubyGems.
|
14
|
+
|
15
|
+
---
|
16
|
+
## [1.0.3] - 2025-08-01
|
17
|
+
### Fix
|
18
|
+
- Add Cargo files back to the gemspec.
|
19
|
+
### Change
|
20
|
+
- Adjust specs.
|
21
|
+
|
22
|
+
---
|
23
|
+
## [1.0.2] - 2025-08-01
|
24
|
+
### Change
|
25
|
+
- Refine Model Prefix Matching so 4 and 4* match to the correct Core BPE.
|
26
|
+
|
27
|
+
---
|
28
|
+
## [1.0.1] - 2025-08-01
|
29
|
+
### Change
|
30
|
+
- Slim down gem by removing unnecessary files defined in the gemspec.
|
31
|
+
- Refine Model Prefix Matching so 4 and 4* match to the correct Core BPE.
|
32
|
+
|
10
33
|
---
|
11
34
|
## [1.0.0] - 2025-08-01
|
12
35
|
### Breaking Change
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# JRRToken [<img src="ring.png" width="32px" alt="One ring to rule them all, one ring to find them, One ring to bring them all and in the darkness bind them.">](https://
|
1
|
+
# JRRToken [<img src="https://github.com/LoganBresnahan/j_r_r_token/raw/main/.github/assets/ring.png" width="32px" alt="One ring to rule them all, one ring to find them, One ring to bring them all and in the darkness bind them.">](https://www.youtube.com/watch?v=lemgdzLDYqA)
|
2
2
|
|
3
3
|
(Just Ruby Rust Tokens)
|
4
4
|
|
@@ -15,10 +15,10 @@ Extensive Model Support: Includes tokenizers for all modern and legacy OpenAI mo
|
|
15
15
|
## Install
|
16
16
|
|
17
17
|
#### Gemfile
|
18
|
-
`gem 'j_r_r_token', '~> 1.0
|
18
|
+
`gem 'j_r_r_token', '~> 1.0'`
|
19
19
|
|
20
20
|
#### Command Line
|
21
|
-
`gem install j_r_r_token -v '~> 1.0
|
21
|
+
`gem install j_r_r_token -v '~> 1.0'`
|
22
22
|
|
23
23
|
## Use
|
24
24
|
|
data/j_r_r_token.gemspec
CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.files = Dir.chdir(__dir__) do
|
26
26
|
`git ls-files -z`.split("\x0").reject do |f|
|
27
27
|
(File.expand_path(f) == __FILE__) ||
|
28
|
-
f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile])
|
28
|
+
f.start_with?(*%w[bin/ test/ spec/ features/ .github/ .git .circleci .rspec appveyor Gemfile Rakefile])
|
29
29
|
end
|
30
30
|
end
|
31
31
|
spec.bindir = "exe"
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/j_r_r_token/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: j_r_r_token
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: x86_64-darwin
|
6
6
|
authors:
|
7
7
|
- Logan Bresnahan
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -61,11 +61,9 @@ executables: []
|
|
61
61
|
extensions: []
|
62
62
|
extra_rdoc_files: []
|
63
63
|
files:
|
64
|
-
- ".rspec"
|
65
64
|
- CHANGELOG.md
|
66
65
|
- LICENSE
|
67
66
|
- README.md
|
68
|
-
- Rakefile
|
69
67
|
- j_r_r_token.gemspec
|
70
68
|
- lib/j_r_r_token.rb
|
71
69
|
- lib/j_r_r_token/2.7/j_r_r_token.bundle
|
@@ -75,7 +73,6 @@ files:
|
|
75
73
|
- lib/j_r_r_token/3.3/j_r_r_token.bundle
|
76
74
|
- lib/j_r_r_token/3.4/j_r_r_token.bundle
|
77
75
|
- lib/j_r_r_token/version.rb
|
78
|
-
- ring.png
|
79
76
|
- sig/j_r_r_token.rbs
|
80
77
|
homepage: https://github.com/LoganBresnahan/j_r_r_token
|
81
78
|
licenses:
|
data/.rspec
DELETED
data/Rakefile
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "bundler/gem_tasks"
|
4
|
-
require "rake/extensiontask"
|
5
|
-
require "rb_sys/extensiontask"
|
6
|
-
|
7
|
-
GEMSPEC = Gem::Specification.load("j_r_r_token.gemspec")
|
8
|
-
|
9
|
-
RbSys::ExtensionTask.new("j_r_r_token", GEMSPEC) do |ext|
|
10
|
-
ext.lib_dir = "lib/j_r_r_token"
|
11
|
-
end
|
12
|
-
|
13
|
-
# Only require rspec if it's available
|
14
|
-
begin
|
15
|
-
require "rspec/core/rake_task"
|
16
|
-
RSpec::Core::RakeTask.new(:spec)
|
17
|
-
task default: %i[compile spec]
|
18
|
-
rescue LoadError
|
19
|
-
puts "RSpec not available"
|
20
|
-
task default: :compile
|
21
|
-
end
|
22
|
-
|
23
|
-
task :native, [:platform] do |_t, platform:|
|
24
|
-
sh "bundle", "exec", "rb-sys-dock", "--platform", platform, "--build"
|
25
|
-
end
|
26
|
-
|
27
|
-
task build: :compile
|
data/ring.png
DELETED
Binary file
|