pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 29 13:45:35 UTC 2026

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

Log Message:
www/ruby-http-form_data: update to 3.0.1

3.0.0 (2026-03-17

What's Changed

* Add changelog to gemspec by @rafbm in #30
* Switch to GitHub Actions and upgrade dev tooling by @ixti in #31
* Update copyright years by @mathisto in #33
* Bump actions/checkout from v2 to v4 by @ytkg in #34
* Bump coverallsapp/github-action from v1 to v2 by @ytkg in #36
* CI against Ruby 3.1, 3.2, 3.3 by @ytkg in #35
* Fix Urlencoded for nested Hashes (and Arrays) by @AlexWayfer in #24
* Support duplicate form names in multipart forms by @ixti in #32

New Contributors

* @rafbm made their first contribution in #30
* @mathisto made their first contribution in #33
* @ytkg made their first contribution in #34

3.0.1 (2026-03-21)

* Improve gem push workflow security and reliability


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-http-form_data/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-http-form_data/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-http-form_data/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-form_data/Makefile
diff -u pkgsrc/www/ruby-http-form_data/Makefile:1.7 pkgsrc/www/ruby-http-form_data/Makefile:1.8
--- pkgsrc/www/ruby-http-form_data/Makefile:1.7 Sat Mar 21 17:03:44 2020
+++ pkgsrc/www/ruby-http-form_data/Makefile     Sun Mar 29 13:45:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/03/21 17:03:44 taca Exp $
+# $NetBSD: Makefile,v 1.8 2026/03/29 13:45:34 taca Exp $
 
-DISTNAME=      http-form_data-2.3.0
+DISTNAME=      http-form_data-3.0.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-http-form_data/PLIST
diff -u pkgsrc/www/ruby-http-form_data/PLIST:1.4 pkgsrc/www/ruby-http-form_data/PLIST:1.5
--- pkgsrc/www/ruby-http-form_data/PLIST:1.4    Sat Mar 21 17:03:44 2020
+++ pkgsrc/www/ruby-http-form_data/PLIST        Sun Mar 29 13:45:34 2026
@@ -1,18 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2020/03/21 17:03:44 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/03/29 13:45:34 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.editorconfig
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.rspec
-${GEM_LIBDIR}/.rubocop.yml
-${GEM_LIBDIR}/.travis.yml
-${GEM_LIBDIR}/.yardopts
-${GEM_LIBDIR}/CHANGES.md
-${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/Guardfile
+${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/appveyor.yml
 ${GEM_LIBDIR}/http-form_data.gemspec
 ${GEM_LIBDIR}/lib/http/form_data.rb
 ${GEM_LIBDIR}/lib/http/form_data/composite_io.rb
@@ -23,14 +13,13 @@ ${GEM_LIBDIR}/lib/http/form_data/part.rb
 ${GEM_LIBDIR}/lib/http/form_data/readable.rb
 ${GEM_LIBDIR}/lib/http/form_data/urlencoded.rb
 ${GEM_LIBDIR}/lib/http/form_data/version.rb
-${GEM_LIBDIR}/spec/fixtures/expected-multipart-body.tpl
-${GEM_LIBDIR}/spec/fixtures/the-http-gem.info
-${GEM_LIBDIR}/spec/lib/http/form_data/composite_io_spec.rb
-${GEM_LIBDIR}/spec/lib/http/form_data/file_spec.rb
-${GEM_LIBDIR}/spec/lib/http/form_data/multipart_spec.rb
-${GEM_LIBDIR}/spec/lib/http/form_data/part_spec.rb
-${GEM_LIBDIR}/spec/lib/http/form_data/urlencoded_spec.rb
-${GEM_LIBDIR}/spec/lib/http/form_data_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/support/fixtures_helper.rb
+${GEM_LIBDIR}/sig/http/form_data.rbs
+${GEM_LIBDIR}/sig/http/form_data/composite_io.rbs
+${GEM_LIBDIR}/sig/http/form_data/file.rbs
+${GEM_LIBDIR}/sig/http/form_data/multipart.rbs
+${GEM_LIBDIR}/sig/http/form_data/multipart/param.rbs
+${GEM_LIBDIR}/sig/http/form_data/part.rbs
+${GEM_LIBDIR}/sig/http/form_data/readable.rbs
+${GEM_LIBDIR}/sig/http/form_data/urlencoded.rbs
+${GEM_LIBDIR}/sig/http/form_data/version.rbs
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/www/ruby-http-form_data/distinfo
diff -u pkgsrc/www/ruby-http-form_data/distinfo:1.10 pkgsrc/www/ruby-http-form_data/distinfo:1.11
--- pkgsrc/www/ruby-http-form_data/distinfo:1.10        Tue Oct 26 11:30:58 2021
+++ pkgsrc/www/ruby-http-form_data/distinfo     Sun Mar 29 13:45:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:30:58 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/03/29 13:45:34 taca Exp $
 
-BLAKE2s (http-form_data-2.3.0.gem) = 948278f990837c25b47054f0ee5450f6ec15b00df25a5ea147f0b8612aaa9577
-SHA512 (http-form_data-2.3.0.gem) = c070126d18a66bd505005d7dae4ece6c751e52593806daf618bbb437b7f9296a5f18aac2e317b3526c9b34adc2f4d9fc7b7bab8cf2a8c8ca67fdc5940969ff21
-Size (http-form_data-2.3.0.gem) = 17408 bytes
+BLAKE2s (http-form_data-3.0.1.gem) = 6e69045322b92aba94025ac8e8061c8bf9f65acb44a45ad60bcf86b7defea45a
+SHA512 (http-form_data-3.0.1.gem) = e6393aece0c4c855bdf7dc8b1495621fc0e2e5e5ad0aec0aa21eb82e2d32edb4c5d91775f773b6dc43425fa65eb46e2557c05f2be97afed5332ed04565708106
+Size (http-form_data-3.0.1.gem) = 14336 bytes



Home | Main Index | Thread Index | Old Index