Update ruby-twitter-stream to 0.1.14.
* bug fixes * merge downstream forks.
This commit is contained in:
parent
d9fe3d7d1d
commit
e12fff5dfb
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2011/04/12 12:05:36 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2011/07/11 11:58:35 obache Exp $
|
||||
|
||||
DISTNAME= twitter-stream-0.1.13
|
||||
DISTNAME= twitter-stream-0.1.14
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
|
@ -10,6 +10,7 @@ COMMENT= Twitter realtime API client
|
|||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2011/04/12 12:05:36 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2011/07/11 11:58:35 obache Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
|
@ -8,7 +8,7 @@ ${GEM_LIBDIR}/README.markdown
|
|||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/examples/reader.rb
|
||||
${GEM_LIBDIR}/fixtures/twitter/basic_http.txt
|
||||
${GEM_LIBDIR}/fixtures/twitter/tweets.txt
|
||||
${GEM_LIBDIR}/lib/twitter/json_stream.rb
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/spec/twitter/json_stream_spec.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2011/04/12 12:05:36 obache Exp $
|
||||
$NetBSD: distinfo,v 1.7 2011/07/11 11:58:35 obache Exp $
|
||||
|
||||
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
|
||||
SHA1 (twitter-stream-0.1.14.gem) = 7947e8df96408e1fd535ae82bf632997f7534702
|
||||
RMD160 (twitter-stream-0.1.14.gem) = f118795035fe8f326c32939e82a32e315955d744
|
||||
Size (twitter-stream-0.1.14.gem) = 12288 bytes
|
||||
|
|
Loading…
Reference in a new issue