Skip to content

Commit

Permalink
Update ruby-multipart-post to 2.0.0.
Browse files Browse the repository at this point in the history
=== 2.0.0 / 2013-12-21

- Drop Ruby 1.8 compatibility
- GH #21: Fix FilePart length calculation for Ruby 1.9 when filename contains
  multibyte characters (hexfet)
- GH #20: Ensure upload responds to both #content_type and #original_filename
  (Steven Davidovitz)
- GH #31: Support setting headers on any part of the request (Socrates Vicente)
- GH #30: Support array values for params (Gustav Ernberg)
- GH #32: Fix respond_to? signature (Leo Cassarani)
- GH #33: Update README to markdown (Jagtesh Chadha)
- GH #35: Improved handling of array-type parameters (Steffen Grunwald)
  • Loading branch information
obache committed Jan 17, 2014
1 parent 74be893 commit 21dd246
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 4 additions & 2 deletions www/ruby-multipart-post/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# $NetBSD: Makefile,v 1.2 2013/04/07 11:06:19 obache Exp $
# $NetBSD: Makefile,v 1.3 2014/01/17 08:32:07 obache Exp $

DISTNAME= multipart-post-1.2.0
DISTNAME= multipart-post-2.0.0
CATEGORIES= www

MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://github.com/nicksieger/multipart-post
COMMENT= Multipart form post accessory for Net::HTTP
LICENSE= mit

RUBY_VERSION_SUPPORTED= 200 193

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 2 additions & 3 deletions www/ruby-multipart-post/PLIST
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
@comment $NetBSD: PLIST,v 1.1 2013/01/26 08:46:29 obache Exp $
@comment $NetBSD: PLIST,v 1.2 2014/01/17 08:32:07 obache Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Gemfile.lock
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/composite_io.rb
${GEM_LIBDIR}/lib/multipart_post.rb
Expand Down
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.2 2013/04/07 11:06:19 obache Exp $
$NetBSD: distinfo,v 1.3 2014/01/17 08:32:07 obache Exp $

SHA1 (multipart-post-1.2.0.gem) = 600b753fdeffb3c069bfbadb4a35b111da855d20
RMD160 (multipart-post-1.2.0.gem) = 7d145e67ac2ce020ca492a05e88b94cbfcecfbee
Size (multipart-post-1.2.0.gem) = 10240 bytes
SHA1 (multipart-post-2.0.0.gem) = 15f1fee5557716868726ec23f389938e7957bf63
RMD160 (multipart-post-2.0.0.gem) = 6041f669b79200ec3dfc20bcde19462517de58b0
Size (multipart-post-2.0.0.gem) = 11264 bytes

0 comments on commit 21dd246

Please sign in to comment.