tiktoken_ruby 0.0.11-arm-linux → 0.0.11.1-arm-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: 988e2493cc495e9b7063f3da7f218909c84de2c82b7531c2329ac67eb4dd70e5
4
- data.tar.gz: 64e8e9efc1faebb720ca0d369eedf26633dfe6f66de496319d52315e8f44a086
3
+ metadata.gz: 3077759be498ef740196b12c300d1111f9a38a7c9f0d7d63d7a6b6e785a789ea
4
+ data.tar.gz: 6441e04eeb2c638dc663cc456d1db9decfb56ef14e143adb0731b4c39369b8b0
5
5
  SHA512:
6
- metadata.gz: cdb91600be4959e53215e5e07bb71ae8dd84716f0bb897caa50fb674f6f5e88b421457186040a17460345c2256cf37409c1e705aa9a5430ae27f44ffbbdfc518
7
- data.tar.gz: 6924ac0dc45d75b438167c47ff614cefedf6b1f00d2fb5fdbc52a2ee103c202fdbd5aa1e8d3e854c4a75144959d82e6741cf8d355375ef1bf1d2b15900d09934
6
+ metadata.gz: b065e21826de85f30c825aa59535ed04d16254b82d8c3fff1344cbfba7a4619974b025444b1f14bc10e470b09629f0db416b1f04ae33ab244e9feae6a7c1e847
7
+ data.tar.gz: de67e9dae497859fec83f691375dfac1872ad395eb5188ea1595f99a3a9f0d1bd468d4e9f500544df1415bbfa9bd6124b33333bf477c4f489f6c9dc7b3dcaba5
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: arm-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