Source: ruby-twitter-stream
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>
Build-Depends: debhelper (>= 9~),
               gem2deb (>= 0.6.1~),
               ruby-eventmachine,
               ruby-http-parser.rb,
               ruby-rspec,
               ruby-simple-oauth
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-twitter-stream.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-twitter-stream.git;a=summary
Homepage: http://github.com/voloko/twitter-stream
XS-Ruby-Versions: all

Package: ruby-twitter-stream
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-eventmachine,
         ruby-http-parser.rb,
         ruby-simple-oauth,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Twitter realtime API client for Ruby
 This package provides a simple Ruby client library for Twitter's streaming
 API. The library uses EventMachine to handle connections and adheres to
 Twitter's reconnection guidelines. The library can only use the JSON format.
