diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-07-28 23:20:25 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-07-28 23:20:25 +0000 |
commit | 4520152ff4e06e034583d9678bc64815c2ef62c1 (patch) | |
tree | dafbeb6ea822fdf82ea46a5d5dd3c52b79400ce0 /devel/Makefile | |
parent | 09dd46621b60f189520a052acc07ef5c5c1e8ddf (diff) |
Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). It's
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: https://github.com/peter-murach/github
Notes
Notes:
svn path=/head/; revision=323862
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a7513258cfba..71dc2e769d2a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4091,6 +4091,7 @@ SUBDIR += rubygem-gibbler SUBDIR += rubygem-gio2 SUBDIR += rubygem-git + SUBDIR += rubygem-github_api SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-grit |