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

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: 822be5ead31a26a36dfd6b1d9656f34f72c1620c62ee04e221891111b615e159
4
- data.tar.gz: 67b01a02597847453b2a871fa32ca79852f26dbc885a890d4c9913384eabbba6
3
+ metadata.gz: 92630aa59116593c9b40462dbe2545e9528b7554d2f60820abf850c18bde4a6f
4
+ data.tar.gz: 4b3374f78043f9684b671141e1c7342c39d6e269933d841d357afd75156ed162
5
5
  SHA512:
6
- metadata.gz: e0eb7feae2d3ef48b0cb3b4c885e7eda79abdbb5e51efdd2628cf42ccbcef47ba77a3d38a4e261fb2457816a210130e6ff7287f11b5e5c5125261e1ebd39feed
7
- data.tar.gz: 4923eb844770a59631b93234ad595792b8364300b99d9056e7493f8a7c379ecdf74a99cdb01fb6513ae0d43eb75bc55ec1640cc507e6e2bb83f88962d511d5d8
6
+ metadata.gz: 43d20c50ca7c913e6a9d33cd6e2c6501013de5253dc95e4f3ae8ee2977e19b628a8caaca315ab8afc60c98f0ee49cbbd1ea1cbae08388e2b27a42be45e8cc374
7
+ data.tar.gz: 3811a250dc69fb5ef8268dbaaaad0d0317c6842a09f6daedaf62b42b189abdafa9c31b439b02431117f408d497aea9034a4207d213b16e805045722af6987c74
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-musl
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