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
|
Source: ruby-faraday
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Anish A <aneesh.nl@gmail.com>,
Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
lsof,
rake,
ruby-faraday-net-http (<< 3.1),
ruby-faraday-net-http (>= 2.0),
ruby-rspec,
ruby-multipart-post,
ruby-net-http-persistent (>= 3.1~),
ruby-rack-test,
ruby-webmock,
ruby-ruby2-keywords,
pry,
ruby-simplecov,
ruby-coveralls
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-faraday.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-faraday
Homepage: https://github.com/lostisland/faraday
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-faraday
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Breaks: ruby-asana (<< 0.10.2),
ruby-behance (<< 0.6.1-3),
ruby-elasticsearch (<< 6.8.2),
ruby-faraday-middleware (<< 1.0),
ruby-gh (<< 0.18.0-2),
ruby-sentry-raven (<< 3.0),
ruby-vcr (<< 6.0),
ruby-diaspora-federation (<= 0.2.6-2),
ruby-puppet-forge (<= 2.3.2-1),
ruby-azure-core (<= 0.1.15-1),
ruby-azure-storage (<= 0.15.0~preview-2),
gitaly (<< 13.4.6)
Description: HTTP/REST API client library
Faraday is an HTTP client lib that provides a common
interface over many adapters (such as Net::HTTP) and embraces the
concept of Rack middleware when processing the request/response cycle.
|