pkgsrc/devel/ruby-octokit/Makefile
taca 2c2cf020c1 Update ruby-octokit to 4.7.0.
4.7.0								2017/04/05

* #837 Fix passing options to all_organizations
* #841 Add new methods from the most recent org memberships API enhancements
* #851 Fix application requests for non dotcom hosts
* #858 Don't mutate the options variable passed to API calls
* #871 Add support to prerelease Integrations API
* #874 Handle PR Review errors
* #860 Implement Review Preview API
* #869 Use Organization.path for organization membership method
* #880 Fix incorrect mimetype for integrations in PREVIEW_TYPES
* #881 Change several occurrences of Hash#merge!
2017-04-22 16:24:44 +00:00

14 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/04/22 16:24:44 taca Exp $
DISTNAME= octokit-4.7.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.8.1:../../www/ruby-sawyer
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"