File: control

package info (click to toggle)
ruby-github-api 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 888 kB
  • sloc: ruby: 4,988; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,463 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-github-api
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               ruby-addressable (>= 2.4),
               ruby-descendants-tracker (>= 0.0.4),
               ruby-faraday (>= 0.8),
               ruby-hashie (>= 3.5.2),
               ruby-oauth2 (>= 1.0)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-github-api.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-github-api
Homepage: https://piotrmurach.github.io/github/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-github-api
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-addressable (>= 2.4),
         ruby-descendants-tracker (>= 0.0.4),
         ruby-faraday (>= 0.8),
         ruby-hashie (>= 3.5.2),
         ruby-oauth2 (>= 1.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby client for the official GitHub API
 Ruby client that supports all of the GitHub API methods. It's build in a
 modular way, that is, you can either instantiate the whole API wrapper
 Github.new or use parts of it e.i. Github::Client::Repos.new if working solely
 with repositories is your main concern.
 .
 Intuitive query methods allow you easily call API endpoints.