tiktoken_ruby 0.0.4-arm64-darwin → 0.0.5-arm64-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: '09f6625ad73e6faf375dcd15c1060ca7d5e7570ac15365e3571414c85c1e67ae'
4
- data.tar.gz: 31147c2f3670a5ef8ee0a2df858f1d6d8194db270693470431f3b98e040bd9a2
3
+ metadata.gz: 81dc76718ba9f4430102a351d8b21ece4488cc6291b649deb2f28f39dd05a3f8
4
+ data.tar.gz: f0ee3c259984fc005e1eefe0b18c5b232389b1f3c60b347df07ca9d3aff32266
5
5
  SHA512:
6
- metadata.gz: a7992d761dd3db9fe445d430778f171038801684283a3ef9ec9dab797caf31fd4a0847ffb4f9fcf6344ede6b6937d42d20d760b070dcef7141d1576228276397
7
- data.tar.gz: e0e3ac3b9fe58f0cf481ba2af603cf9f44c329732626a4c532cc688cec620c19e6a37dcb44541b82363c434358988eda2bfe09ac941778f4977cd5fa3e26f693
6
+ metadata.gz: 7816b189b65e9696d7b2bed067b40962c878c93a58713826fc2f303f2f6852db70b0bbf9fd9fb1e949da5cc027e89719607d269fa7c11ac1ae021c6714c87e96
7
+ data.tar.gz: c8b13240a540f842f11ccedd1c8a7fd93c64b37e08c1431f9a5845366277d5409f8cda1775bbfb05a19fbe4aef50bd307d4842360338d41cca6db2aa2292bf6a
data/Gemfile CHANGED
@@ -8,7 +8,6 @@ gemspec
8
8
  gem "rake", "~> 13.0"
9
9
 
10
10
  gem "rake-compiler"
11
- gem "rb_sys"
12
11
 
13
12
  gem "rspec", "~> 3.0"
14
13
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tiktoken_ruby (0.0.4)
4
+ tiktoken_ruby (0.0.5)
5
+ rb_sys (~> 0.9.68)
5
6
 
6
7
  GEM
7
8
  remote: https://rubygems.org/
@@ -64,13 +65,13 @@ GEM
64
65
 
65
66
  PLATFORMS
66
67
  arm64-darwin-22
68
+ ruby
67
69
  x86_64-darwin-22
68
70
  x86_64-linux
69
71
 
70
72
  DEPENDENCIES
71
73
  rake (~> 13.0)
72
74
  rake-compiler
73
- rb_sys
74
75
  rspec (~> 3.0)
75
76
  standard (~> 1.3)
76
77
  tiktoken_ruby!
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tiktoken
4
- VERSION = "0.0.4"
4
+ VERSION = "0.0.5"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiktoken_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - IAPark
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-28 00:00:00.000000000 Z
11
+ date: 2023-05-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: An unofficial Ruby wrapper for Tiktoken, a BPE tokenizer written by and
14
14
  used by OpenAI. It can be used to count the number of tokens in text before sending
@@ -28,7 +28,6 @@ files:
28
28
  - Rakefile
29
29
  - doctest_helper.rb
30
30
  - lib/tiktoken_ruby.rb
31
- - lib/tiktoken_ruby/2.7/tiktoken_ruby.bundle
32
31
  - lib/tiktoken_ruby/3.0/tiktoken_ruby.bundle
33
32
  - lib/tiktoken_ruby/3.1/tiktoken_ruby.bundle
34
33
  - lib/tiktoken_ruby/3.2/tiktoken_ruby.bundle
@@ -50,7 +49,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
50
49
  requirements:
51
50
  - - ">="
52
51
  - !ruby/object:Gem::Version
53
- version: '2.7'
52
+ version: '3.0'
54
53
  - - "<"
55
54
  - !ruby/object:Gem::Version
56
55
  version: 3.3.dev