Skip to content

Commit

Permalink
Update ruby-rack-test to 0.6.3.
Browse files Browse the repository at this point in the history
== 0.6.3 / 2015-01-09

* Minor enhancements

  * Expose an env helper for persistently configuring the env as needed
    (Darío Javier Cravero #80)
  * Expose the tempfile of UploadedFile (Sytse Sijbrandij #67)

* Bug fixes

  * Improve support for arrays of hashes in multipart forms (Murray Steele #69)
  * Improve test for query strings (Paul Grayson #66)
  • Loading branch information
taca committed Mar 13, 2015
1 parent 9b4bdd4 commit ea4da49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions www/ruby-rack-test/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.6 2013/03/10 09:17:18 taca Exp $
# $NetBSD: Makefile,v 1.7 2015/03/13 17:32:49 taca Exp $

DISTNAME= rack-test-0.6.2
PKGREVISION= 1
DISTNAME= rack-test-0.6.3
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions www/ruby-rack-test/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2012/12/17 15:13:24 taca Exp $
$NetBSD: distinfo,v 1.5 2015/03/13 17:32:49 taca Exp $

SHA1 (rack-test-0.6.2.gem) = 43e9677eb817813ddbd1a1c1b5ebd1a3e60bb3da
RMD160 (rack-test-0.6.2.gem) = 284471601cb2778a564926f24f30978455a29bbb
Size (rack-test-0.6.2.gem) = 22528 bytes
SHA1 (rack-test-0.6.3.gem) = 6fd5a7f881a65ef93b66e21556ef67fbe08a2fcc
RMD160 (rack-test-0.6.3.gem) = faed6fa9f4f9e3650a07deb6706e1a0da31c949e
Size (rack-test-0.6.3.gem) = 23552 bytes

0 comments on commit ea4da49

Please sign in to comment.