ru_token 0.1.21 → 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: 0cc9ba69b791741a09196a9f0f6c33bc1a0302862612a57da8ec4b333c53436b
4
- data.tar.gz: 5b80490dea17cf9c1dcbb2a1c7e0bbe355abd020d0d75361bc07ffb6d0bd08bb
3
+ metadata.gz: adb5085e8f07870ac66617ba7d0e27a04c14da241e80254f41a545e4682b3bdf
4
+ data.tar.gz: 465bb7c12c95f4908e3e5af9a8c931800a2ddc8b81ebcbd388200962d6afcd1b
5
5
  SHA512:
6
- metadata.gz: 53cfb2906f1d4368653d6409277ffd9ce716a502ecd3b65b1de7dd0e9aab5034f8bd5a78bf6ebc1a953bdb0d88c806cf73ceb76de54774dd6e6bf372e15d5dc5
7
- data.tar.gz: e2bb7d5f51a9febee1d3bdb5345cfd723ebf78edb04e2015d07e4e5051b3ecff4f6b7d172dedd1fd836f5f551e2b7a759eb25662809b2c2c816ae32723a46cda
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.21"
4
+ VERSION = "0.1.23"
5
5
  end
data/ru_token.gemspec CHANGED
@@ -8,8 +8,8 @@ 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."
12
- spec.description = "[DEPRECATED] The 'ru_token' gem is deprecated and will no longer be maintained. Please 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."
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 = "[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,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.21
4
+ version: 0.1.23
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
@@ -52,9 +52,8 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: "[DEPRECATED] The 'ru_token' gem is deprecated and will no longer be
56
- maintained. Please switch to 'j_r_r_token'. RuToken is a Ruby gem that wraps the
57
- tiktoken Rust library, enabling fast and efficient tokenization for OpenAI models.
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.
58
57
  It supports multiple models including o200k_base, cl100k_base, p50k_base, and r50k_base."
59
58
  email:
60
59
  - loganbbres@gmail.com
@@ -103,6 +102,6 @@ requirements: []
103
102
  rubygems_version: 3.4.10
104
103
  signing_key:
105
104
  specification_version: 4
106
- summary: Ruby wrapper for the tiktoken Rust library, providing fast tokenization for
107
- 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."
108
107
  test_files: []