From owner-svn-ports-all@freebsd.org Sat Oct 17 18:09:22 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D4C6A179A9; Sat, 17 Oct 2015 18:09:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED06CD04; Sat, 17 Oct 2015 18:09:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9HI9Lpk030751; Sat, 17 Oct 2015 18:09:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9HI9KG0030749; Sat, 17 Oct 2015 18:09:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510171809.t9HI9KG0030749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Oct 2015 18:09:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399577 - head/devel/rubygem-gh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 18:09:22 -0000 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