ckruse / CFPropertyList

Read, write and manipulate both binary and XML property lists as defined by apple
MIT License
212 stars 47 forks source link

Ruby 3.2 support #62

Closed yabenatti closed 1 year ago

yabenatti commented 1 year ago

CFPropertyList doesn't work with Ruby 3.2.

Error:

 NoMethodError: undefined method `exists?' for File:Class
/.gem/ruby/3.2.0/gems/CFPropertyList-3.0.5/lib/cfpropertylist/rbCFPropertyList.rb:378:in `save'

The method File.exists? has been deprecated since Ruby 2.1.0 and was removed on Ruby 3.2.0.

ckruse commented 1 year ago

Thanks for reporting! Will release a new version :-)

yabenatti commented 1 year ago

Thank you!