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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14c0b36e9014be41692b8a4a7151b81390b6401d6490f151bd48c6a1cdc8a89c
4
- data.tar.gz: a6e59a7b29fe45d8e8bf802fb3bfe48ec6778e99153a07f17a824db3d14b8032
3
+ metadata.gz: 466fc2d3d4d1d92f6409acf01da5c5f37defe8132501c4f0c1f4ade75ee66dfc
4
+ data.tar.gz: 8ceb13dea6a13a067fa7b3545fac587bea60f71a4f10f6681613f0088b1ea2ed
5
5
  SHA512:
6
- metadata.gz: 013c3b1ee9a2bad1e9b5f7da55e6910073136ac0f5587da07521177898b1a7bbb6b49c958761dba6889fe122b20870d13df0cb31ee868f0bd6c5f4bbae5b3d6a
7
- data.tar.gz: 2e3518fd1a6cac84c385e16382372abea5a2330b9084667ceef49f259a60dfffe8a04f2f756328048d2d48edec130dc22342ea5f2de67eef0e44a7c2ec64c1ba
6
+ metadata.gz: e4814b0d0b07daf08b557dcf569edfb494c65856f1eec8771903942b1ad1cfad0eba00c83e819c03f0e02952530d931609a1c1838b4c4e455280e1b7a0868401
7
+ data.tar.gz: d40982a38a24e546cb4c148398b4fa8aab51158f2d5522f99ac1bfd54af64de13ff678b002afc90b5082092643fb0735bc5437562a5ee3f9038d5c0cd6848d1b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RuToken
4
- VERSION = "0.1.20"
4
+ VERSION = "0.1.22"
5
5
  end
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.20
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-01 00:00:00.000000000 Z
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.5.22
102
+ rubygems_version: 3.4.10
103
103
  signing_key:
104
104
  specification_version: 4
105
- summary: Ruby wrapper for the tiktoken Rust library, providing fast tokenization for
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: []