Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
## 1.4.1 / 2017-06-21
* Don't ask .empty? until it's a String. (#38)
* rename Liquid 4 `has_key?` to `key?` to add compatibility for liquid 4 (#41)
* Test against Ruby 2.1 to 2.4 (#45)
## 1.4.0 / 2015-12-01
* Allow `noscript` fallback to be disabled (#29)
* Use Octokit to fetch Gist content when passed `JEKYLL_GITHUB_TOKEN`
in env(#28)
## 1.3.5 / 2015-10-23
* Fix encoding error for `noscript` code (#23)
* Test against Jekyll 3, 2, and the github-pages gem (#19)
## 1.3.4 / 2015-08-28
* Catch `TimeoutError` to further support 1.9.3 (#16)
## 1.3.3 / 2015-08-20
* Fix gemspec to allow Ruby 1.9.3 (relates to #14)
## 1.3.2 / 2016-08-19
* Re-add support for Ruby 1.9.3. Fixes#11 for 1.9.3 (#14)
* Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11)
## 1.3.1 / 2015-08-16 (yanked)
* Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11)
## 1.3.0 / 2015-08-05
* Added an `noscript` fallback for browsers without JavaScript enabled. (#7)