Update ruby-twitter-stream to 0.1.13.
* use simpe_oauth instead of roauth.
This commit is contained in:
parent
4c9a98916d
commit
826e2ecd2d
3 changed files with 12 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2011/03/15 08:30:01 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2011/04/12 12:05:36 obache Exp $
|
||||
|
||||
DISTNAME= twitter-stream-0.1.12
|
||||
DISTNAME= twitter-stream-0.1.13
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
|
@ -9,7 +9,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
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2011/03/15 08:30:01 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2011/04/12 12:05:36 obache Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.rspec
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/README.markdown
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2011/03/15 08:30:01 obache Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/04/12 12:05:36 obache Exp $
|
||||
|
||||
SHA1 (twitter-stream-0.1.12.gem) = 7d2ea04985a4bc0238b7fea973402f07d704f80e
|
||||
RMD160 (twitter-stream-0.1.12.gem) = 4943c76148202e8bb5bc0543fd28d421ece07dbd
|
||||
Size (twitter-stream-0.1.12.gem) = 10752 bytes
|
||||
SHA1 (twitter-stream-0.1.13.gem) = aa25bf748d65ba2c59907681427bcbc995898fd0
|
||||
RMD160 (twitter-stream-0.1.13.gem) = a810cbb6d69bdc4591908c39808756f6cd9eacb1
|
||||
Size (twitter-stream-0.1.13.gem) = 11264 bytes
|
||||
|
|
Loading…
Reference in a new issue