tiktoken_ruby 0.0.4-aarch64-linux → 0.0.5-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: 8521284b0f5dbbaa718ef6763e7923ba903fdb6c8f207905cb10ae376ca8efeb
4
- data.tar.gz: 2aee2e99f08bfaa31b35aaa4a3b33283ae46b27aa0351a0d22f43f19d86527d2
3
+ metadata.gz: 2007063b266c8a32f1c85a9413e99fc14eafff7bdd63684484fa003603d58bdd
4
+ data.tar.gz: 46141cccd6f7cb2ec67a485cb855b4d43558322b936cf3f73ab60498dd7daa7b
5
5
  SHA512:
6
- metadata.gz: c22cea9aedd7719a8363c448c02f0f03d532f55443569cd2e6b84b1ede5b185e374afbd9a57f71e036e393f4dd5439443cbea8f2e3de999722e963fa59b5d3c3
7
- data.tar.gz: a26a76397ac5790a99fa11568f5e783a8ced4a962dcdff7be67885a9ea06ea74c97ad1e897fa23ce852c1f1526850ab856c6844fe08af1a600cc6057447d05fb
6
+ metadata.gz: 4d638035d0ea7943e8dafb72bd2482584a75e0c24a041b06799e6f332a20cad745e70a4e2635f26821bdbfe5f616eae4d42f137bd5e245fb75099081192f66eb
7
+ data.tar.gz: 750159ebc1fa648d743dceefda9100dd8557f5e7a679bd68232c06875146bfcb2d1c3af5d42f1ac0aa450bba4f42dacf75026ed1e6f08727e492d1b77ec791ae
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!
Binary file
Binary file
Binary file
@@ -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: aarch64-linux
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.so
32
31
  - lib/tiktoken_ruby/3.0/tiktoken_ruby.so
33
32
  - lib/tiktoken_ruby/3.1/tiktoken_ruby.so
34
33
  - lib/tiktoken_ruby/3.2/tiktoken_ruby.so
@@ -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
Binary file