Skip to content

Commit 7894ca8

Browse files
author
taca
committed
www/ruby-rack-cache: update to 1.14.0
pkgsrc change: update HOMEPAGE. 1.14.0 (2023-07-18) What's Changed * Prefer GitHub Actions for CI. by @ioquatix in #2 * Prefer lower case headers. by @ioquatix in #3 * Documentation updates by @HeroProtagonist in #7 * Update doc generation and deploy to github pages by @HeroProtagonist in #8 * Fix gh pages workflow by @HeroProtagonist in #9 * Adds Ruby 3.2 to the CI matrix by @petergoldstein in #12 * test: Add explicit 'timeout' require by @thesamesam in #14 * Refer to github not rubyforge in docs [ci skip] by @olleolleolle in #15 * Prefer Rack::Headers for Rack 3. by @ioquatix in #4 * Remove unnecessary duplicate lines by @monfresh in #10 New Contributors * @ioquatix made their first contribution in #2 * @HeroProtagonist made their first contribution in #7 * @petergoldstein made their first contribution in #12 * @thesamesam made their first contribution in #14 * @olleolleolle made their first contribution in #15 * @monfresh made their first contribution in #10
1 parent a590695 commit 7894ca8

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

www/ruby-rack-cache/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# $NetBSD: Makefile,v 1.14 2021/12/11 15:40:24 taca Exp $
1+
# $NetBSD: Makefile,v 1.15 2023/07/23 13:59:34 taca Exp $
22

3-
DISTNAME= rack-cache-1.13.0
3+
DISTNAME= rack-cache-1.14.0
44
CATEGORIES= www
55

66
MAINTAINER= pkgsrc-users@NetBSD.org
7-
HOMEPAGE= https://github.com/rtomayko/rack-cache
7+
HOMEPAGE= https://github.com/rack/rack-cache
88
COMMENT= HTTP Caching for Rack
99
LICENSE= mit
1010

www/ruby-rack-cache/PLIST

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.4 2016/03/15 16:18:11 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.5 2023/07/23 13:59:34 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_LIBDIR}/CHANGES
44
${GEM_LIBDIR}/MIT-LICENSE
@@ -19,4 +19,5 @@ ${GEM_LIBDIR}/lib/rack/cache/options.rb
1919
${GEM_LIBDIR}/lib/rack/cache/request.rb
2020
${GEM_LIBDIR}/lib/rack/cache/response.rb
2121
${GEM_LIBDIR}/lib/rack/cache/storage.rb
22+
${GEM_LIBDIR}/lib/rack/cache/version.rb
2223
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

www/ruby-rack-cache/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.15 2021/12/11 15:40:24 taca Exp $
1+
$NetBSD: distinfo,v 1.16 2023/07/23 13:59:34 taca Exp $
22

3-
BLAKE2s (rack-cache-1.13.0.gem) = 66e9ab098d79b1553ecbd9c470731992b5c721221a9e76c3433158adbd912b51
4-
SHA512 (rack-cache-1.13.0.gem) = 039557f1eb6fdd870c7af0be05708f031da0e4d17e8398cb4bdcced3f9ccaeed3f72ce45ff702b09bdd933366cf11c6d0bd4bfadfe89fb3fc5670431de686e05
5-
Size (rack-cache-1.13.0.gem) = 29184 bytes
3+
BLAKE2s (rack-cache-1.14.0.gem) = 3e0a029740756351a920b77aed195252bfc800942161d6c56420afc96983e4fe
4+
SHA512 (rack-cache-1.14.0.gem) = d4e965815d91213978447b7669fbe3ff7027315daee4c2bd6b53cfd85b87c663056e4dc6bb842e9d955047d152805b284050bcbaa723a0fa0784ca2cbb16e9d9
5+
Size (rack-cache-1.14.0.gem) = 29696 bytes

0 commit comments

Comments
 (0)