Skip to content

Commit

Permalink
www/ruby-multipart-post: update to 2.3.0
Browse files Browse the repository at this point in the history
2.3.0 (2023-01-26)

What's Changed

* Move deprecated constants into dedicated files. by @ioquatix in #99
* Adds Ruby 3.2 to the CI matrix. Updates checkout actions versions. by
  @petergoldstein in #100
* Modernize gem by @ioquatix in #101
* Add support for coverage. by @ioquatix in #102
  • Loading branch information
taca committed Feb 11, 2023
1 parent 9f68985 commit 04a0b89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/ruby-multipart-post/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2022/08/31 16:16:47 taca Exp $
# $NetBSD: Makefile,v 1.10 2023/02/11 14:07:28 taca Exp $

DISTNAME= multipart-post-2.2.3
DISTNAME= multipart-post-2.3.0
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
5 changes: 4 additions & 1 deletion www/ruby-multipart-post/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.4 2022/08/31 16:16:47 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2023/02/11 14:07:28 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/changelog.md
${GEM_LIBDIR}/lib/composite_io.rb
${GEM_LIBDIR}/lib/multipart/post.rb
${GEM_LIBDIR}/lib/multipart/post/composite_read_io.rb
Expand All @@ -11,4 +12,6 @@ ${GEM_LIBDIR}/lib/multipart_post.rb
${GEM_LIBDIR}/lib/multipartable.rb
${GEM_LIBDIR}/lib/net/http/post/multipart.rb
${GEM_LIBDIR}/lib/parts.rb
${GEM_LIBDIR}/license.md
${GEM_LIBDIR}/readme.md
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions www/ruby-multipart-post/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2022/08/31 16:16:47 taca Exp $
$NetBSD: distinfo,v 1.9 2023/02/11 14:07:28 taca Exp $

BLAKE2s (multipart-post-2.2.3.gem) = e3b0de51266a8e17ca08d00abf63fa0881f5abdb36a25c3f15357c1185bbb64e
SHA512 (multipart-post-2.2.3.gem) = 170670f8d74b2ef435b7a5a924a039ea31941904097dc35fc1f53365839b6983d0ae07936cb7543ac085c2e0edc204d9d3d058dcf2597e18698edb02c1765786
Size (multipart-post-2.2.3.gem) = 13312 bytes
BLAKE2s (multipart-post-2.3.0.gem) = abef5147425dad56f46b0aa4575fa3766d912c8ea11f6b5c38593a6f62637a6f
SHA512 (multipart-post-2.3.0.gem) = 305263e347e18cf09a49cdaefe426e517556a9e26a59e79fd5d569f0132640ade5a16f3c59b12e2a4521d0c96f5fd9e3830f6961058fad72d441662ab1afff13
Size (multipart-post-2.3.0.gem) = 15872 bytes

0 comments on commit 04a0b89

Please sign in to comment.