ysk24ok / jekyll-linkpreview

Jekyll plugin to generate link preview
https://rubygems.org/gems/jekyll-linkpreview
MIT License
29 stars 8 forks source link

Make the plugin work with Ruby 3.2 #49

Closed ysk24ok closed 1 year ago

ysk24ok commented 1 year ago

fixes #48

Replaced Dir.exists? with Dir.exist? and made the test workflow run with Ruby 3.2 to make sure the plugin works with the version.