Path to this page:
Subject: CVS commit: pkgsrc/net/ruby-tweetstream
From: Takahiro Kambe
Date: 2012-03-20 15:03:50
Message id: 20120320140350.E3440175DD@cvs.netbsd.org
Log Message:
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
Files: