NOTICE: This package has been removed from pkgsrc

./net/ruby-tweetstream, RubyGem to access the Twitter Stream API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.1.5, Package name: ruby193-tweetstream-1.1.5, Maintainer: obache

TweetStream allows you to easily consume the Twitter Streaming API utilizing
the YAJL Ruby gem.


Required to run:
[misc/ruby-daemons] [net/ruby-twitter-stream] [lang/ruby193-base] [textproc/ruby-multi_json]

Master sites:

SHA1: 028047fabd459737512ad38e7aab0942e636b731
RMD160: a1c8ccb0ac10ab88c524eeb58b372122f2635fb7
Filesize: 22 KB

Version history: (Expand)


CVS history: (Expand)


   2012-05-02 14:34:56 by OBATA Akio | Files touched by this commit (3)
Log message:
Update ruby-tweetstream to 1.1.5.

Version 1.1.5
=============

* Fix an incompatibility with Ruby < 1.9
* Added support for scrub_geo notice
   2012-03-20 15:03:50 by Takahiro Kambe | Files touched by this commit (3)
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
   2011-11-23 06:32:59 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Use lang/ruby/json.mk to handle dependency to ruby-json.

Bump PKGREVISION since dependency would change with ruby193-base.
   2011-11-08 10:08:21 by OBATA Akio | Files touched by this commit (3)
Log message:
Update ruby-tweetstream to 1.0.5.

* Use ssl as per twitter requirements.
   2010-09-10 09:38:56 by Takahiro Kambe | Files touched by this commit (1)
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
   2010-05-26 12:58:00 by OBATA Akio | Files touched by this commit (4) | Imported package
Log message:
Import ruby-tweetstream-1.0.4 as net/ruby-tweetstream.

TweetStream allows you to easily consume the Twitter Streaming API utilizing
the YAJL Ruby gem.