Fri Aug 13 11:58:29 2010 UTC ()
Update ruby-twitter-stream to 0.1.8.

For Twitter OAuth + Streaming: fixed escaping, inconsistent handling of params
between get, post oauth and non


(obache)
diff -r1.2 -r1.3 pkgsrc/net/ruby-twitter-stream/Makefile
diff -r1.2 -r1.3 pkgsrc/net/ruby-twitter-stream/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/net/ruby-twitter-stream/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-twitter-stream/Makefile 2010/08/03 06:31:45 1.2
+++ pkgsrc/net/ruby-twitter-stream/Makefile 2010/08/13 11:58:28 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2010/08/03 06:31:45 obache Exp $ 1# $NetBSD: Makefile,v 1.3 2010/08/13 11:58:28 obache Exp $
2 2
3DISTNAME= twitter-stream-0.1.7 3DISTNAME= twitter-stream-0.1.8
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
5CATEGORIES= net 5CATEGORIES= net
6 6
7MAINTAINER= obache@NetBSD.org 7MAINTAINER= obache@NetBSD.org
8HOMEPAGE= http://github.com/voloko/twitter-stream 8HOMEPAGE= http://github.com/voloko/twitter-stream
9COMMENT= Twitter realtime API client 9COMMENT= Twitter realtime API client
10#LICENSE= # neither copyright nor restriction notice 10#LICENSE= # neither copyright nor restriction notice
11 11
12DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine 12DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine
13DEPENDS+= ${RUBY_PKGPREFIX}-roauth>=0.0.2:../../security/ruby-roauth 13DEPENDS+= ${RUBY_PKGPREFIX}-roauth>=0.0.2:../../security/ruby-roauth
14 14
15GEM_BUILD= gemspec 15GEM_BUILD= gemspec
16 16

cvs diff -r1.2 -r1.3 pkgsrc/net/ruby-twitter-stream/distinfo (expand / switch to unified diff)

--- pkgsrc/net/ruby-twitter-stream/distinfo 2010/08/03 06:31:45 1.2
+++ pkgsrc/net/ruby-twitter-stream/distinfo 2010/08/13 11:58:28 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/08/03 06:31:45 obache Exp $ 1$NetBSD: distinfo,v 1.3 2010/08/13 11:58:28 obache Exp $
2 2
3SHA1 (twitter-stream-0.1.7.gem) = dbb0a5e25cf2b90a58e7047a573ba3be1054e599 3SHA1 (twitter-stream-0.1.8.gem) = 8c866c5807d6abb8dda5677cb5d4c63b49174a86
4RMD160 (twitter-stream-0.1.7.gem) = 8731038d93e8e38e2f7c4f530af6ea332b62341d 4RMD160 (twitter-stream-0.1.8.gem) = 354d3ca4d8ee1b15badd2d3e1f4371b2acc8ef46
5Size (twitter-stream-0.1.7.gem) = 10752 bytes 5Size (twitter-stream-0.1.8.gem) = 10752 bytes