adaoraul/rack-jekyll

Officially drop support for Ruby 1.8

stomar opened this issue · 1 comments

Probably some dependencies do not work with Ruby 1.8, anyway. Therefore

  • get rid of lib/rack/jekyll/ext.rb (backports bytesize)
  • do not avoid using require_relative
  • ... ?
  • and: explicitly specify Ruby version (>= 1.9.3) in gemspec

Closed, see git log ecd40fe~..0dfb56b.