- Test against Ruby 2.5 (#57)
- Rely on rubocop-jekyll (#62)
- chore(deps): rubocop-jekyll 0.3 (#64)
- Refactor GistTag (#65)
- chore(deps): drop support for Liquid < 4.0 (#66)
- Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#72)
- Use Liquid::Tag#raw to clarify error message (#73)
- replace 'plugins' key in config with 'gems' (#46)
- Docs: Remove username in gist (#54)
- Remove testing for Jekyll 2.x
- Requires Ruby > 2.1
- Add release script
- Inherit Jekyll's rubocop config for consistency (#48)
- define path with dir (#47)
- Don't ask .empty? until it's a String. (#38)
- rename Liquid 4
has_key?
tokey?
to add compatibility for liquid 4 (#41) - Test against Ruby 2.1 to 2.4 (#45)
- Allow
noscript
fallback to be disabled (#29) - Use Octokit to fetch Gist content when passed
JEKYLL_GITHUB_TOKEN
in env(#28)
- Fix encoding error for
noscript
code (#23) - Test against Jekyll 3, 2, and the github-pages gem (#19)
- Catch
TimeoutError
to further support 1.9.3 (#16)
- Fix gemspec to allow Ruby 1.9.3 (relates to #14)
- Re-add support for Ruby 1.9.3. Fixes #11 for 1.9.3 (#14)
- Replaced
OpenURI
withNet::HTTP
and introduced timeout of 3 seconds (#11)
- Replaced
OpenURI
withNet::HTTP
and introduced timeout of 3 seconds (#11)
- Added an
noscript
fallback for browsers without JavaScript enabled. (#7)
- Use
has_key?
(#6)
- Allow variables as parameters (#4)
- Fix RSpec deprecation warning (#5)
- Update regex to allow for new sha-ish ids in Gist. (#1)
- Birthday!