Up to [cvs.NetBSD.org] / pkgsrc / www / ruby-jekyll-feed
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 14 15:33:11 2020 UTC (20 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
HEAD
Changes since 1.4: +1 -33
lines
Diff to previous 1.4 (unified)
www/ruby-jekyll-feed: update to 0.15.0 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)
Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 5 04:52:16 2019 UTC (2 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (unified)
Update to 0.12.1 Changelog: 0.12.1 Bug Fixes Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#272) 0.12.0 Allow Jekyll v4 (still alpha) Development Fixes style: fix offenses in specs (#248) dev: update CI and style settings (#258) Enable testing for Windows platform (#265)
Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 23 17:13:09 2018 UTC (3 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (unified)
www/ruby-jekyll-feed: update to 0.11.0 0.11.0 (2018/09/09) Development Fixes * Require Ruby 2.3 (#222) * Refactor to remove redundant calls and variables (#240) Minor Enhancements * Categories and collections (#228) * Remove check for older version of Jekyll (#234) 0.10.0 (2018/06/05) Bug Fixes * Escape image URL (#209) Development Fixes * Rubocop 0.55 (#223) * Bump Rubocop (#230) Minor Enhancements * Support Typhoeus 1.0 (#232)
Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 13 17:32:46 2018 UTC (4 years, 2 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (unified)
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)
Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 22 17:05:48 2017 UTC (5 years ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Add ruby-jekyll-feed 0.9.2. This really a part of jekyll. # Jekyll Feed plugin A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts