-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ruby-http-form_data: update to 2.0.0.
This version is required by newer ruby-http gem 3.0.0. Upstream changes: (from CHANGES.md) ## 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
Showing
3 changed files
with
11 additions
and
8 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
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,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.4 2017/06/05 15:33:26 taca Exp $ | ||
$NetBSD: distinfo,v 1.5 2017/12/09 17:48:43 tsutsui Exp $ | ||
|
||
SHA1 (http-form_data-1.0.3.gem) = cc98987ba7d41c88ee26f90aacabdd1c0d53b336 | ||
RMD160 (http-form_data-1.0.3.gem) = f73b7159f51334b2c432af882b240061651a2e55 | ||
SHA512 (http-form_data-1.0.3.gem) = 6e438a1c0c56116555737785d9b0b624f2cbee010146d0683c94e72473ed6f8a872c2ecbd878bc71f4aa378ebcd820d2743e0f6236778b65aad99c14e9c79fdf | ||
Size (http-form_data-1.0.3.gem) = 14336 bytes | ||
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 |