Skip to content

Commit

Permalink
www/ruby-http-cookie: update to 1.0.6
Browse files Browse the repository at this point in the history
1.0.6 (2024-06-01)

* Fix error formatting bug in HTTP::CookieJar::AbstractStore (#42 by
  @andrelaszlo)
* Allow non-RFC 3986-compliant URLs (#45 by @c960657)
* Add coverage for Ruby 3.2 and 3.3 (#46 by @flavorjones)
* Quash ruby 3.4 warnings (#47 by @flavorjones)
  • Loading branch information
taca committed Jun 2, 2024
1 parent 4cae43a commit b2118c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/ruby-http-cookie/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2022/08/31 14:51:50 taca Exp $
# $NetBSD: Makefile,v 1.5 2024/06/02 15:23:58 taca Exp $

DISTNAME= http-cookie-1.0.5
DISTNAME= http-cookie-1.0.6
CATEGORIES= www

MAINTAINER= taca@NetBSD.org
Expand Down
4 changes: 3 additions & 1 deletion www/ruby-http-cookie/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.2 2022/08/31 14:51:50 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2024/06/02 15:23:58 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/CODEOWNERS
${GEM_LIBDIR}/.github/workflows/ci.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/CHANGELOG.md
Expand All @@ -12,6 +13,7 @@ ${GEM_LIBDIR}/lib/http-cookie.rb
${GEM_LIBDIR}/lib/http/cookie.rb
${GEM_LIBDIR}/lib/http/cookie/ruby_compat.rb
${GEM_LIBDIR}/lib/http/cookie/scanner.rb
${GEM_LIBDIR}/lib/http/cookie/uri_parser.rb
${GEM_LIBDIR}/lib/http/cookie/version.rb
${GEM_LIBDIR}/lib/http/cookie_jar.rb
${GEM_LIBDIR}/lib/http/cookie_jar/abstract_saver.rb
Expand Down
8 changes: 4 additions & 4 deletions www/ruby-http-cookie/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2022/08/31 14:51:50 taca Exp $
$NetBSD: distinfo,v 1.8 2024/06/02 15:23:58 taca Exp $

BLAKE2s (http-cookie-1.0.5.gem) = 6d5782448ed947025adef21ec774308414dc4480ee0f5738e0812c19b0d1842c
SHA512 (http-cookie-1.0.5.gem) = d530d64b5c2fc3757a6de03384fe768317e24a523d4a4215f5bcc6b5bca9e7b94eeaad1e52fbb67548396b7b2ca7c9d8b68ea7b99109e24770fcf34c950469ef
Size (http-cookie-1.0.5.gem) = 39424 bytes
BLAKE2s (http-cookie-1.0.6.gem) = 1fb46e63807d9989940307d66efc879f3e614ee08590341fec3c9a50058ac12f
SHA512 (http-cookie-1.0.6.gem) = 088949816b70c3eea5464b492cb067d1d1cea8608ba8ad791876b5a33cc57c95b036420e3e9872a40e35c84168a37ab6b4615a049ea98b04588000cdf594bc5f
Size (http-cookie-1.0.6.gem) = 40448 bytes

0 comments on commit b2118c7

Please sign in to comment.