File: control

package info (click to toggle)
ruby-gh 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,644 kB
  • sloc: ruby: 1,793; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 1,390 bytes parent folder | download
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.