# $Id: Portfile 80599 2011-07-15 15:43:10Z kimuraw@macports.org $

PortSystem			1.0
PortGroup			ruby 1.0

ruby.setup			twitter-stream 0.1.14 gem {} rubygems
maintainers			kimuraw openmaintainer
description			Simple Ruby client library for twitter streaming API.
long_description	Simple Ruby client library for twitter streaming API. \
				Uses EventMachine for connection handling. \
				Adheres to twitter's reconnection guidline. JSON format only.

homepage			http://github.com/voloko/twitter-stream
depends_lib-append	port:rb-eventmachine \
					port:rb-simple_oauth port:rb-http_parser	

checksums			md5     dfb7a7548a0d54f5affc05136a339f58 \
					sha1    7947e8df96408e1fd535ae82bf632997f7534702 \
					rmd160  f118795035fe8f326c32939e82a32e315955d744
platforms			darwin

