Skip to content

1.2.1

Latest
Compare
Choose a tag to compare
@verachell verachell released this 04 Nov 17:45
· 2 commits to main since this release
8d7ed39

fix: compatibility with Ruby 3.2.2
Now using File.exist? method instead of the previous File.exists? method (deprecated in 3.? versions of Ruby - not sure exactly which 3.x.y version this happened, but between 3.0 and 3.2.2). Backwards compatible.