Skip to content

Commit

Permalink
www/ruby-jekyll-gist: update to 1.5.0
Browse files Browse the repository at this point in the history
1.5.0						2017/12/03

Documentation

* replace 'plugins' key in config with 'gems' (#46)
* Docs: Remove username in gist (#54)

Development Fixes

* 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)

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)
  • Loading branch information
taca committed Mar 13, 2018
1 parent f9aa82d commit 237c38d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
8 changes: 6 additions & 2 deletions www/ruby-jekyll-gist/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2017/09/11 16:03:17 taca Exp $
# $NetBSD: Makefile,v 1.6 2018/03/13 17:39:48 taca Exp $

DISTNAME= jekyll-gist-1.4.1
DISTNAME= jekyll-gist-1.5.0
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -10,5 +10,9 @@ LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-octokit>=4.2<5:../../devel/ruby-octokit

USE_TOOLS+= bash:run

REPLACE_BASH+= script/bootstrap script/cibuild script/fmt script/release

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 4 additions & 1 deletion www/ruby-jekyll-gist/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.4 2018/01/01 22:30:03 rillig Exp $
@comment $NetBSD: PLIST,v 1.5 2018/03/13 17:39:48 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.markdown
Expand All @@ -14,6 +15,8 @@ ${GEM_LIBDIR}/lib/jekyll-gist/gist_tag.rb
${GEM_LIBDIR}/lib/jekyll-gist/version.rb
${GEM_LIBDIR}/script/bootstrap
${GEM_LIBDIR}/script/cibuild
${GEM_LIBDIR}/script/fmt
${GEM_LIBDIR}/script/release
${GEM_LIBDIR}/spec/fixtures/multiple-files.json
${GEM_LIBDIR}/spec/fixtures/single-file.json
${GEM_LIBDIR}/spec/gist_tag_spec.rb
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-jekyll-gist/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2017/09/11 16:03:17 taca Exp $
$NetBSD: distinfo,v 1.7 2018/03/13 17:39:48 taca Exp $

SHA1 (jekyll-gist-1.4.1.gem) = 7733dea4e7b9e52ea8ef728d53b212d8fb56ddfd
RMD160 (jekyll-gist-1.4.1.gem) = b504e6ead1f27ab9b3ef93222154ac9b3dc29464
SHA512 (jekyll-gist-1.4.1.gem) = 81c36b917531132cb6ba9ce500e8768bd4bbc74d5dbafe04742575abca27ec31378db46c68ba188e8ca18bf79732bdc167da29220188f1bc9b69b2964fc5bb51
Size (jekyll-gist-1.4.1.gem) = 11776 bytes
SHA1 (jekyll-gist-1.5.0.gem) = efc7cce6645e638cca64b2044b1a9796588aa287
RMD160 (jekyll-gist-1.5.0.gem) = e3121172e0bd6b698d4bc3228185ef3fa170963a
SHA512 (jekyll-gist-1.5.0.gem) = 0ebf8a1fef5649fb85d06b9d62becefeef53b2611621cc2bc9dcceae821a00e5cc86794a603c7971b192ac9efc0e603b32f4a192702d40c05243ff0c3fd8fa98
Size (jekyll-gist-1.5.0.gem) = 12288 bytes

0 comments on commit 237c38d

Please sign in to comment.