Skip to content

Commit

Permalink
www/ruby-jekyll-feed: update to 0.15.0
Browse files Browse the repository at this point in the history
Update ruby-jekyll-feed package to 0.15.0.


## 0.15.0 / 2020-07-10

### Minor Enhancements

  * Add support for drafts (#316)

## 0.14.0 / 2020-06-24

### Minor Enhancements

  * add support for categories (#153) (#233)
  * add support for tags (#264)
  * Make posts limit configurable (#314)
  * XML escape the title field of feed_meta (#306)

### Bug Fixes

  * Fix feed link when post title contains HTML (#305)

### Development Fixes

  * Use Dir to list source files (#309)
  * Require Ruby >=2.4.0 (#307)
  • Loading branch information
taca committed Sep 14, 2020
1 parent f6829b0 commit a6497e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 40 deletions.
4 changes: 2 additions & 2 deletions www/ruby-jekyll-feed/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2020/06/07 15:35:08 taca Exp $
# $NetBSD: Makefile,v 1.10 2020/09/14 15:33:11 taca Exp $

DISTNAME= jekyll-feed-0.13.0
DISTNAME= jekyll-feed-0.15.0
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
34 changes: 1 addition & 33 deletions www/ruby-jekyll-feed/PLIST
@@ -1,44 +1,12 @@
@comment $NetBSD: PLIST,v 1.4 2019/10/05 04:52:16 ryoon Exp $
@comment $NetBSD: PLIST,v 1.5 2020/09/14 15:33:11 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
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/jekyll-feed.gemspec
${GEM_LIBDIR}/lib/jekyll-feed.rb
${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/_collection/2018-01-01-collection-doc.md
${GEM_LIBDIR}/spec/fixtures/_collection/2018-01-02-collection-category-doc.md
${GEM_LIBDIR}/spec/fixtures/_config.yml
${GEM_LIBDIR}/spec/fixtures/_data/authors.yml
${GEM_LIBDIR}/spec/fixtures/_drafts/2015-01-12-a-draft.md
${GEM_LIBDIR}/spec/fixtures/_layouts/some_default.html
${GEM_LIBDIR}/spec/fixtures/_posts/2013-12-12-dec-the-second.md
${GEM_LIBDIR}/spec/fixtures/_posts/2014-03-02-march-the-second.md
${GEM_LIBDIR}/spec/fixtures/_posts/2014-03-04-march-the-fourth.md
${GEM_LIBDIR}/spec/fixtures/_posts/2015-01-18-jekyll-last-modified-at.md
${GEM_LIBDIR}/spec/fixtures/_posts/2015-02-12-strip-newlines.md
${GEM_LIBDIR}/spec/fixtures/_posts/2015-05-12-liquid.md
${GEM_LIBDIR}/spec/fixtures/_posts/2015-05-12-pre.html
${GEM_LIBDIR}/spec/fixtures/_posts/2015-05-18-author-detail.md
${GEM_LIBDIR}/spec/fixtures/_posts/2015-08-08-stuck-in-the-middle.html
${GEM_LIBDIR}/spec/fixtures/_posts/2016-04-25-author-reference.md
${GEM_LIBDIR}/spec/fixtures/feed.xslt.xml
${GEM_LIBDIR}/spec/jekyll-feed_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
10 changes: 5 additions & 5 deletions www/ruby-jekyll-feed/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2020/06/07 15:35:08 taca Exp $
$NetBSD: distinfo,v 1.6 2020/09/14 15:33:11 taca Exp $

SHA1 (jekyll-feed-0.13.0.gem) = c914885cca7c82935b2c684e3f84224d726799f8
RMD160 (jekyll-feed-0.13.0.gem) = fbdde784aa960bc70000c8c8cf321b6e8b64d751
SHA512 (jekyll-feed-0.13.0.gem) = 7d8c6cd3732f2203416ea295d91e68e05c7f7a590d38dfa64844d0a938686d8c2bac2f0329e374bb4975af73fb04688fbe7ca637424d4beed9d840efa7df103a
Size (jekyll-feed-0.13.0.gem) = 19968 bytes
SHA1 (jekyll-feed-0.15.0.gem) = 166488522ac62b759f5a45a28a048f2f179a13ab
RMD160 (jekyll-feed-0.15.0.gem) = 286db46fb96b9d2cf004df7e73890341012d24ec
SHA512 (jekyll-feed-0.15.0.gem) = dd44b2ebbbb240a74a68a03d107f8c3531724fcd0dc61753a8b0798e2444e3706e4e15339e6b3c0dadbf8edccc635d6f98f40e43e51d6c96369093e50fb0adcb
Size (jekyll-feed-0.15.0.gem) = 13312 bytes

0 comments on commit a6497e1

Please sign in to comment.