diff options
author | obache <obache> | 2012-04-22 11:54:18 +0000 |
---|---|---|
committer | obache <obache> | 2012-04-22 11:54:18 +0000 |
commit | d449f9b6102d7c9c723358c03786de48a90bc808 (patch) | |
tree | 872046d28b4c38319d82cd849dafb4653267ad68 /security/ruby-oauth | |
parent | ac1a7202927c01cd67c1978cf52e9c00b8d6b4cd (diff) | |
download | pkgsrc-d449f9b6102d7c9c723358c03786de48a90bc808.tar.gz |
Update ruby-oauth to 0.4.6.
=== 0.4.6 2012-04-21
* Fixed nested attributes in #normalize (Shaliko Usubov)
* Make use the path component of the :site parameter (Jonathon M. Abbott)
* Fixed post body's being dropped in 1.9 (Steven Hammond)
* Fixed PUT request handling (Anton Panasenko)
Diffstat (limited to 'security/ruby-oauth')
-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 114c8dbea40..6555928950b 100644 --- a/security/ruby-oauth/Makefile +++ b/security/ruby-oauth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2011/07/11 11:28:34 obache Exp $ +# $NetBSD: Makefile,v 1.9 2012/04/22 11:54:18 obache Exp $ -DISTNAME= oauth-0.4.5 +DISTNAME= oauth-0.4.6 CATEGORIES= security MAINTAINER= obache@NetBSD.org diff --git a/security/ruby-oauth/distinfo b/security/ruby-oauth/distinfo index cda0e636845..5d3b06e27d8 100644 --- a/security/ruby-oauth/distinfo +++ b/security/ruby-oauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/07/11 11:28:34 obache Exp $ +$NetBSD: distinfo,v 1.7 2012/04/22 11:54:18 obache Exp $ -SHA1 (oauth-0.4.5.gem) = 1ae0ae4ba99a9000b3eb8d5382657899b5998e3e -RMD160 (oauth-0.4.5.gem) = f3fd9d16bb894d0febb0edb6b1bf6912e7cb79d8 -Size (oauth-0.4.5.gem) = 49152 bytes +SHA1 (oauth-0.4.6.gem) = b1a2af2847d0de98fb88bebc484e4429e2f06623 +RMD160 (oauth-0.4.6.gem) = fa22e2ff7bd8326941861671d14a3520f307739a +Size (oauth-0.4.6.gem) = 50688 bytes |