File: control

package info (click to toggle)
ruby-twitter 7.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,832 kB
  • sloc: ruby: 10,919; makefile: 6
file content (55 lines) | stat: -rw-r--r-- 2,006 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: ruby-twitter
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Anish A <aneesh.nl@gmail.com>,
           Pirate Praveen <praveen@debian.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               ruby-addressable (>= 2.5~),
               ruby-buftok,
               ruby-coveralls,
               ruby-equalizer (>= 0.0.11~),
               ruby-http (>= 4.0~),
               ruby-http-form-data (>= 2.0~),
               ruby-http-parser.rb,
               ruby-memoizable,
               ruby-multipart-post (>= 2.0~),
               ruby-naught (>= 1.1~),
               ruby-rspec,
               ruby-safe-yaml,
               ruby-simple-oauth (>= 0.3),
               ruby-simplecov,
               ruby-timecop,
               ruby-webmock
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-twitter
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-twitter.git
Homepage: https://github.com/sferik/twitter/
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-twitter
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-addressable (>= 2.5~),
         ruby-buftok,
         ruby-equalizer (>= 0.0.11~),
         ruby-http (>= 4.0~),
         ruby-http-form-data (>= 2.0~),
         ruby-http-parser.rb,
         ruby-memoizable,
         ruby-multipart-post (>= 2.0~),
         ruby-naught (>= 1.1~),
         ruby-simple-oauth (>= 0.3~),
         ${misc:Depends},
         ${shlibs:Depends}
Conflicts: ruby-twitter4r
Replaces: ruby-twitter4r
Description: Ruby interface to the Twitter API
 This ruby library provides a convenient access to the Twitter API.
 This provides comprehensive methods to access the API. This library
 needs only a registration of your application with Twitter. It uses
 OAuth protocol for interacting with Twitter API.