File: control

package info (click to toggle)
ruby-simple-oauth 0.3.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: ruby: 451; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download | duplicates (2)
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
Source: ruby-simple-oauth
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>, Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~), gem2deb (>= 0.7.5~), ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-simple-oauth.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-simple-oauth.git;a=summary
Homepage: http://github.com/laserlemon/simple_oauth
XS-Ruby-Versions: all

Package: ruby-simple-oauth
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: Simply builds and verifies OAuth headers
 The library, "simple_oauth", provides classes in order to simply build
 and verify OAuth headers.
 .
 This library aims to support and is tested against the following Ruby
 implementations:
    Ruby 1.8.7
    Ruby 1.9.3
    Ruby 2.0.0
    Ruby 2.1
    JRuby
    Rubinius
 .
 If something doesn't work on one of these interpreters, it's a bug.