svn commit: r517493 - head/devel/rubygem-github_api
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Nov 13 23:39:22 UTC 2019
Author: sunpoet
Date: Wed Nov 13 23:39:21 2019
New Revision: 517493
URL: https://svnweb.freebsd.org/changeset/ports/517493
Log:
Update pkg-descr
- Take maintainership
Modified:
head/devel/rubygem-github_api/Makefile
head/devel/rubygem-github_api/pkg-descr
Modified: head/devel/rubygem-github_api/Makefile
==============================================================================
--- head/devel/rubygem-github_api/Makefile Wed Nov 13 23:39:16 2019 (r517492)
+++ head/devel/rubygem-github_api/Makefile Wed Nov 13 23:39:21 2019 (r517493)
@@ -6,7 +6,7 @@ PORTVERSION= 0.18.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= ruby at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Wrapper that supports all of the GitHub API v3 methods
LICENSE= MIT
Modified: head/devel/rubygem-github_api/pkg-descr
==============================================================================
--- head/devel/rubygem-github_api/pkg-descr Wed Nov 13 23:39:16 2019 (r517492)
+++ head/devel/rubygem-github_api/pkg-descr Wed Nov 13 23:39:21 2019 (r517493)
@@ -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
More information about the svn-ports-head
mailing list