Fri Apr 13 13:19:15 2012 UTC ()
Update ruby-twitter-stream to 0.1.15.

* LICENSE=mit
* support all twitter streaming switched to SSL.
* bug fixes


(obache)
diff -r1.8 -r1.9 pkgsrc/net/ruby-twitter-stream/Makefile
diff -r1.4 -r1.5 pkgsrc/net/ruby-twitter-stream/PLIST
diff -r1.7 -r1.8 pkgsrc/net/ruby-twitter-stream/distinfo

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

--- pkgsrc/net/ruby-twitter-stream/Makefile 2011/07/11 11:58:35 1.8
+++ pkgsrc/net/ruby-twitter-stream/Makefile 2012/04/13 13:19:15 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2011/07/11 11:58:35 obache Exp $ 1# $NetBSD: Makefile,v 1.9 2012/04/13 13:19:15 obache Exp $
2 2
3DISTNAME= twitter-stream-0.1.14 3DISTNAME= twitter-stream-0.1.15
4CATEGORIES= net 4CATEGORIES= net
5 5
6MAINTAINER= obache@NetBSD.org 6MAINTAINER= obache@NetBSD.org
7HOMEPAGE= http://github.com/voloko/twitter-stream 7HOMEPAGE= http://github.com/voloko/twitter-stream
8COMMENT= Twitter realtime API client 8COMMENT= Twitter realtime API client
9#LICENSE= # neither copyright nor restriction notice 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine 11DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine
12DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth 12DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth
13DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb 13DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/net/ruby-twitter-stream/PLIST (expand / switch to unified diff)

--- pkgsrc/net/ruby-twitter-stream/PLIST 2011/07/11 11:58:35 1.4
+++ pkgsrc/net/ruby-twitter-stream/PLIST 2012/04/13 13:19:15 1.5
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1@comment $NetBSD: PLIST,v 1.4 2011/07/11 11:58:35 obache Exp $ 1@comment $NetBSD: PLIST,v 1.5 2012/04/13 13:19:15 obache Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/.gemtest 3${GEM_LIBDIR}/.gemtest
4${GEM_LIBDIR}/.gitignore 4${GEM_LIBDIR}/.gitignore
5${GEM_LIBDIR}/.rspec 5${GEM_LIBDIR}/.rspec
6${GEM_LIBDIR}/Gemfile 6${GEM_LIBDIR}/Gemfile
 7${GEM_LIBDIR}/LICENSE
7${GEM_LIBDIR}/README.markdown 8${GEM_LIBDIR}/README.markdown
8${GEM_LIBDIR}/Rakefile 9${GEM_LIBDIR}/Rakefile
9${GEM_LIBDIR}/VERSION 10${GEM_LIBDIR}/VERSION
10${GEM_LIBDIR}/examples/reader.rb 11${GEM_LIBDIR}/examples/reader.rb
11${GEM_LIBDIR}/fixtures/twitter/tweets.txt 12${GEM_LIBDIR}/fixtures/twitter/tweets.txt
12${GEM_LIBDIR}/lib/twitter/json_stream.rb 13${GEM_LIBDIR}/lib/twitter/json_stream.rb
13${GEM_LIBDIR}/spec/spec_helper.rb 14${GEM_LIBDIR}/spec/spec_helper.rb
14${GEM_LIBDIR}/spec/twitter/json_stream_spec.rb 15${GEM_LIBDIR}/spec/twitter/json_stream_spec.rb
15${GEM_LIBDIR}/twitter-stream.gemspec 16${GEM_LIBDIR}/twitter-stream.gemspec
16${GEM_HOME}/specifications/${GEM_NAME}.gemspec 17${GEM_HOME}/specifications/${GEM_NAME}.gemspec

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

--- pkgsrc/net/ruby-twitter-stream/distinfo 2011/07/11 11:58:35 1.7
+++ pkgsrc/net/ruby-twitter-stream/distinfo 2012/04/13 13:19:15 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2011/07/11 11:58:35 obache Exp $ 1$NetBSD: distinfo,v 1.8 2012/04/13 13:19:15 obache Exp $
2 2
3SHA1 (twitter-stream-0.1.14.gem) = 7947e8df96408e1fd535ae82bf632997f7534702 3SHA1 (twitter-stream-0.1.15.gem) = 364b795b929ba9994482043f9e851b0669b870e2
4RMD160 (twitter-stream-0.1.14.gem) = f118795035fe8f326c32939e82a32e315955d744 4RMD160 (twitter-stream-0.1.15.gem) = 182d0fc0bf40e1559a5120f924072a32dbed9531
5Size (twitter-stream-0.1.14.gem) = 12288 bytes 5Size (twitter-stream-0.1.15.gem) = 12800 bytes