Skip to content

Commit

Permalink
www/ruby-multipart-post: update to 2.2.3
Browse files Browse the repository at this point in the history
2.2.0 (2022-06-03)

Added

* Add the ability to set Content-ID header for ParamPart #62
* Allow mixed key types for parts headers #79

Changed

* Refactor Parts into a Multipart::Post namespace #65
* Use mutable strings where needed #70
* Use frozen_string_literal everywhere #78

2.2.1 (not released)

2.2.2 (2022-06-09)

* Drop Ruby 2.5 or earlier

2.2.3 (2022-06-10)

* Add support for Ruby back to 2.3.
  • Loading branch information
taca committed Aug 31, 2022
1 parent e125831 commit 9256fa4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 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.8 2020/03/21 16:58:04 taca Exp $
# $NetBSD: Makefile,v 1.9 2022/08/31 16:16:47 taca Exp $

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

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
24 changes: 7 additions & 17 deletions www/ruby-multipart-post/PLIST
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
@comment $NetBSD: PLIST,v 1.3 2020/03/21 16:58:04 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2022/08/31 16:16:47 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/composite_io.rb
${GEM_LIBDIR}/lib/multipart/post.rb
${GEM_LIBDIR}/lib/multipart/post/composite_read_io.rb
${GEM_LIBDIR}/lib/multipart/post/multipartable.rb
${GEM_LIBDIR}/lib/multipart/post/parts.rb
${GEM_LIBDIR}/lib/multipart/post/upload_io.rb
${GEM_LIBDIR}/lib/multipart/post/version.rb
${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}/multipart-post.gemspec
${GEM_LIBDIR}/spec/composite_io_spec.rb
${GEM_LIBDIR}/spec/multibyte.txt
${GEM_LIBDIR}/spec/net/http/post/multipart_spec.rb
${GEM_LIBDIR}/spec/parts_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${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.7 2021/10/26 11:31:01 nia Exp $
$NetBSD: distinfo,v 1.8 2022/08/31 16:16:47 taca Exp $

BLAKE2s (multipart-post-2.1.1.gem) = 0732a3ba0ed3b58272ac281c5350b9db663abad2a18a3c206c075e747db75e6a
SHA512 (multipart-post-2.1.1.gem) = afa16717ee136f0bbbc20fe243252831604740bb61fa7288a2437a4a67638f660a4bd491b5326b034173e9e8352f2659f27dc8aaa761721f7111b7e9e704582f
Size (multipart-post-2.1.1.gem) = 13824 bytes
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

0 comments on commit 9256fa4

Please sign in to comment.