ankane / tokenizers-ruby

Fast state-of-the-art tokenizers for Ruby
Apache License 2.0
132 stars 6 forks source link

Support to Ruby 3.2.0 (release 0.2.1) #5

Closed vickymadrid03 closed 1 year ago

vickymadrid03 commented 1 year ago

Hi! First of all, thanks for making and maintaining this gem! 🙌

I was wondering when you expect to release the last version of the gem with support to Ruby 3.2.0. We're using it in a project and it seems to be the only missing piece for us to upgrade it.

Thanks in advance!

PS: Asking this because I noticed the commit with the changes was already merged https://github.com/ankane/tokenizers-ruby/commit/1f89484e7552b28b3e4dd9e5fccaf57d26d169f1

ankane commented 1 year ago

Hey @vickymadrid03, hopefully soon. I'm waiting to ship a precompiled version, which currently relies on two other projects, but you can point your Gemfile to GitHub to build from source in the meantime (requires a Rust compiler).

ankane commented 1 year ago

0.2.1 is out 🎉

vickymadrid03 commented 1 year ago

Thank you @ankane! 🎉