forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ruby-multipart-post to 2.0.0.
=== 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
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= [email protected] | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |