tiktoken_ruby 0.0.5-x86_64-linux → 0.0.6-x86_64-linux

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: de1087cafb5ceab1a189ca5d2d1ce198a1817beb28c24143e0fb158223483ee6
4
- data.tar.gz: d8f01d86b0c4e400a2c04c78da35d31c45bb13296c40e4b713264bf1db8c7893
3
+ metadata.gz: df3386d523b807be99acc4d52ba9c82278b3eb23b85c7b4c0e2007827978be19
4
+ data.tar.gz: e96e54eec674ffc0d895e1c60fa081d8b32d5f72c242246585916d92cf3da0ae
5
5
  SHA512:
6
- metadata.gz: 05e1fd69a7c77329c15b30dabd4639096c4d7baf720769c2a82e97a5fe633da4484d2be20b47ae81e8a6d3b533c564005eb2b9ddc7b9d91dd239d69f1ee36290
7
- data.tar.gz: f54a73132e3a7e1d7b983dad5b3ba1d28e59adf9ca08741b812c2c2b6f94942075bdac02c3f05771354b544d28136592d320bf0a200a853e180a2c52c4791e88
6
+ metadata.gz: f7ec03086d285833ab22acea40b0c5841c4417e502612a032a7e919bec6dfae25853b5cc81ac78af154b80f248895d46e199f7e090d7d5c98333384f777716e4
7
+ data.tar.gz: 4364eccf5dc41de7dfe8afee572caa305307a34543e8271dcdc4ec8efb71713103b73b6c8f05d6f0413ecff41ee2ec651ffbd9388fe73b0f576e116d4fe31d95
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
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: x86_64-linux
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