Codebase list ruby-omniauth-twitter / 7d406d0d-bae9-40fa-9515-b5be3cf9a13f/main debian / control
7d406d0d-bae9-40fa-9515-b5be3cf9a13f/main

Tree @7d406d0d-bae9-40fa-9515-b5be3cf9a13f/main (Download .tar.gz)

control @7d406d0d-bae9-40fa-9515-b5be3cf9a13f/mainraw · history · blame

Source: ruby-omniauth-twitter
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-omniauth-oauth,
               ruby-rack-test,
               ruby-rspec,
               ruby-simplecov,
               ruby-webmock
Standards-Version: 4.0.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-omniauth-twitter.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-omniauth-twitter
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,
         ${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.