Index: head/devel/rubygem-gh/Makefile =================================================================== --- head/devel/rubygem-gh/Makefile (revision 399576) +++ head/devel/rubygem-gh/Makefile (revision 399577) @@ -1,27 +1,27 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= gh PORTVERSION= 0.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Multi-layer client for the github api v3 +COMMENT= Multi-layer client for the GitHub API v3 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable \ rubygem-backports>=0:${PORTSDIR}/devel/rubygem-backports \ rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \ rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-net-http-persistent>=2.7:${PORTSDIR}/www/rubygem-net-http-persistent \ rubygem-net-http-pipeline>=0:${PORTSDIR}/www/rubygem-net-http-pipeline NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-gh/pkg-descr =================================================================== --- head/devel/rubygem-gh/pkg-descr (revision 399576) +++ head/devel/rubygem-gh/pkg-descr (revision 399577) @@ -1,3 +1,8 @@ -Multi-layer client for the github api v3 +GH - Layered GitHub API client -WWW: http://rubygems.org/gems/gh/ +This is a highly flexible, layered, low-level GitHub client library, trying to +get out of your way and let you get to the GitHub data as simple as possible. +Unless you add layers, you will end up with Hashes and Arrays. The approach and +API should be familiar from projects like Rack or Faraday. + +WWW: https://github.com/travis-ci/gh