diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-29 01:10:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-29 01:10:30 +0800 |
commit | 50f760f150a6aaab9cfafa0f18d4ef996313f3d1 (patch) | |
tree | d2b8caf9911da8474a820382680614255cd7dd6a /devel | |
parent | 3e69ada192a9875dd5b369d6f35b115f9cbfc839 (diff) | |
download | freebsd-ports-gnome-50f760f150a6aaab9cfafa0f18d4ef996313f3d1.tar.gz freebsd-ports-gnome-50f760f150a6aaab9cfafa0f18d4ef996313f3d1.tar.zst freebsd-ports-gnome-50f760f150a6aaab9cfafa0f18d4ef996313f3d1.zip |
- Update to 0.14.0
- Update WWW
Changes: https://github.com/piotrmurach/github/blob/master/CHANGELOG.md
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-github_api/Makefile | 3 | ||||
-rw-r--r-- | devel/rubygem-github_api/distinfo | 5 | ||||
-rw-r--r-- | devel/rubygem-github_api/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/rubygem-github_api/Makefile b/devel/rubygem-github_api/Makefile index e16ccadc79a3..4c934b4e96cb 100644 --- a/devel/rubygem-github_api/Makefile +++ b/devel/rubygem-github_api/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= github_api -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-addressable>=2.4.0:www/rubygem-addressable \ rubygem-descendants_tracker>=0.0.4:devel/rubygem-descendants_tracker \ rubygem-faraday>=0.8:www/rubygem-faraday \ rubygem-hashie>=3.4:devel/rubygem-hashie \ - rubygem-multi_json>=1.7.5:devel/rubygem-multi_json \ rubygem-oauth2>=0:net/rubygem-oauth2 NO_ARCH= yes diff --git a/devel/rubygem-github_api/distinfo b/devel/rubygem-github_api/distinfo index e073f9c23774..a412b5c36962 100644 --- a/devel/rubygem-github_api/distinfo +++ b/devel/rubygem-github_api/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/github_api-0.13.1.gem) = 52a041fa41d63dbb5a25343bce6538d1cf1aee41a41d4c89554a39e8848eaed9 -SIZE (rubygem/github_api-0.13.1.gem) = 137216 +TIMESTAMP = 1464328862 +SHA256 (rubygem/github_api-0.14.0.gem) = a48a5215104ff034afce03f087e34ea085440af3357c1af1d3d15fd1dda4772c +SIZE (rubygem/github_api-0.14.0.gem) = 137216 diff --git a/devel/rubygem-github_api/pkg-descr b/devel/rubygem-github_api/pkg-descr index 56830985c15f..75594ffc1905 100644 --- a/devel/rubygem-github_api/pkg-descr +++ b/devel/rubygem-github_api/pkg-descr @@ -3,4 +3,4 @@ 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. -WWW: http://peter-murach.github.io/github/ +WWW: http://piotrmurach.github.io/github/ |