tiktoken_ruby 0.0.5-arm-linux → 0.0.6-arm-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: dc2089e95919659c80979c162a1c32d3fca21729908372a79f6a388b04d206ed
4
- data.tar.gz: 542ad348fcb5697e14e3945621f359e4f613b5f197aa40c497397b18139e28f3
3
+ metadata.gz: ce8b7136e62f9a4492e8240c68087a340c86430aa8518ca0b90e0820891966f9
4
+ data.tar.gz: a632caac51b1aca17f16415548fa21c88e483d0a284da95a3a20aa986ce5f79a
5
5
  SHA512:
6
- metadata.gz: 9c6ccdc961c93a38024b9285bdd96b505c7feb4b09e0f01eaac888f22de218cc667bf4548ad5168350766f08dfd315ed3d4d3d758eaaf2595a68314834ed2454
7
- data.tar.gz: 52fbd773690e730a766627c88fd3a9e862412db1bf2a50c696b1f72ebd78267037a79fe36638fae2097378e424a80c3b35705128d3f28f4769109d111cdfb263
6
+ metadata.gz: bfab39f92641be0fe4fc596aae606d17e185016d4a39a4a0a7ea89ee17951eeee845cc3ed8817f68783a82f3e679f86a57a28a6d199c75100a83dfe9f817c1c6
7
+ data.tar.gz: d05277ab7478c8f9568f00561b036b11b85e5de1a68909a77f5e97f54bb6838dca362e632b2e303f215b4a90d26759ff6d29d4161d459d6a449d936653cea4e6
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: arm-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