tiktoken_ruby 0.0.11-x86_64-linux-musl → 0.0.11.1-x86_64-linux-musl
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/tiktoken_ruby/3.3/tiktoken_ruby.so +0 -0
- data/lib/tiktoken_ruby/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7bb4fd1a3df2acfeef7c649ff033df4b90372fe2c9b482e369923513201d4f0
|
4
|
+
data.tar.gz: ce01451cb073398b2f1017196c6929f2eeda9145e25d6a8c5e8babe2e4679369
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 916c0b2e7a4822ea1908c86e10209039cb55f56788e59e30891f4b2ac689040e6b514e8be7b88809bca581d25599ede7f6278c8a6508f58722787cfaa1ccb685
|
7
|
+
data.tar.gz: a153d67836489da1fedb999b3e3e58705b9310981bf1ffd234e739af501ab44df8edd051ccfe5a0227e2f15a5e4015572cd0e32c95aad82e4069bd6c4946d503
|
data/Gemfile.lock
CHANGED
Binary file
|
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
|