Skip to content

Commit

Permalink
Update ruby-rack-test to 0.6.2.
Browse files Browse the repository at this point in the history
== 0.6.2 / 2012-09-27

* Minor enhancements

  * Support HTTP PATCH method (Marjan Krekoten' #33)
  * Preserve the exact query string when possible (Paul Grayson #63)
  * Add a #delete method to CookieJar (Paul Grayson #63)

* Bug fixes

  * Fix HTTP Digest authentication when the URI has query params
  * Don't append default ports to HTTP_HOST (David Lee #57)
  • Loading branch information
taca committed Dec 17, 2012
1 parent 46c3276 commit 37155fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/ruby-rack-test/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2011/12/14 16:48:39 taca Exp $
# $NetBSD: Makefile,v 1.5 2012/12/17 15:13:24 taca Exp $

DISTNAME= rack-test-0.6.1
DISTNAME= rack-test-0.6.2
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.3 2011/12/14 16:48:39 taca Exp $
$NetBSD: distinfo,v 1.4 2012/12/17 15:13:24 taca Exp $

SHA1 (rack-test-0.6.1.gem) = 793326ad14fac5369f623064a5a13e9953a6bf3a
RMD160 (rack-test-0.6.1.gem) = e6895457f477746a20ae42fb4fa632aebeacbc4b
Size (rack-test-0.6.1.gem) = 21504 bytes
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

0 comments on commit 37155fb

Please sign in to comment.