yohasebe / engtagger

English Part-of-Speech Tagger Library; a Ruby port of Lingua::EN::Tagger
GNU General Public License v2.0
263 stars 48 forks source link

File.exists? is deprecated in Ruby 3.1.0 #17

Closed cpence closed 2 years ago

cpence commented 2 years ago

Quick fix: change all File.exists? to File.exist?.

yohasebe commented 2 years ago

Oh, I didn't know that. Thank you for the heads up. I'll make a change sometime soon.

cpence commented 2 years ago

Excellent, thanks (and thanks for the great gem!).

yohasebe commented 2 years ago

Fixed. Thanks again!