tiktoken_ruby 0.0.11-x86_64-darwin → 0.0.11.1-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b6edbe160f475789f78974f7e5af957737f96338cc08d13abeb4fbbfef5b862
4
- data.tar.gz: f1ad7a7ca6f49ae578146097cb6671cdc0d751490a622550c3101bde2352dfbf
3
+ metadata.gz: ea184952f7804523aedb9cd90d03f3bc27ba3b9b37fb49873e67388c6b2baa87
4
+ data.tar.gz: ac928fa0c7cdfdd22b613ee7e4f4c9486318be2d7ca4002e42206b90892d1adf
5
5
  SHA512:
6
- metadata.gz: 0043ce848e9514b4f1702514dc5d3047790beba55522fc9b00add2473ff93029ef5aa54ff33ffc958944c2f5423d42e30227bb661144ca62f0d49f18f61ffeda
7
- data.tar.gz: c965158002ffe7a5f1a0fa28c8dba71d14b902e2e1a80dd5283420027ea9c2a5530ac45b7f83c887b7a50d9c6a30167394f668b751f1cbd783699d20ca1ae534
6
+ metadata.gz: 7393c8aa2209f611dfe0718483898025d08713dc2de5d5bb83d537f422e55c8920678cc76ff5cdedd417db3949144f46d45eda5c9c383b6e94e9900f9dbe60df
7
+ data.tar.gz: 8b58d712824696ce5b157a6c2bab7b82ee0f4c54249759aa2437b16c118aa1b3dd7a7a771e8983bf6f7e58b6f83d28cb82fb9be153c682e0035fea8c834d7a1e
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-darwin
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.bundle
33
33
  - lib/tiktoken_ruby/3.2/tiktoken_ruby.bundle
34
+ - lib/tiktoken_ruby/3.3/tiktoken_ruby.bundle
34
35
  - lib/tiktoken_ruby/3.4/tiktoken_ruby.bundle
35
36
  - lib/tiktoken_ruby/encoding.rb
36
37
  - lib/tiktoken_ruby/version.rb