tiktoken_ruby 0.0.14.1 → 0.0.15

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: 71cce652b2f6a2ca962823d1947603a5224f305901cb4d8c822ca32b58192d47
4
- data.tar.gz: d2cd0525f5f784a5904e1b7bc05cb3dc0c00f1f10561d52a99c6ef12b1351e89
3
+ metadata.gz: 6ad1b0b7629c92e355ac26b13f4c9ecb00cf96a047e8a50ca88bac5b2efc05c8
4
+ data.tar.gz: 99aa54177dfcfa435c9539b2210eb3b1af3c84ba76c1b5e1e31728f1b4ca041b
5
5
  SHA512:
6
- metadata.gz: fe7572bf7a82f77441335a273e90e6b4bce92be2b6fb6073c1409de635af8c3521b0181ba8d3422691f8d5242b6a3b08ec899fad465084bb7fc570d153e44b00
7
- data.tar.gz: 4f95fa2c39ed53c1d40cb6928f294f1617b35042abd4b8cdcf641dac016b4dba9a15b3f46835cd85600af8a73152c5f3488694db9cdf9d3dd22707ab109a133d
6
+ metadata.gz: 5cfaaa543821c6bc80cc39b19bb71d4e3b0dbec058de5027b47ecbcaacbeef1436532a52fe63a4407436dfa7d506252150ae4b07656fbdb969ce7eee694f50c2
7
+ data.tar.gz: 15c5f6aa872daf9900ce5c10b049292ae80d48e44ace0251643749a8b925b9dc89cfa34ccc1706f36db7bf6a832466fc530e502e280adaacd234044849432ff7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [v0.0.15] - 06-01-2026
2
+ ## What's Changed
3
+ * No longer true by @gjtorikian in https://github.com/IAPark/tiktoken_ruby/pull/96
4
+ * Test build on version change by @gjtorikian in https://github.com/IAPark/tiktoken_ruby/pull/97
5
+ * Bump actions/cache from 4 to 5 in the github-actions group by @dependabot[bot] in https://github.com/IAPark/tiktoken_ruby/pull/98
6
+ * Bump rb-sys from 0.9.117 to 0.9.123 in the cargo group by @dependabot[bot] in https://github.com/IAPark/tiktoken_ruby/pull/99
7
+ * Bump the bundler-dependencies group with 2 updates by @dependabot[bot] in https://github.com/IAPark/tiktoken_ruby/pull/100
8
+ * Add Ruby 4.0 to build matrix by @chubchenko in https://github.com/IAPark/tiktoken_ruby/pull/101
9
+ * Support Ruby 4 by @gjtorikian in https://github.com/IAPark/tiktoken_ruby/pull/102
10
+
11
+ ## New Contributors
12
+ * @chubchenko made their first contribution in https://github.com/IAPark/tiktoken_ruby/pull/101
13
+
14
+ **Full Changelog**: https://github.com/IAPark/tiktoken_ruby/compare/v0.0.14.1...v0.0.15
1
15
  # [v0.0.14.1] - 20-12-2025
2
16
  ## What's Changed
3
17
  * Cut v0.0.12 by @gjtorikian in https://github.com/IAPark/tiktoken_ruby/pull/78
data/Cargo.lock CHANGED
@@ -226,18 +226,18 @@ dependencies = [
226
226
 
227
227
  [[package]]
228
228
  name = "rb-sys"
229
- version = "0.9.117"
229
+ version = "0.9.123"
230
230
  source = "registry+https://github.com/rust-lang/crates.io-index"
231
- checksum = "f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44"
231
+ checksum = "45fb1a185af97ee456f1c9e56dbe6e2e662bec4fdeaf83c4c28e0e6adfb18816"
232
232
  dependencies = [
233
233
  "rb-sys-build",
234
234
  ]
235
235
 
236
236
  [[package]]
237
237
  name = "rb-sys-build"
238
- version = "0.9.117"
238
+ version = "0.9.123"
239
239
  source = "registry+https://github.com/rust-lang/crates.io-index"
240
- checksum = "ef1e9c857028f631056bcd6d88cec390c751e343ce2223ddb26d23eb4a151d59"
240
+ checksum = "a58ebd02d7a6033e6a5f6f8d150c1e9f16506039092b84a73e6bedce6d3adf41"
241
241
  dependencies = [
242
242
  "bindgen",
243
243
  "lazy_static",
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tiktoken_ruby (0.0.14.1)
4
+ tiktoken_ruby (0.0.15)
5
5
  rb_sys (~> 0.9)
6
6
 
7
7
  GEM
@@ -12,7 +12,8 @@ GEM
12
12
  json (2.16.0)
13
13
  language_server-protocol (3.17.0.5)
14
14
  lint_roller (1.1.0)
15
- minitest (5.25.5)
15
+ minitest (6.0.1)
16
+ prism (~> 1.5)
16
17
  parallel (1.27.0)
17
18
  parser (3.3.10.0)
18
19
  ast (~> 2.4.1)
@@ -21,11 +22,11 @@ GEM
21
22
  racc (1.8.1)
22
23
  rainbow (3.1.1)
23
24
  rake (13.3.1)
24
- rake-compiler (1.3.0)
25
+ rake-compiler (1.3.1)
25
26
  rake
26
- rake-compiler-dock (1.9.1)
27
- rb_sys (0.9.117)
28
- rake-compiler-dock (= 1.9.1)
27
+ rake-compiler-dock (1.10.0)
28
+ rb_sys (0.9.123)
29
+ rake-compiler-dock (= 1.10.0)
29
30
  regexp_parser (2.11.3)
30
31
  rspec (3.13.2)
31
32
  rspec-core (~> 3.13.0)
@@ -73,7 +74,7 @@ GEM
73
74
  rubocop-performance (~> 1.25.0)
74
75
  unicode-display_width (3.2.0)
75
76
  unicode-emoji (~> 4.1)
76
- unicode-emoji (4.1.0)
77
+ unicode-emoji (4.2.0)
77
78
  yard (0.9.37)
78
79
  yard-doctest (0.1.17)
79
80
  minitest
data/README.md CHANGED
@@ -73,7 +73,7 @@ All methods round-trip correctly through `decode`.
73
73
 
74
74
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
75
75
 
76
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
76
+ To install this gem onto your local machine, run `bundle exec rake install`.
77
77
 
78
78
  ## Contributing
79
79
 
@@ -11,5 +11,5 @@ crate-type = ["cdylib"]
11
11
 
12
12
  [dependencies]
13
13
  magnus = { version = "0.8.2" }
14
- rb-sys = { version = "0.9.117", features = ["stable-api-compiled-fallback"] }
14
+ rb-sys = { version = "0.9.123", features = ["stable-api-compiled-fallback"] }
15
15
  tiktoken-rs = { version = "0.9.0" }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tiktoken
4
- VERSION = "0.0.14.1"
4
+ VERSION = "0.0.15"
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.14.1
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - IAPark
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: 3.4.0
76
76
  requirements: []
77
- rubygems_version: 3.6.9
77
+ rubygems_version: 4.0.3
78
78
  specification_version: 4
79
79
  summary: Ruby wrapper for Tiktoken
80
80
  test_files: []