Date: Wed, 13 Nov 2019 23:39:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517493 - head/devel/rubygem-github_api Message-ID: <201911132339.xADNdME0049062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911132339.xADNdME0049062>