File: control

package info (click to toggle)
ruby-rest-client 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 676 kB
  • sloc: ruby: 3,840; makefile: 5
file content (42 lines) | stat: -rw-r--r-- 1,542 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
Source: ruby-rest-client
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Nussbaum <lucas@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               ruby,
               ruby-http-accept (<< 2.0),
               ruby-http-accept (>= 1.7.0),
               ruby-http-cookie (<< 2.0),
               ruby-http-cookie (>= 1.0.2),
               ruby-mime-types (<< 4.0),
               ruby-mime-types (>= 1.16),
               ruby-netrc (>= 0.8),
               ruby-rspec,
               ruby-webmock (>= 3.0)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rest-client.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rest-client
Homepage: https://github.com/rest-client/rest-client
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-rest-client
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends},
         ruby-http-cookie (<< 2.0),
         ruby-http-cookie (>= 1.0.2),
         ruby-mime-types (<< 4.0),
         ruby-mime-types (>= 1.16),
         ruby-netrc (>= 0.8)
Description: simple REST client for Ruby
 A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework
 style of specifying actions: get, put, post, delete.
 The package also includes the program restclient, it can be used to easily test
 REST APIs.