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
|
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 (>= 1.7.0),
ruby-http-cookie (<< 2.0),
ruby-http-cookie,
ruby-mime-types (<< 4.0),
ruby-mime-types,
ruby-netrc,
ruby-rspec,
ruby-webmock
Standards-Version: 4.6.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
Rules-Requires-Root: no
Package: ruby-rest-client
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
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.
|