diff options
author | obache <obache@pkgsrc.org> | 2012-09-06 12:30:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-06 12:30:44 +0000 |
commit | 293298f6b18f1f8eb3d3ef032fe3b92571287240 (patch) | |
tree | f2e5ad8f776f8951aaf307ece025169bbb49933c /security | |
parent | 7440721cb532bfbbc379594fdfd2b96764d79f3b (diff) | |
download | pkgsrc-293298f6b18f1f8eb3d3ef032fe3b92571287240.tar.gz |
Update ruby-oauth to 0.4.7.
=== 0.4.7 2012-09-03
* Fix merging paths if the path is not empty
* Set a configurable timeout for all requests (Rick Olson)
* Fix nested hash params in Consumer#request (Ernie Miller)
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-oauth/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-oauth/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/ruby-oauth/Makefile b/security/ruby-oauth/Makefile index 6555928950b..e083f806be1 100644 --- a/security/ruby-oauth/Makefile +++ b/security/ruby-oauth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/04/22 11:54:18 obache Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/06 12:30:44 obache Exp $ -DISTNAME= oauth-0.4.6 +DISTNAME= oauth-0.4.7 CATEGORIES= security MAINTAINER= obache@NetBSD.org diff --git a/security/ruby-oauth/distinfo b/security/ruby-oauth/distinfo index 5d3b06e27d8..e5dfa870203 100644 --- a/security/ruby-oauth/distinfo +++ b/security/ruby-oauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2012/04/22 11:54:18 obache Exp $ +$NetBSD: distinfo,v 1.8 2012/09/06 12:30:44 obache Exp $ -SHA1 (oauth-0.4.6.gem) = b1a2af2847d0de98fb88bebc484e4429e2f06623 -RMD160 (oauth-0.4.6.gem) = fa22e2ff7bd8326941861671d14a3520f307739a -Size (oauth-0.4.6.gem) = 50688 bytes +SHA1 (oauth-0.4.7.gem) = 229c954590b3074fa13550a0ca56924579b262bc +RMD160 (oauth-0.4.7.gem) = 5859f629caa5b969ecee0e604f8d0f6a2203a0b4 +Size (oauth-0.4.7.gem) = 50688 bytes |