tiktoken_ruby 0.0.5-aarch64-linux → 0.0.6-aarch64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2007063b266c8a32f1c85a9413e99fc14eafff7bdd63684484fa003603d58bdd
4
- data.tar.gz: 46141cccd6f7cb2ec67a485cb855b4d43558322b936cf3f73ab60498dd7daa7b
3
+ metadata.gz: cc0175be411428d5c222c688a46591e60e72e51ca48c381d838fd67c82239270
4
+ data.tar.gz: 76132935a144c47dc0680d156d11b88455b10eb4f83e2b90aac49b9495146528
5
5
  SHA512:
6
- metadata.gz: 4d638035d0ea7943e8dafb72bd2482584a75e0c24a041b06799e6f332a20cad745e70a4e2635f26821bdbfe5f616eae4d42f137bd5e245fb75099081192f66eb
7
- data.tar.gz: 750159ebc1fa648d743dceefda9100dd8557f5e7a679bd68232c06875146bfcb2d1c3af5d42f1ac0aa450bba4f42dacf75026ed1e6f08727e492d1b77ec791ae
6
+ metadata.gz: fb2026b85495b534874e28b4e8940ade2c9354c780311851d1672e7fe9152fc703b2138264c36f84666fe6a367ba244448bf9eb87beda542bbe3512bcb1a55f0
7
+ data.tar.gz: c3a4fe179ab6970e50c4609c379f28888f9f48a964f39c9df33f2499c29eb3423b4791f4c0e8b916c642bd57e687e34733c006e7e3ea2cc8b01c2cec1ead2053
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: aarch64-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