Skip to content

Commit

Permalink
www/ruby-rack-cache: update to 1.14.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Jul 23, 2023
1 parent a590695 commit 7894ca8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions www/ruby-rack-cache/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.14 2021/12/11 15:40:24 taca Exp $
# $NetBSD: Makefile,v 1.15 2023/07/23 13:59:34 taca Exp $

DISTNAME= rack-cache-1.13.0
DISTNAME= rack-cache-1.14.0
CATEGORIES= www

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

Expand Down
3 changes: 2 additions & 1 deletion www/ruby-rack-cache/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2016/03/15 16:18:11 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2023/07/23 13:59:34 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGES
${GEM_LIBDIR}/MIT-LICENSE
Expand All @@ -19,4 +19,5 @@ ${GEM_LIBDIR}/lib/rack/cache/options.rb
${GEM_LIBDIR}/lib/rack/cache/request.rb
${GEM_LIBDIR}/lib/rack/cache/response.rb
${GEM_LIBDIR}/lib/rack/cache/storage.rb
${GEM_LIBDIR}/lib/rack/cache/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions www/ruby-rack-cache/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.15 2021/12/11 15:40:24 taca Exp $
$NetBSD: distinfo,v 1.16 2023/07/23 13:59:34 taca Exp $

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

0 comments on commit 7894ca8

Please sign in to comment.