Skip to content

Commit

Permalink
www/ruby-http-form_data: update to 2.1.0
Browse files Browse the repository at this point in the history
## 2.1.0 (2018-03-05)

* [#21](httprb/form_data#21)
  Rewind content at the end of `Readable#to_s`.
  [@janko-m][]

* [#19](httprb/form_data#19)
  Fix buffer encoding.
  [@HoneyryderChuck][]


## 2.0.0 (2017-10-01)

* [#17](httprb/form_data#17)
  Add CRLF character to end of multipart body.
  [@mhickman][]


## 2.0.0.pre2 (2017-05-11)

* [#14](httprb/form_data#14)
  Enable streaming for urlencoded form data.
  [@janko-m][]


## 2.0.0.pre1 (2017-05-10)

* [#12](httprb/form_data#12)
  Enable form data streaming.
  [@janko-m][]
  • Loading branch information
taca committed Mar 17, 2018
1 parent 3ceeb70 commit ae7c285
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/ruby-http-form_data/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2017/12/09 17:48:43 tsutsui Exp $
# $NetBSD: Makefile,v 1.5 2018/03/17 16:20:25 taca Exp $

DISTNAME= http-form_data-2.0.0
DISTNAME= http-form_data-2.1.0
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-http-form_data/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2017/12/09 17:48:43 tsutsui Exp $
$NetBSD: distinfo,v 1.6 2018/03/17 16:20:25 taca Exp $

SHA1 (http-form_data-2.0.0.gem) = 823d4716d9314fc6edcc43343be9fa7bf3c6d1d7
RMD160 (http-form_data-2.0.0.gem) = e74912388f7c1f8bb4661318b80239f009526edc
SHA512 (http-form_data-2.0.0.gem) = 2abb3742da142bfca5ad216140ad70493885ddceb258c7af1e14fec57172bdc976646e90de4b3d51c3af7eebb5d820771cba7d7a1798100ceb3c696c971d5ba8
Size (http-form_data-2.0.0.gem) = 16384 bytes
SHA1 (http-form_data-2.1.0.gem) = 5e08944ee7a999453ec0594a57b821dd1dee68c6
RMD160 (http-form_data-2.1.0.gem) = 1b2d145fd9f84d754de6b08c5ab509eb86156f96
SHA512 (http-form_data-2.1.0.gem) = ec01035d7bced9ad624019ae5d1290becabcb35670cba52b450f379aac3cc68b3c12ef0128930022e75d3c4de430e8595af0733dcce4a4a531898722fb0d34c3
Size (http-form_data-2.1.0.gem) = 16384 bytes

0 comments on commit ae7c285

Please sign in to comment.