Skip to content

Commit

Permalink
www/ruby-rack-cache: update to 1.15.0
Browse files Browse the repository at this point in the history
1.15.0 (2023-12-09)

What's Changed

* Update reference to MiniTest -> Minitest by @Matt-Yorkley in #17
* Add test (and fix support for) for Rack v2.1.x. by @ioquatix in #19

New Contributors

* @Matt-Yorkley made their first contribution in #17
  • Loading branch information
taca committed Dec 17, 2023
1 parent 2b94144 commit 887f153
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/ruby-rack-cache/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2023/07/23 13:59:34 taca Exp $
# $NetBSD: Makefile,v 1.16 2023/12/17 16:30:38 taca Exp $

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

MAINTAINER= [email protected]
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.5 2023/07/23 13:59:34 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2023/12/17 16:30:38 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGES
${GEM_LIBDIR}/MIT-LICENSE
Expand All @@ -12,6 +12,7 @@ ${GEM_LIBDIR}/lib/rack/cache/cachecontrol.rb
${GEM_LIBDIR}/lib/rack/cache/context.rb
${GEM_LIBDIR}/lib/rack/cache/entity_store.rb
${GEM_LIBDIR}/lib/rack/cache/entitystore.rb
${GEM_LIBDIR}/lib/rack/cache/headers.rb
${GEM_LIBDIR}/lib/rack/cache/key.rb
${GEM_LIBDIR}/lib/rack/cache/meta_store.rb
${GEM_LIBDIR}/lib/rack/cache/metastore.rb
Expand Down
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.16 2023/07/23 13:59:34 taca Exp $
$NetBSD: distinfo,v 1.17 2023/12/17 16:30:38 taca Exp $

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
BLAKE2s (rack-cache-1.15.0.gem) = 6d5bd2670d4cbff3a9b8e834b00696406a3365e2e49ea7fcac83ee9f2eb1886e
SHA512 (rack-cache-1.15.0.gem) = 5b30844901b00ce887f40e5d9959662215dcaedc9771c56eedd0488ded3e829ee698ac575e6e7180d71fea06e38c951d78a98f291bb77cfb3fa387fb31411ffe
Size (rack-cache-1.15.0.gem) = 29696 bytes

0 comments on commit 887f153

Please sign in to comment.