Date: Sat, 17 Oct 2015 18:09:20 +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: r399577 - head/devel/rubygem-gh Message-ID: <201510171809.t9HI9KG0030749@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510171809.t9HI9KG0030749>