File: control

package info (click to toggle)
ruby-oauth2 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 236 kB
  • ctags: 84
  • sloc: ruby: 1,072; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: ruby-oauth2
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               gem2deb (>= 0.3.1~),
               rake,
               ruby-addressable,
               ruby-faraday,
               ruby-jwt,
               ruby-multi-json,
               ruby-multi-xml,
               ruby-rack,
               ruby-rspec
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-oauth2.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-oauth2.git;a=summary
Homepage: http://github.com/intridea/oauth2
XS-Ruby-Versions: all

Package: ruby-oauth2
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-faraday,
         ruby-jwt,
         ruby-multi-json,
         ruby-multi-xml,
         ruby-rack,
         ${misc:Depends},
         ${shlibs:Depends}
Description: ruby wrapper for the OAuth 2.0 protocol
 A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the
 original OAuth spec.
 .
 This is a work in progress, being built first to solve the pragmatic process of
 connecting to existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of
 building it up to meet the entire specification over time.