pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-multipart-post
Module Name: pkgsrc
Committed By: taca
Date: Wed Aug 31 16:16:47 UTC 2022
Modified Files:
pkgsrc/www/ruby-multipart-post: Makefile PLIST distinfo
Log Message:
www/ruby-multipart-post: update to 2.2.3
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.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ruby-multipart-post/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-multipart-post/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-multipart-post/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-multipart-post/Makefile
diff -u pkgsrc/www/ruby-multipart-post/Makefile:1.8 pkgsrc/www/ruby-multipart-post/Makefile:1.9
--- pkgsrc/www/ruby-multipart-post/Makefile:1.8 Sat Mar 21 16:58:04 2020
+++ pkgsrc/www/ruby-multipart-post/Makefile Wed Aug 31 16:16:47 2022
@@ -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@localhost
Index: pkgsrc/www/ruby-multipart-post/PLIST
diff -u pkgsrc/www/ruby-multipart-post/PLIST:1.3 pkgsrc/www/ruby-multipart-post/PLIST:1.4
--- pkgsrc/www/ruby-multipart-post/PLIST:1.3 Sat Mar 21 16:58:04 2020
+++ pkgsrc/www/ruby-multipart-post/PLIST Wed Aug 31 16:16:47 2022
@@ -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
Index: pkgsrc/www/ruby-multipart-post/distinfo
diff -u pkgsrc/www/ruby-multipart-post/distinfo:1.7 pkgsrc/www/ruby-multipart-post/distinfo:1.8
--- pkgsrc/www/ruby-multipart-post/distinfo:1.7 Tue Oct 26 11:31:01 2021
+++ pkgsrc/www/ruby-multipart-post/distinfo Wed Aug 31 16:16:47 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index