ru_token 0.1.22 → 0.1.23

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: 466fc2d3d4d1d92f6409acf01da5c5f37defe8132501c4f0c1f4ade75ee66dfc
4
- data.tar.gz: 8ceb13dea6a13a067fa7b3545fac587bea60f71a4f10f6681613f0088b1ea2ed
3
+ metadata.gz: adb5085e8f07870ac66617ba7d0e27a04c14da241e80254f41a545e4682b3bdf
4
+ data.tar.gz: 465bb7c12c95f4908e3e5af9a8c931800a2ddc8b81ebcbd388200962d6afcd1b
5
5
  SHA512:
6
- metadata.gz: e4814b0d0b07daf08b557dcf569edfb494c65856f1eec8771903942b1ad1cfad0eba00c83e819c03f0e02952530d931609a1c1838b4c4e455280e1b7a0868401
7
- data.tar.gz: d40982a38a24e546cb4c148398b4fa8aab51158f2d5522f99ac1bfd54af64de13ff678b002afc90b5082092643fb0735bc5437562a5ee3f9038d5c0cd6848d1b
6
+ metadata.gz: 1b134f95fb6340c468e8a886976cca5280212e109e58ef824366df5b734ea255c341f08175bc1f3a7fda9bc5f02d6f4d26051f41965601b59453a06ae24c860b
7
+ data.tar.gz: 886f0dbbb101a298e9a71b84247fedea326442f4414a7a552d89a289251e513030cfeac4004aa6bcf2be1ffd84a1afbd98cc8c80be8d25c666fa7a2c9742a31a
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RuToken
4
- VERSION = "0.1.22"
4
+ VERSION = "0.1.23"
5
5
  end
data/ru_token.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["loganbbres@gmail.com"]
10
10
 
11
11
  spec.summary = "[DEPRECATED] switch to 'j_r_r_token'. Ruby wrapper for the tiktoken Rust library, providing fast tokenization for OpenAI models."
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."
12
+ spec.description = "[DEPRECATED] switch to 'j_r_r_token'. 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"
15
15
  spec.required_ruby_version = ">= 2.7.0"
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.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Logan Bresnahan
@@ -52,9 +52,9 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: RuToken is a Ruby gem that wraps the tiktoken Rust library, enabling
56
- fast and efficient tokenization for OpenAI models. It supports multiple models including
57
- o200k_base, cl100k_base, p50k_base, and r50k_base.
55
+ description: "[DEPRECATED] switch to 'j_r_r_token'. RuToken is a Ruby gem that wraps
56
+ the tiktoken Rust library, enabling fast and efficient tokenization for OpenAI models.
57
+ It supports multiple models including o200k_base, cl100k_base, p50k_base, and r50k_base."
58
58
  email:
59
59
  - loganbbres@gmail.com
60
60
  executables: []