Tue Mar 20 14:03:50 2012 UTC ()
Update ruby-tweetstream to 1.1.4.

Version 1.1.4
=============

* Added Client#connect to start streaming inside an EM reactor (pelle)
* Added shutdown_stream to cleanly stop the stream (lud)
* Loosened multi_json dependency for Rails 3.2 compatibiltiy

Version 1.1.3
=============

* Added on_reconnect callback method

Version 1.1.2
=============

* Added support for statuses/links
* Client now checks that specified json_parser can be loaded during initialization

Version 1.1.1
=============

* Fix for 1.8.6 compatibility

Version 1.1.0
=============

* OAuth authentication
* User Stream support
* Removed swappable JSON backend support for MultiJson
* Added epoll and kqueue EventMachine support
* Added on___interval and on_inited callbacks


(taca)
diff -r1.4 -r1.5 pkgsrc/net/ruby-tweetstream/Makefile
diff -r1.2 -r1.3 pkgsrc/net/ruby-tweetstream/PLIST
diff -r1.2 -r1.3 pkgsrc/net/ruby-tweetstream/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/net/ruby-tweetstream/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-tweetstream/Attic/Makefile 2011/11/23 05:32:59 1.4
+++ pkgsrc/net/ruby-tweetstream/Attic/Makefile 2012/03/20 14:03:50 1.5
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.4 2011/11/23 05:32:59 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2012/03/20 14:03:50 taca Exp $
2 2
3DISTNAME= tweetstream-1.0.5 3DISTNAME= tweetstream-1.1.4
4PKGREVISION= 1 
5CATEGORIES= net 4CATEGORIES= net
6 5
7MAINTAINER= obache@NetBSD.org 6MAINTAINER= obache@NetBSD.org
8HOMEPAGE= http://github.com/intridea/tweetstream 7HOMEPAGE= http://github.com/intridea/tweetstream
9COMMENT= RubyGem to access the Twitter Stream API 8COMMENT= RubyGem to access the Twitter Stream API
10LICENSE= mit 9LICENSE= mit
11 10
12DEPENDS+= ${RUBY_PKGPREFIX}-daemons-[0-9]*:../../misc/ruby-daemons 11DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.1<2:../../misc/ruby-daemons
13DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stream-[0-9]*:../../net/ruby-twitter-stream 12DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stream>=0.1.14<0.2:../../net/ruby-twitter-stream
14 13
15RUBY_JSON_REQD= 0 14RUBY_JSON_REQD= 0
16 15
17.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
18.include "../../lang/ruby/json.mk" 17.include "../../lang/ruby/json.mk"
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/net/ruby-tweetstream/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/net/ruby-tweetstream/Attic/PLIST 2011/11/08 09:08:21 1.2
+++ pkgsrc/net/ruby-tweetstream/Attic/PLIST 2012/03/20 14:03:50 1.3
@@ -1,28 +1,39 @@ @@ -1,28 +1,39 @@
1@comment $NetBSD: PLIST,v 1.2 2011/11/08 09:08:21 obache Exp $ 1@comment $NetBSD: PLIST,v 1.3 2012/03/20 14:03:50 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/Gemfile.lock 3${GEM_LIBDIR}/.document
4${GEM_LIBDIR}/LICENSE 4${GEM_LIBDIR}/.gemtest
5${GEM_LIBDIR}/README.rdoc 5${GEM_LIBDIR}/.gitignore
6${GEM_LIBDIR}/RELEASE_NOTES.rdoc 6${GEM_LIBDIR}/.rspec
 7${GEM_LIBDIR}/.simplecov
 8${GEM_LIBDIR}/.yardopts
 9${GEM_LIBDIR}/CHANGELOG.md
 10${GEM_LIBDIR}/Gemfile
 11${GEM_LIBDIR}/Guardfile
 12${GEM_LIBDIR}/LICENSE.md
 13${GEM_LIBDIR}/README.md
7${GEM_LIBDIR}/Rakefile 14${GEM_LIBDIR}/Rakefile
8${GEM_LIBDIR}/VERSION 
9${GEM_LIBDIR}/examples/growl_daemon.rb 15${GEM_LIBDIR}/examples/growl_daemon.rb
 16${GEM_LIBDIR}/examples/oauth.rb
 17${GEM_LIBDIR}/examples/userstream.rb
