Codebase list ruby-omniauth-twitter / debian/1.4.0-1 debian / control
debian/1.4.0-1

Tree @debian/1.4.0-1 (Download .tar.gz)

control @debian/1.4.0-1raw · history · blame

Source: ruby-omniauth-twitter
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-omniauth-oauth (>= 1.1),
               ruby-rack-test,
               ruby-rspec,
               ruby-simplecov,
               ruby-webmock
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-omniauth-twitter.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-omniauth-twitter.git
Homepage: https://github.com/arunagw/omniauth-twitter
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-omniauth-twitter
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rack,
         ruby-omniauth-oauth (>= 1.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: OmniAuth strategy for Twitter
 Twitter offers a few different methods of integration. This strategy implements
 the browser variant of the "Sign in with Twitter" flow.
 .
 Twitter uses OAuth 1.0a. Twitter's developer area contains ample documentation
 on how it implements this, so if you are really interested in the details, go
 check that out for more.