Skip to content

Commit 7bdd21a

Browse files
author
taca
committed
www/ruby-jekyll-archives: update to 2.3.0
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)
1 parent 229686f commit 7bdd21a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

www/ruby-jekyll-archives/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.12 2024/09/22 16:02:10 taca Exp $
1+
# $NetBSD: Makefile,v 1.13 2024/12/11 15:12:17 taca Exp $
22

3-
DISTNAME= jekyll-archives-2.2.1
4-
PKGREVISION= 1
3+
DISTNAME= jekyll-archives-2.3.0
54
CATEGORIES= www
65

76
MAINTAINER= [email protected]

www/ruby-jekyll-archives/PLIST

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
@comment $NetBSD: PLIST,v 1.2 2020/06/07 15:31:47 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2024/12/11 15:12:17 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
3+
${GEM_LIBDIR}/LICENSE
34
${GEM_LIBDIR}/lib/jekyll-archives.rb
45
${GEM_LIBDIR}/lib/jekyll-archives/archive.rb
6+
${GEM_LIBDIR}/lib/jekyll-archives/page_drop.rb
57
${GEM_LIBDIR}/lib/jekyll-archives/version.rb
68
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

www/ruby-jekyll-archives/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2021/10/26 11:30:59 nia Exp $
1+
$NetBSD: distinfo,v 1.6 2024/12/11 15:12:17 taca Exp $
22

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

0 commit comments

Comments
 (0)