eggcaker / jekyll-org

org-mode converter for Jekyll.
http://eggcaker.github.io/jekyll-org
MIT License
132 stars 29 forks source link

Update keyword argument usage to remove warnings #50

Closed jlevers closed 4 years ago

jlevers commented 4 years ago

I was getting a number of warnings when running bundle exec jekyll serve related to the upcoming separation of positional and keyword arguments in Ruby 3.0.

These changes convert jekyll-org's keyword argument usage to Ruby 3.0-friendly syntax.