diff options
author | obache <obache@pkgsrc.org> | 2010-08-13 11:58:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-13 11:58:28 +0000 |
commit | f915a2528ca1f061dcc8ad0a39726417dd182d2d (patch) | |
tree | ace040dfd823a4b5e7f3fccf50ec2036ecf50aac /net | |
parent | 5899da0f322a650a4d4053bc305dca2ffa0ade7c (diff) | |
download | pkgsrc-f915a2528ca1f061dcc8ad0a39726417dd182d2d.tar.gz |
Update ruby-twitter-stream to 0.1.8.
For Twitter OAuth + Streaming: fixed escaping, inconsistent handling of params
between get, post oauth and non
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-twitter-stream/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-twitter-stream/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/ruby-twitter-stream/Makefile b/net/ruby-twitter-stream/Makefile index fa3d09a998d..79486c9f90b 100644 --- a/net/ruby-twitter-stream/Makefile +++ b/net/ruby-twitter-stream/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2010/08/03 06:31:45 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/08/13 11:58:28 obache Exp $ -DISTNAME= twitter-stream-0.1.7 +DISTNAME= twitter-stream-0.1.8 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= net diff --git a/net/ruby-twitter-stream/distinfo b/net/ruby-twitter-stream/distinfo index 732936658f7..93eb1868a54 100644 --- a/net/ruby-twitter-stream/distinfo +++ b/net/ruby-twitter-stream/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/08/03 06:31:45 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/08/13 11:58:28 obache Exp $ -SHA1 (twitter-stream-0.1.7.gem) = dbb0a5e25cf2b90a58e7047a573ba3be1054e599 -RMD160 (twitter-stream-0.1.7.gem) = 8731038d93e8e38e2f7c4f530af6ea332b62341d -Size (twitter-stream-0.1.7.gem) = 10752 bytes +SHA1 (twitter-stream-0.1.8.gem) = 8c866c5807d6abb8dda5677cb5d4c63b49174a86 +RMD160 (twitter-stream-0.1.8.gem) = 354d3ca4d8ee1b15badd2d3e1f4371b2acc8ef46 +Size (twitter-stream-0.1.8.gem) = 10752 bytes |