tiktoken_ruby 0.0.11-x86_64-linux → 0.0.11.1-x86_64-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: 76ebacea7ac1895296c33e22c54bc70399eb6569565fe6a2fe122fbc5e58a5b5
4
- data.tar.gz: 9d28b59aff271e17be6c058504e42044353f7f5e6398ee21551f9be16bc845d2
3
+ metadata.gz: e96783c640a543c05557440ee7527d156d566e8b2f9016c827fcea18c6b9cea5
4
+ data.tar.gz: 2ee65f6e04f32121511646a4a7a99bbc15be9c1a43070c46bb6f3996ed35663c
5
5
  SHA512:
6
- metadata.gz: 5f3ffed9a16f6faa983b10a6bebd2c541e61ec55cdb777eafcb5c2327988f204acd9307f6c34365dfb2a1cc5c52b5d0944c4787b5383addaf837b3626b1f17a4
7
- data.tar.gz: 83218a084276d737b29f07d7ff0f26fe7fcee8965dfe64f5e6df8af00a8aaf3624d35c9162455aa4cef33fd00f77177b465ae7fe7944e1fd7b755e5ffd285f76
6
+ metadata.gz: f06d319904b2b882918827420253121d0cd72d62ab5b6019f483e1a36b036ed0b6df5dd7940141e6dccf3d44b3c33945750abf7dfe27a80e51dd48603a11d327
7
+ data.tar.gz: e7b6ff0d6c8963be13f2a9fb34419ffb6bdc0dbfb151911d8c96dc317e80e01079f95459d7b02c8f84d8d20c7c1f253cfa5ac7c836c924769cc5c4d282343e78
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
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