53c7fd02a3
v4.3.0 * #667 Fix org creation to include login and admin. @nmaki * #668 Allow org hooks to be used by org login or ID @tarebyte * #677 Fix Migration API bug @gjtorikian * #678 Fix Managment console bug @gjtorikian * #680 Add Hooks#ping_hook method @joeyw * #682 Add Gists#gist_commits method @joeyw * #683 Add Gists#gist_forks method @joeyw * #692 Fetch stats with retry * #722 Add Source Imports preview to Octokit @tarebyte * #725 Loosen sawyer dependency @nlopes
14 lines
383 B
Makefile
14 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/03/08 14:07:50 taca Exp $
|
|
|
|
DISTNAME= octokit-4.3.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/octokit/octokit.rb
|
|
COMMENT= Ruby toolkit for working with the GitHub API
|
|
LICENSE= MIT
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sawyer>=0.5.3:../../www/ruby-sawyer
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|