ru_token 0.1.16-arm-linux → 0.1.17-arm-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: 5a78d7215345c0dc0e0f4d4ad6bc7408553aa5b0b4020709ff8efc56d66957db
4
- data.tar.gz: 7bd668aca0aec6c138672ce104656cb14ea5a9dc1e986dbe5ee3791ac237bdd9
3
+ metadata.gz: 02efa5eafaa1e9297bf218ad9f05d99ee50c0cb2798d527e1ecbc91d690daf12
4
+ data.tar.gz: b865fa32772ee0ea9b05aa714386dfb3af22cb9bbd0fde51ef5c8ab36fa79566
5
5
  SHA512:
6
- metadata.gz: 2fde46d368dd767f4d2272bc974dcc6d77a8477cc977d853489f1a7cb74b5b93524ce1e61c87ef60b445ebfa9c18774e8a822ba52e5c1583b33fc684632ecf5a
7
- data.tar.gz: 9cda665cdeb600d358623c96b43e9f9f8fc9cfe88e4f3c603bf5a9886b2244fff496eb704006f3eee3301cf1ac51614fa80a349d98384421570d3eac3594984a
6
+ metadata.gz: 7f37a2f449d6d6d711923780c77599200aa6a39fa99f2c29b37fcfa45a437e50d26d50cc1b2f1b1ee687910d28334d768bdbe17f682fb15bdd5187e15549bbfb
7
+ data.tar.gz: aaecc8951b512d3f312cc2f8453817c1f37570ed0fce1521187d998a860ea9b212713922a824c586839fddc42306da54b091f4f084ce65569921b8cf76a79104
data/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ---
11
+ ## [0.1.17] - 2025-07-31
12
+ ### Change
13
+ - Update gemspec license entry
14
+ - Remove platform x64-mingw-ucrt from Gemfile.lock
15
+
10
16
  ---
11
17
  ## [0.1.16] - 2025-07-31
12
18
  ### Change
data/README.md CHANGED
@@ -41,7 +41,9 @@ The gem automatically maps dozens of model names and prefixes to the correct und
41
41
  ## Developing RuToken Locally
42
42
 
43
43
  ### Install Ruby and Rust dependencies
44
- Ruby >= 2.7 required
44
+ Ruby >= 2.7.0
45
+
46
+ RubyGems >= 3.0.0
45
47
 
46
48
  Rust edtion 2021
47
49
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RuToken
4
- VERSION = "0.1.16"
4
+ VERSION = "0.1.17"
5
5
  end
data/ru_token.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = "Ruby wrapper for the tiktoken Rust library, providing fast tokenization for OpenAI models."
12
12
  spec.description = "RuToken is a Ruby gem that wraps the tiktoken Rust library, enabling fast and efficient tokenization for OpenAI models. It supports multiple models including o200k_base, cl100k_base, p50k_base, and r50k_base."
13
13
  spec.homepage = "https://github.com/LoganBresnahan/ru_token"
14
- spec.license = "GPL-3.0-or-later"
14
+ spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.7.0"
16
16
  spec.required_rubygems_version = ">= 3.0.0"
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ru_token
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: arm-linux
6
6
  authors:
7
7
  - Logan Bresnahan
@@ -78,7 +78,7 @@ files:
78
78
  - sig/ru_token.rbs
79
79
  homepage: https://github.com/LoganBresnahan/ru_token
80
80
  licenses:
81
- - GPL-3.0-or-later
81
+ - MIT
82
82
  metadata:
83
83
  allowed_push_host: https://rubygems.org
84
84
  homepage_uri: https://github.com/LoganBresnahan/ru_token