Codebase list ruby-omniauth-twitter / 7427a75
update description, deps and uncomment vcs Praveen Arimbrathodiyil 10 years ago
1 changed file(s) with 10 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
44 Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
5 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~)
5 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), rake, ruby-rspec, ruby-multi-json,
6 ruby-omniauth-oauth, ruby-webmock, ruby-rack-test, ruby-patron
67 Standards-Version: 3.9.4
7 #Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-omniauth-twitter.git
8 #Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-omniauth-twitter.git;a=summary
8 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-omniauth-twitter.git
9 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-omniauth-twitter.git;a=summary
910 Homepage: https://github.com/arunagw/omniauth-twitter
1011 XS-Ruby-Versions: all
1112
1314 Architecture: all
1415 XB-Ruby-Versions: ${ruby:Versions}
1516 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
16 # multi_json (~> 1.3), omniauth-oauth (~> 1.0), rspec (~> 2.7, development), rack-test (>= 0, development), simplecov (>= 0, development), webmock (>= 0, development)
1717 Description: OmniAuth strategy for Twitter
18 OmniAuth strategy for Twitter
18 Twitter offers a few different methods of integration. This strategy implements
19 the browser variant of the "Sign in with Twitter" flow.
20 .
21 Twitter uses OAuth 1.0a. Twitter's developer area contains ample documentation
22 on how it implements this, so if you are really interested in the details, go
23 check that out for more.