tiktoken_ruby 0.0.11-arm64-darwin → 0.0.11.1-arm64-darwin

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: bc44107665f39bcdb09808a6d55a6ebe55fa98279dc05205ae66f380ba4c8192
4
- data.tar.gz: c148fba51875c76fa12c47612d445775419cb3ea167fb474a7d5e2dec474d4a2
3
+ metadata.gz: 8324aeaf029f2add4799db1fbf224a3103e49434a83a59243614cdf041dd20b2
4
+ data.tar.gz: 35f38f98d36133e63a905ed01d0e50f3c38456f8f9c6337ff255b2bcc52ea203
5
5
  SHA512:
6
- metadata.gz: e85bb0b4571caa080c217ea53a8e45978d3ee66e63fcb4a19d7a5478466df88214207e9413db1c02e277cab037f5eb3f4fea846ddbc4bee534f9bd8fe563af65
7
- data.tar.gz: 32b6352451bf8ae9d9c7ac780916e9d26f688e4e09badeffc3597e5c93f6854b52e76cd5e47b1d0cb43d5b68b18099eaa717648c4036f4e518a3ab5a809a36a0
6
+ metadata.gz: a53352e618b00902ed6d5147d2b7a05de52d423d7a68cbc0de0379afc96b3ce009b6c6e44e0f16438be18e68b8c93fb6211b261d0c8b643cf4b807a6f3afc75b
7
+ data.tar.gz: 1be34079ec6831c8a0148d9f016ff460933e14c01faeb80a2b2aaf09d9e2dcd368b9d1d460447cdba2476ca22ebc97058806f13c7024e916769867dd4942a56b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tiktoken_ruby (0.0.11)
4
+ tiktoken_ruby (0.0.11.1)
5
5
  rb_sys (= 0.9.106)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tiktoken
4
- VERSION = "0.0.11"
4
+ VERSION = "0.0.11.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiktoken_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.11.1
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - IAPark
@@ -31,6 +31,7 @@ files:
31
31
  - lib/tiktoken_ruby.rb
32
32
  - lib/tiktoken_ruby/3.1/tiktoken_ruby.bundle
33
33
  - lib/tiktoken_ruby/3.2/tiktoken_ruby.bundle
34
+ - lib/tiktoken_ruby/3.3/tiktoken_ruby.bundle
34
35
  - lib/tiktoken_ruby/3.4/tiktoken_ruby.bundle
35
36
  - lib/tiktoken_ruby/encoding.rb
36
37
  - lib/tiktoken_ruby/version.rb