diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-08-31 05:22:42 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-08-31 05:22:42 +0000 |
commit | bc37992c48d7120d3e54d7723d5ae1059982943b (patch) | |
tree | 6881da1cdca3ca95d4e43485d08fed9c8043c6f8 /devel/rubygem-github_api | |
parent | 97ee1ac93c562e194f3832b67f334c21683df07c (diff) |
Notes
Diffstat (limited to 'devel/rubygem-github_api')
-rw-r--r-- | devel/rubygem-github_api/Makefile | 13 | ||||
-rw-r--r-- | devel/rubygem-github_api/distinfo | 4 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/rubygem-github_api/Makefile b/devel/rubygem-github_api/Makefile index 8cf8a9eeba89..3b3794d2131c 100644 --- a/devel/rubygem-github_api/Makefile +++ b/devel/rubygem-github_api/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= github_api -PORTVERSION= 0.10.2 +PORTVERSION= 0.12.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,11 +11,12 @@ COMMENT= Wrapper that supports all of the GitHub API v3 methods LICENSE= MIT -RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable \ - rubygem-faraday>=0.8.7:${PORTSDIR}/www/rubygem-faraday \ - rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie \ - rubygem-multi_json>=1.4:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \ +RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \ + rubygem-descendants_tracker>=0.0.4:${PORTSDIR}/devel/rubygem-descendants_tracker \ + rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \ + rubygem-hashie>=3.2:${PORTSDIR}/devel/rubygem-hashie \ + rubygem-multi_json>=1.7.5:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-nokogiri>=1.6.3:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-oauth2>=0:${PORTSDIR}/net/rubygem-oauth2 USE_RUBY= yes diff --git a/devel/rubygem-github_api/distinfo b/devel/rubygem-github_api/distinfo index ac1159d709ae..152584139bce 100644 --- a/devel/rubygem-github_api/distinfo +++ b/devel/rubygem-github_api/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/github_api-0.10.2.gem) = 89e5e9cf093c9ff06691f747f512e8df24e6ad3454f1e7cc97529a1af7529734 -SIZE (rubygem/github_api-0.10.2.gem) = 689152 +SHA256 (rubygem/github_api-0.12.1.gem) = 638d88b87b8b15433db1d34245bb459007d82e894f6a3ff3e34d1688b93a695b +SIZE (rubygem/github_api-0.12.1.gem) = 2007552 |