10${GEM_LIBDIR}/lib/tweetstream.rb 18${GEM_LIBDIR}/lib/tweetstream.rb
11${GEM_LIBDIR}/lib/tweetstream/client.rb 19${GEM_LIBDIR}/lib/tweetstream/client.rb
 20${GEM_LIBDIR}/lib/tweetstream/configuration.rb
12${GEM_LIBDIR}/lib/tweetstream/daemon.rb 21${GEM_LIBDIR}/lib/tweetstream/daemon.rb
 22${GEM_LIBDIR}/lib/tweetstream/direct_message.rb
 23${GEM_LIBDIR}/lib/tweetstream/error.rb
13${GEM_LIBDIR}/lib/tweetstream/hash.rb 24${GEM_LIBDIR}/lib/tweetstream/hash.rb
14${GEM_LIBDIR}/lib/tweetstream/parsers/active_support.rb 
15${GEM_LIBDIR}/lib/tweetstream/parsers/json_gem.rb 
16${GEM_LIBDIR}/lib/tweetstream/parsers/json_pure.rb 
17${GEM_LIBDIR}/lib/tweetstream/parsers/yajl.rb 
18${GEM_LIBDIR}/lib/tweetstream/status.rb 25${GEM_LIBDIR}/lib/tweetstream/status.rb
19${GEM_LIBDIR}/lib/tweetstream/user.rb 26${GEM_LIBDIR}/lib/tweetstream/user.rb
 27${GEM_LIBDIR}/lib/tweetstream/version.rb
 28${GEM_LIBDIR}/spec/data/direct_messages.json
20${GEM_LIBDIR}/spec/data/statuses.json 29${GEM_LIBDIR}/spec/data/statuses.json
21${GEM_LIBDIR}/spec/spec.opts 
22${GEM_LIBDIR}/spec/spec_helper.rb 30${GEM_LIBDIR}/spec/spec_helper.rb
23${GEM_LIBDIR}/spec/tweetstream/client_spec.rb 31${GEM_LIBDIR}/spec/tweetstream/client_spec.rb
 32${GEM_LIBDIR}/spec/tweetstream/daemon_spec.rb
 33${GEM_LIBDIR}/spec/tweetstream/direct_message_spec.rb
24${GEM_LIBDIR}/spec/tweetstream/hash_spec.rb 34${GEM_LIBDIR}/spec/tweetstream/hash_spec.rb
25${GEM_LIBDIR}/spec/tweetstream/parser_spec.rb 35${GEM_LIBDIR}/spec/tweetstream/parser_spec.rb
26${GEM_LIBDIR}/spec/tweetstream/status_spec.rb 36${GEM_LIBDIR}/spec/tweetstream/status_spec.rb
27${GEM_LIBDIR}/spec/tweetstream_spec.rb 37${GEM_LIBDIR}/spec/tweetstream_spec.rb
 38${GEM_LIBDIR}/tweetstream.gemspec
28${GEM_HOME}/specifications/${GEM_NAME}.gemspec 39${GEM_HOME}/specifications/${GEM_NAME}.gemspec

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

--- pkgsrc/net/ruby-tweetstream/Attic/distinfo 2011/11/08 09:08:21 1.2
+++ pkgsrc/net/ruby-tweetstream/Attic/distinfo 2012/03/20 14:03:50 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2011/11/08 09:08:21 obache Exp $ 1$NetBSD: distinfo,v 1.3 2012/03/20 14:03:50 taca Exp $
2 2
3SHA1 (tweetstream-1.0.5.gem) = 2d547ad2f52b7980db6ca8ef0567b7f0be9cface 3SHA1 (tweetstream-1.1.4.gem) = 55227f2b428786f264f35765266b9191f8d23085
4RMD160 (tweetstream-1.0.5.gem) = c4614e75dd2e02b09018e12e818c716669479d3b 4RMD160 (tweetstream-1.1.4.gem) = e65ce3a503f9332b4d1cde3940ef9e41e538f708
5Size (tweetstream-1.0.5.gem) = 15872 bytes 5Size (tweetstream-1.1.4.gem) = 22528 bytes