Commit graph

4 commits

Author SHA1 Message Date
taca
50b0d13bf5 Update ruby-jekyll-gist to 1.4.0.
## 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)
2015-12-13 16:51:29 +00:00
taca
c80ae11e8b Update ruby-jekyll-gist to 1.3.4.
## 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)
2015-09-13 15:33:16 +00:00
taca
77cfe142be Update ruby-jekyll-gist to 1.2.1.
## 1.2.1 / 2015-03-22

  * Use `has_key?` (#6)

## 1.2.0 / 2015-03-21

### Minor Enhancements

  * Allow variables as parameters (#4)

### Development Fixes

  * Fix RSpec deprecation warning (#5)
2015-06-11 16:52:26 +00:00
taca
f3aef3def5 Add ruby-jekyll-gist package version 1.1.0.
Liquid tag for displaying GitHub Gists in Jekyll sites.
2015-03-13 16:44:56 +00:00