bploetz / versionist

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

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

Open MauricioTRP opened 6 months ago

MauricioTRP commented 6 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 6 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.