Source: ruby-github-api
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-addressable,
               ruby-descendants-tracker,
               ruby-faraday,
               ruby-hashie,
               ruby-oauth2
Standards-Version: 4.6.2
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
Rules-Requires-Root: no

Package: ruby-github-api
Architecture: all
Depends: ${misc:Depends},
         ${ruby: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.
