Update ruby-twitter-stream to 0.1.7.
Add support for OAuth using roauth.
This commit is contained in:
parent
dc6780c274
commit
371f08ecb5
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/05/26 10:55:11 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2010/08/03 06:31:45 obache Exp $
|
||||
|
||||
DISTNAME= twitter-stream-0.1.6
|
||||
DISTNAME= twitter-stream-0.1.7
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= net
|
||||
|
||||
|
@ -10,6 +10,7 @@ COMMENT= Twitter realtime API client
|
|||
#LICENSE= # neither copyright nor restriction notice
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-roauth>=0.0.2:../../security/ruby-roauth
|
||||
|
||||
GEM_BUILD= gemspec
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/05/26 10:55:11 obache Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/08/03 06:31:45 obache Exp $
|
||||
|
||||
SHA1 (twitter-stream-0.1.6.gem) = c3ff9b1496f7f256e9dc3c41738d5a40e70d5e8d
|
||||
RMD160 (twitter-stream-0.1.6.gem) = 41d855dcaf67fd1c535f7b14f7e2d1771e012f24
|
||||
Size (twitter-stream-0.1.6.gem) = 10240 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue