tiktoken_ruby 0.0.5-x64-mingw-ucrt → 0.0.6-x64-mingw-ucrt

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: 5e4b7ae7f602054eaa94a4369c445e2887d3b4bb2760529de4ff810e0c914bd9
4
- data.tar.gz: 19db106cdacf6b3968213edd15a1d4f3e7c13f6bbc40119afb345e39dc672b7e
3
+ metadata.gz: fee16d32f0aaa600bab660d76175f77e19ad9b7c4074aad0e0be918240aa0950
4
+ data.tar.gz: b68469aec2bcaa96ff77ee7280986a67077c5d05514292113d5463620bd866f5
5
5
  SHA512:
6
- metadata.gz: 6ad3a6ca773ba533475465d6e9c0bff75ccf7dbeb26b5ea2e2ab162f52c84aba930eb78bdb59b163e72ccc85563283caefa2a48a4f99dd1f3b610d635fb42b73
7
- data.tar.gz: 51a2547eec264e17417fe28e279eec358c5f82b2f835605d945cf492323b3215f109eb0f9a20ab9870803cfe64d5fe90be33bb845c447018b86e3a5be6669cba
6
+ metadata.gz: 4c5fd4274b75133ed45691302684b2b284077aac3d78c213fdbb2fd041c83f0c273aa38d5e59e8ad2a25378081026c6cd2aa30a024c2acd60b52c33a607804f4
7
+ data.tar.gz: 9abfd50df132da6cdc1e49a8d7d3adb2aa1e8160dbaad9be091a394659cd5c2b313365fc0215605d00890cade44b6ee4c285671450603218c1a37c2da0dbf1e0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tiktoken_ruby (0.0.5)
4
+ tiktoken_ruby (0.0.6)
5
5
  rb_sys (~> 0.9.68)
6
6
 
7
7
  GEM
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tiktoken
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiktoken_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - IAPark
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-11 00:00:00.000000000 Z
11
+ date: 2023-09-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: An unofficial Ruby wrapper for Tiktoken, a BPE tokenizer written by and
14
14
  used by OpenAI. It can be used to count the number of tokens in text before sending