Skip to content

Commit

Permalink
www/ruby-jekyll-archives: update to 2.3.0
Browse files Browse the repository at this point in the history
2.3.0 (2024-12-05)

Minor Enhancements

* Simplify checking if an archive type is enabled (#149)
* Memoize relative_path attribute of archive pages (#153)
* Memoize date attribute of date-type archive pages (#154)
* Allow creating slugs for emoji characters. (#129)
* Use Liquid drop to expose attributes to templates (#158)

Bug Fixes

* Return unless 'jekyll-archives' config is a Hash (#139)
* Include LICENSE in built gem (#180)

Internal Refactors

* Initialize Archives generator with a hash (#135)
* Remove support for legacy Jekyll versions (#136)
* Read-in site's tags and categories attributes (#137)
* Use private helper to append enabled archive type (#150)
* Access nested Hash values with Hash#dig (#151)
* Generate custom post_attr_hash with private helper (#152)

Development Fixes

* Migrate CI to GitHub Actions (#177)
* Add style_check job to CI workflow (#178)
* Add workflow to release gem via GitHub Actions (#179)

Documentation Fixes

* Substitute 'gems' with 'plugins' (#143)
  • Loading branch information
taca committed Dec 11, 2024
1 parent 229686f commit 7bdd21a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 2 additions & 3 deletions www/ruby-jekyll-archives/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.12 2024/09/22 16:02:10 taca Exp $
# $NetBSD: Makefile,v 1.13 2024/12/11 15:12:17 taca Exp $

DISTNAME= jekyll-archives-2.2.1
PKGREVISION= 1
DISTNAME= jekyll-archives-2.3.0
CATEGORIES= www

MAINTAINER= [email protected]
Expand Down
4 changes: 3 additions & 1 deletion www/ruby-jekyll-archives/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2020/06/07 15:31:47 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2024/12/11 15:12:17 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/lib/jekyll-archives.rb
${GEM_LIBDIR}/lib/jekyll-archives/archive.rb
${GEM_LIBDIR}/lib/jekyll-archives/page_drop.rb
${GEM_LIBDIR}/lib/jekyll-archives/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions www/ruby-jekyll-archives/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 11:30:59 nia Exp $
$NetBSD: distinfo,v 1.6 2024/12/11 15:12:17 taca Exp $

BLAKE2s (jekyll-archives-2.2.1.gem) = 6026d442f1bf4b29924902eff8ca8b8423dcc53d0446e71a83d3738c6f40ccd1
SHA512 (jekyll-archives-2.2.1.gem) = 506450707d61746edd794de2f95a0215c417290a9434c00d0269029ab1e4b118d66456e30f57c607a7e73577c8eeabbf717376767ffc79a6fe2c4421d32bd755
Size (jekyll-archives-2.2.1.gem) = 6656 bytes
BLAKE2s (jekyll-archives-2.3.0.gem) = fc62145085fe39da3c8958b6f1969b1d2d64dc194808c769bbbe4b5388b85279
SHA512 (jekyll-archives-2.3.0.gem) = 2f14a56aeb83ea533a0c7d1f5c2d035c002ab6481d2cbc3ba8f9649a2cbf5b7f0e09d6471748d11176af6db7fa0abaff5d9bed0f23d38ebce269b027fe5787a8
Size (jekyll-archives-2.3.0.gem) = 7680 bytes

0 comments on commit 7bdd21a

Please sign in to comment.