tiktoken_ruby 0.0.11-aarch64-linux → 0.0.11.1-aarch64-linux

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: 9ee1420c3c32061ec6ed2b0fbe15f458276c2f5f90fc6d461cd86cab80f08d62
4
- data.tar.gz: 20526861e1daab913ec899b8784efccfaf25eac66dcf61fea424c9473c3dafe7
3
+ metadata.gz: 4dd43de6886db1ad554645e6b9c434b7449026062596caedd935f894ff903956
4
+ data.tar.gz: 4be95d53d35fae04fc60be2eea84cc4236797b59182fbac32c1546b76127122b
5
5
  SHA512:
6
- metadata.gz: 31cc8b8c49edd0932dd11f5ceb5bdc745849a35003aef3556ee961e90061f6d9ce94a1ebbd346191dd2bf53ff32c25abc3c5104c14cad469e69236bef802c9e4
7
- data.tar.gz: 7543b36b0a14a8aa8d8f73bb1c2ba7df85427e1d45c7baa93fa48fd592516e9e81434b7d8aba8722ace58e1ebb3c9bd9654dfdbdc460d1f0abb995789c8b5f29
6
+ metadata.gz: 34811ab37e982e1e03061e686e6df937265ed35adf2f3a5dd106b7539c6fca2589afecd80516ff5f6fd47a76292fa6cecdf93e7638644558b2bd82e558f4039c
7
+ data.tar.gz: a2e06973dff73c46bb70a0e1f6475ef728a630d706b4d9f054ce3d116ec1a8f42a83b32469066ad50feedb71ba473657449a851207028743f5fc2e630351c6b5
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: aarch64-linux
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