www/ruby-jekyll-feed: update to 0.9.3
## 0.9.3 / 2018-02-04 * Define path with __dir (#187) * Bump Ruby for Travis (#188) ### Documentation * Fix: Add note about using plugins instead of gems key (#197) * Add documentation for disabling smartify filter (#205) ### Development Fixes * Rubocop: Target Ruby 2.2 (#195) * Test feeds that have a `site.lang` (#164) * Test against Ruby 2.5 (#201)
This commit is contained in:
parent
c1530e4ef3
commit
1c0a5fd35f
3 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/04/22 17:05:48 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2018/03/13 17:32:46 taca Exp $
|
||||
|
||||
DISTNAME= jekyll-feed-0.9.2
|
||||
DISTNAME= jekyll-feed-0.9.3
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/04/22 17:05:48 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2018/03/13 17:32:46 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.rspec
|
||||
|
@ -15,9 +15,12 @@ ${GEM_LIBDIR}/lib/jekyll-feed/feed.xml
|
|||
${GEM_LIBDIR}/lib/jekyll-feed/generator.rb
|
||||
${GEM_LIBDIR}/lib/jekyll-feed/meta-tag.rb
|
||||
${GEM_LIBDIR}/lib/jekyll-feed/page-without-a-file.rb
|
||||
${GEM_LIBDIR}/lib/jekyll-feed/version.rb
|
||||
${GEM_LIBDIR}/script/bootstrap
|
||||
${GEM_LIBDIR}/script/cibuild
|
||||
${GEM_LIBDIR}/script/fmt
|
||||
${GEM_LIBDIR}/script/release
|
||||
${GEM_LIBDIR}/script/test
|
||||
${GEM_LIBDIR}/spec/fixtures/_config.yml
|
||||
${GEM_LIBDIR}/spec/fixtures/_data/authors.yml
|
||||
${GEM_LIBDIR}/spec/fixtures/_drafts/2015-01-12-a-draft.md
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/04/22 17:05:48 taca Exp $
|
||||
$NetBSD: distinfo,v 1.2 2018/03/13 17:32:46 taca Exp $
|
||||
|
||||
SHA1 (jekyll-feed-0.9.2.gem) = ebce057b7cfa24a7fbab01e54f5eef3fc0f67a8b
|
||||
RMD160 (jekyll-feed-0.9.2.gem) = 9584e392ceac3a33546fb3dbaa56b02d48e98060
|
||||
SHA512 (jekyll-feed-0.9.2.gem) = 7babd976a507f0b0c13f251f3b46119566daf632295c747da5fba8b60fc9482789557cd55b9e913dc99e267957ec9c47a1aec030d1df93d0872ab378957c8363
|
||||
Size (jekyll-feed-0.9.2.gem) = 15872 bytes
|
||||
SHA1 (jekyll-feed-0.9.3.gem) = ce87d8f2aa6afaae4cccf8ee559f3c0964d376df
|
||||
RMD160 (jekyll-feed-0.9.3.gem) = d8130d2386571d0ddefc4bb3f9e3f23013dcf85a
|
||||
SHA512 (jekyll-feed-0.9.3.gem) = e3839955d9787747aa789973a7aacf218126ba8f224219aab11fa2e1c4d55cb43fe7299c83eddcc76b5c90438fb42e04f7146400c311d3ec394ea019371bc50f
|
||||
Size (jekyll-feed-0.9.3.gem) = 17408 bytes
|
||||
|
|
Loading…
Reference in a new issue