File: control

package info (click to toggle)
ruby-twitter 7.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,840 kB
  • sloc: ruby: 10,919; makefile: 6
file content (54 lines) | stat: -rw-r--r-- 1,840 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
Source: ruby-twitter
Maintainer: Debian Ruby Team <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,
               ruby-buftok,
               ruby-coveralls,
               ruby-equalizer,
               ruby-http,
               ruby-http-form-data,
               ruby-http-parser.rb,
               ruby-memoizable,
               ruby-multipart-post,
               ruby-naught,
               ruby-rspec,
               ruby-simple-oauth,
               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,
         ruby-buftok,
         ruby-equalizer,
         ruby-http (>= 4.0~),
         ruby-http-form-data,
         ruby-http-parser.rb (>= 0.6.0-5~),
         ruby-memoizable,
         ruby-multipart-post,
         ruby-naught,
         ruby-simple-oauth,
         ${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.