tiktoken_ruby 0.0.11-x86_64-linux-musl → 0.0.11.1-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: aa76fc34fd9f76ef6a30dd7bdc77fa7980f90e1dd9a42aad881a4c32f6cc53a8
4
- data.tar.gz: 671b3333956c879777dea3747054252e9b24a4d67705c86c50ce5e9920cd584e
3
+ metadata.gz: d7bb4fd1a3df2acfeef7c649ff033df4b90372fe2c9b482e369923513201d4f0
4
+ data.tar.gz: ce01451cb073398b2f1017196c6929f2eeda9145e25d6a8c5e8babe2e4679369
5
5
  SHA512:
6
- metadata.gz: d9251a9ee6f2fb1749b06fa53afe45cfde5f6039280ae263d11673f75f284babac653017174bc0746810256319fa51fad68140dca8c97017e428959e8e5b675e
7
- data.tar.gz: ae7dc4a740759654d17a7592175c5b84a75496c0b4437b13c22781ef7f79127cbe0c8bf4ba2e7b284facf1825e7f9ee1411ce90a3f16dada141a6299fcdac898
6
+ metadata.gz: 916c0b2e7a4822ea1908c86e10209039cb55f56788e59e30891f4b2ac689040e6b514e8be7b88809bca581d25599ede7f6278c8a6508f58722787cfaa1ccb685
7
+ data.tar.gz: a153d67836489da1fedb999b3e3e58705b9310981bf1ffd234e739af501ab44df8edd051ccfe5a0227e2f15a5e4015572cd0e32c95aad82e4069bd6c4946d503
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: x86_64-linux-musl
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.so
33
33
  - lib/tiktoken_ruby/3.2/tiktoken_ruby.so
34
+ - lib/tiktoken_ruby/3.3/tiktoken_ruby.so
34
35
  - lib/tiktoken_ruby/3.4/tiktoken_ruby.so
35
36
  - lib/tiktoken_ruby/encoding.rb
36
37
  - lib/tiktoken_ruby/version.rb