ru_token 0.1.20 → 0.1.22
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/lib/ru_token/version.rb +1 -1
- data/ru_token.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 466fc2d3d4d1d92f6409acf01da5c5f37defe8132501c4f0c1f4ade75ee66dfc
|
4
|
+
data.tar.gz: 8ceb13dea6a13a067fa7b3545fac587bea60f71a4f10f6681613f0088b1ea2ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4814b0d0b07daf08b557dcf569edfb494c65856f1eec8771903942b1ad1cfad0eba00c83e819c03f0e02952530d931609a1c1838b4c4e455280e1b7a0868401
|
7
|
+
data.tar.gz: d40982a38a24e546cb4c148398b4fa8aab51158f2d5522f99ac1bfd54af64de13ff678b002afc90b5082092643fb0735bc5437562a5ee3f9038d5c0cd6848d1b
|
data/lib/ru_token/version.rb
CHANGED
data/ru_token.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["Logan Bresnahan"]
|
9
9
|
spec.email = ["loganbbres@gmail.com"]
|
10
10
|
|
11
|
-
spec.summary = "Ruby wrapper for the tiktoken Rust library, providing fast tokenization for OpenAI models."
|
11
|
+
spec.summary = "[DEPRECATED] switch to 'j_r_r_token'. Ruby wrapper for the tiktoken Rust library, providing fast tokenization for OpenAI models."
|
12
12
|
spec.description = "RuToken is a Ruby gem that wraps the tiktoken Rust library, enabling fast and efficient tokenization for OpenAI models. It supports multiple models including o200k_base, cl100k_base, p50k_base, and r50k_base."
|
13
13
|
spec.homepage = "https://github.com/LoganBresnahan/ru_token"
|
14
14
|
spec.license = "MIT"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.22
|
5
5
|
platform: ruby
|
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-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -99,9 +99,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
- !ruby/object:Gem::Version
|
100
100
|
version: 3.0.0
|
101
101
|
requirements: []
|
102
|
-
rubygems_version: 3.
|
102
|
+
rubygems_version: 3.4.10
|
103
103
|
signing_key:
|
104
104
|
specification_version: 4
|
105
|
-
summary: Ruby wrapper for the tiktoken Rust
|
106
|
-
OpenAI models.
|
105
|
+
summary: "[DEPRECATED] switch to 'j_r_r_token'. Ruby wrapper for the tiktoken Rust
|
106
|
+
library, providing fast tokenization for OpenAI models."
|
107
107
|
test_files: []
|