Source: ruby-rest-client Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Lucas Nussbaum 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.