bploetz / versionist

A plugin for versioning Rails based RESTful APIs.
MIT License
971 stars 51 forks source link

Issue #95 Changed deprecated File.exists? to File.exist? #96

Open MauricioTRP opened 9 months ago

MauricioTRP commented 9 months ago

Changed all File.exists? (removed from Ruby 3.2) from generators to File.exist? in order to give support to Ruby 3.2 ups

bploetz commented 9 months ago

LOL, people still use this gem?! I haven't done any Ruby development in like 7 years, and I don't even have a working Ruby dev environment to vet your PR. Your best bet is to just fork the repo and use your own version. I will archive this repo to indicate I'm no longer maintaining it.

Thanks though.