Update pkg-descr

- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-11-13 23:39:21 +00:00
parent 0d2011d3ee
commit 4c1433eb74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517493
2 changed files with 9 additions and 6 deletions

View file

@ -6,7 +6,7 @@ PORTVERSION= 0.18.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wrapper that supports all of the GitHub API v3 methods
LICENSE= MIT

View file

@ -1,6 +1,9 @@
Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). 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::Repos.new if working solely
with repositories is your main concern.
A Ruby client for the official GitHub API.
WWW: http://piotrmurach.github.io/github/
Supports all the API methods. It's built in a modular way. You can either
instantiate the whole API wrapper Github.new or use parts of it i.e.
Github::Client::Repos.new if working solely with repositories is your main
concern. Intuitive query methods allow you easily call API endpoints.
WWW: https://piotrmurach.github.io/github/
WWW: https://github.com/piotrmurach/github