summaryrefslogtreecommitdiff
path: root/www/ruby-jekyll-gist
AgeCommit message (Collapse)AuthorFilesLines
2015-12-13Update ruby-jekyll-gist to 1.4.0.taca3-8/+12
## 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-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-13Update ruby-jekyll-gist to 1.3.4.taca2-6/+6
## 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-06-11Update ruby-jekyll-gist to 1.2.1.taca3-7/+10
## 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-03-13Add ruby-jekyll-gist package version 1.1.0.taca4-0/+35
Liquid tag for displaying GitHub Gists in Jekyll sites.