pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-http-cookie



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 06:02:40 UTC 2025

Modified Files:
        pkgsrc/www/ruby-http-cookie: Makefile PLIST distinfo

Log Message:
www/ruby-http-cookie: update to 1.1.0

1.1.0 (2025-09-26)

* Implement Cookie#to_h. (#55) @luke-hill @flavorjones
* Reduce gem size by excluding test files (#54) @yuri-zubov


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-http-cookie/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-http-cookie/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-http-cookie/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-http-cookie/Makefile
diff -u pkgsrc/www/ruby-http-cookie/Makefile:1.7 pkgsrc/www/ruby-http-cookie/Makefile:1.8
--- pkgsrc/www/ruby-http-cookie/Makefile:1.7    Wed Dec 11 14:28:50 2024
+++ pkgsrc/www/ruby-http-cookie/Makefile        Mon Nov  3 06:02:40 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/12/11 14:28:50 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/11/03 06:02:40 taca Exp $
 
-DISTNAME=      http-cookie-1.0.8
+DISTNAME=      http-cookie-1.1.0
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost

Index: pkgsrc/www/ruby-http-cookie/PLIST
diff -u pkgsrc/www/ruby-http-cookie/PLIST:1.3 pkgsrc/www/ruby-http-cookie/PLIST:1.4
--- pkgsrc/www/ruby-http-cookie/PLIST:1.3       Sun Jun  2 15:23:58 2024
+++ pkgsrc/www/ruby-http-cookie/PLIST   Mon Nov  3 06:02:40 2025
@@ -1,14 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/06/02 15:23:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/11/03 06:02:40 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
-${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/http-cookie.gemspec
 ${GEM_LIBDIR}/lib/http-cookie.rb
 ${GEM_LIBDIR}/lib/http/cookie.rb
 ${GEM_LIBDIR}/lib/http/cookie/ruby_compat.rb
@@ -22,9 +16,4 @@ ${GEM_LIBDIR}/lib/http/cookie_jar/cookie
 ${GEM_LIBDIR}/lib/http/cookie_jar/hash_store.rb
 ${GEM_LIBDIR}/lib/http/cookie_jar/mozilla_store.rb
 ${GEM_LIBDIR}/lib/http/cookie_jar/yaml_saver.rb
-${GEM_LIBDIR}/test/helper.rb
-${GEM_LIBDIR}/test/mechanize.yml
-${GEM_LIBDIR}/test/simplecov_start.rb
-${GEM_LIBDIR}/test/test_http_cookie.rb
-${GEM_LIBDIR}/test/test_http_cookie_jar.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/www/ruby-http-cookie/distinfo
diff -u pkgsrc/www/ruby-http-cookie/distinfo:1.10 pkgsrc/www/ruby-http-cookie/distinfo:1.11
--- pkgsrc/www/ruby-http-cookie/distinfo:1.10   Wed Dec 11 14:28:50 2024
+++ pkgsrc/www/ruby-http-cookie/distinfo        Mon Nov  3 06:02:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/12/11 14:28:50 taca Exp $
+$NetBSD: distinfo,v 1.11 2025/11/03 06:02:40 taca Exp $
 
-BLAKE2s (http-cookie-1.0.8.gem) = 4393fbe8fa12ad148dfc0b4f21e8dc59c9093764a1149e57b65842b1dd564506
-SHA512 (http-cookie-1.0.8.gem) = 2331da73f2c077e9582d609a08a60a247c0b44b8e4a7be820ac3ed630a05779b985a19de3ed94a5a4753f401be0392d364313498b03475c442ed4859d2a142cd
-Size (http-cookie-1.0.8.gem) = 40960 bytes
+BLAKE2s (http-cookie-1.1.0.gem) = b3682c8bd5d386c1bea051107fd67adf60aa38bbfa22dfc5d78082cb7f4c6233
+SHA512 (http-cookie-1.1.0.gem) = c360d8ffa7b3febf544e96e9408759a4aa5289f7b6ff5829ee4d880ac0802e80a80b65eaa042df1dc4ac77c171f4b809f11a4e2f4b3960561a914785636d837a
+Size (http-cookie-1.1.0.gem) = 26624 bytes



Home | Main Index | Thread Index | Old Index