Source: ruby-gh Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Daniel Leidert , Utkarsh Gupta Build-Depends: debhelper-compat (= 13), gem2deb (>= 1), rake, ruby-activesupport, ruby-addressable, ruby-faraday (>= 1.1.0), ruby-faraday-middleware (>= 1.0.0), ruby-multi-json, ruby-net-http-persistent, ruby-net-http-pipeline, ruby-rspec, ruby-webmock Standards-Version: 4.5.1 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 XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-gh Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby-activesupport (<< 2:6.1), ruby-activesupport (>= 2:5.0), ruby-addressable (>= 2.4), ruby-faraday (>= 1.1.0), ruby-faraday-middleware (>= 1.0.0), ruby-multi-json (>= 1.0), ruby-net-http-persistent (<< 3.3), ruby-net-http-persistent (>= 2.9), ruby-net-http-pipeline, ${misc: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.