4.18.0 (2020-03-25) API Support * #1304 Added the ability to delete a deployment @jer-k * #1308 Add repo vulnerability alerts related functionality for repositories @calvinhughes Bug fixes * #1309 Paginate outside_collaborators calls @sds * #1316 Uses of FaradayMiddleware#on_complete should not be private @tarebyte Code improvements * #1131 Add CommitIsNotPartOfPullRequest error @wata727 * #1303 Remove integrations preview header @MichaelViveros * #1307 Raise Octokit::InstallationSuspended when another error is received @yykamei Documentation * #1302 Add documentation on how to specify the ref option for RubyDoc @aomathwift * #1311 Fix Code of Conduct link in Table of Contents @eduardoj 4.19.0 (2020-10-20) Code Improvements * #1223 Ensure a boolean is returned for application_authenticated @zakallen * #1255 Update api paths in the organization api to take ids @hmharvey * #1260 Fix last_response behavior after failures @JackTLi * #1253 Ensure adapters set SSL options properly @tjwallace * #1270 Add context around rate limit errors @jatindhankhar API Support * #1252 Introduces support for the ActionWorkflow and ActionWorkflowRun APIs @petar-lazarov * #1236 Support for ActionsSecrets API @jylitalo * #1266 Support for get the authenticated app @kitop * #1281 Support for create a workflow dispatch event @igfoo * #1286 Support installation suspended failures @stmllr * #1288 Support for user migration endpoints @stmllr Documentation * #1248 Fix documentation link for update a repository @spier * #1269 Update some documentation param names @tarebyte * #1276 Remove dangling phrase in CONTRIBUTING.md @igfoo * #1278 Link related doc in CONTRIBUTING.md @igfoo * #1279 Fix script typo in README.md @igfoo * #1291 Fix typo in authorizations comments @ohbarye
17 lines
472 B
Makefile
17 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/01/10 15:27:12 taca Exp $
|
|
|
|
DISTNAME= octokit-4.20.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
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=0.9:../../www/ruby-faraday
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|