jekyll / jekyll-coffeescript

A CoffeeScript converter for Jekyll.
MIT License
53 stars 20 forks source link

Re-introduce Ruby 2.3 support and test Jekyll 3.7+ #33

Closed ashmaroli closed 5 years ago

ashmaroli commented 5 years ago

Since we're not using Ruby 2.4 specific syntax, we can relax Ruby version constraint to the minimum testable version across the ecosystem: Ruby 2.3

Other changes:

Note: Based on https://github.com/jekyll/jekyll-coffeescript/compare/v1.1.1...v1.2.0, the only changes eligible for a major version bump was dropping support for < Ruby 2.4 and < Jekyll 3.0. Since, no other significant change was made to the lib files, I've reverted the change to drop < Jekyll 3.0 support.

DirtyF commented 5 years ago

@jekyllbot: merge +fix