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
|
Source: ruby-gh
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>,
Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
rake,
ruby-activesupport,
ruby-addressable,
ruby-faraday (>= 2),
ruby-faraday-retry,
ruby-faraday-typhoeus,
ruby-multi-json,
ruby-net-http-persistent (>= 4),
ruby-net-http-pipeline,
ruby-rspec,
ruby-webmock
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gh.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gh
Homepage: https://github.com/travis-ci/gh
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-gh
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: multi-layer client for the GitHub API v3
This is a highly flexible, layered, low-level GitHub client library for the
GitHub API v3, trying to get out of your way and let you get to the GitHub
data as simple as possible. Unless you add layers, you will end up with
Hashes and Arrays. The approach and API should be familiar from projects like
Rack or Faraday.
|