svn commit: r399577 - head/devel/rubygem-gh

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:09:22 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:09:20 2015
New Revision: 399577
URL: https://svnweb.freebsd.org/changeset/ports/399577

Log:
  - Fix COMMENT
  - Update pkg-descr
  - Update WWW

Modified:
  head/devel/rubygem-gh/Makefile
  head/devel/rubygem-gh/pkg-descr

Modified: head/devel/rubygem-gh/Makefile
==============================================================================
--- head/devel/rubygem-gh/Makefile	Sat Oct 17 18:09:15 2015	(r399576)
+++ head/devel/rubygem-gh/Makefile	Sat Oct 17 18:09:20 2015	(r399577)
@@ -7,7 +7,7 @@ CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at 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

Modified: head/devel/rubygem-gh/pkg-descr
==============================================================================
--- head/devel/rubygem-gh/pkg-descr	Sat Oct 17 18:09:15 2015	(r399576)
+++ head/devel/rubygem-gh/pkg-descr	Sat Oct 17 18:09:20 2015	(r399577)
@@ -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


More information about the svn-ports-head mailing list