Source: ruby-twitter
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Anish A <aneesh.nl@gmail.com>,
           Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11),
               gem2deb,
               ruby-addressable (>= 2.5~),
               ruby-buftok,
               ruby-coveralls,
               ruby-equalizer (>= 0.0.11~),
               ruby-http (>= 3.0~),
               ruby-http-form-data (>= 2.0~),
               ruby-http-parser.rb,
               ruby-memoizable,
               ruby-multipart-post (>= 2.0~),
               ruby-naught (>= 1.1~),
               ruby-rspec,
               ruby-safe-yaml,
               ruby-simple-oauth (>= 0.3),
               ruby-simplecov,
               ruby-timecop,
               ruby-webmock
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-twitter.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-twitter
Homepage: http://sferik.github.com/twitter/
XS-Ruby-Versions: all

Package: ruby-twitter
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-addressable (>= 2.5~),
         ruby-buftok,
         ruby-equalizer (>= 0.0.11~),
         ruby-http (>= 3.0~),
         ruby-http-form-data (>= 2.0~),
         ruby-http-parser.rb,
         ruby-memoizable,
         ruby-multipart-post (>= 2.0~),
         ruby-naught (>= 1.1~),
         ruby-simple-oauth (>= 0.3~),
         ${misc:Depends},
         ${shlibs:Depends}
Conflicts: ruby-twitter4r
Replaces: ruby-twitter4r
Description: Ruby interface to the Twitter API
 This ruby library provides a convenient access to the Twitter API.
 This provides comprehensive methods to access the API. This library
 needs only a registration of your application with Twitter. It uses
 OAuth protocol for interacting with Twitter API.
