pkgsrc/devel/ruby-octokit/Makefile
taca 175cca5cd8 devel/ruby-octokit: update to 6.1.1
6.1.1 (2023-04-06)

What's Changed

Features

* Add Octokit::Client#delete_organization to support org deletion by
  @jdennes in #1558
* Added Environments API by @jer-k in #1554

Bugs

* [fix] Ensures that the API Token in clear text is never present in the
  error stack trace when set in the URL by @nickfloyd in #1562

Docs

* [docs] Adds link to search limits by @yeikel in #1555

Maintenance

* Bump rubocop requirement from 1.46.0 to 1.48.1 by @dependabot in #1551
* Bump rubocop requirement from 1.48.1 to 1.49.0 by @dependabot in #1561
* Bump actions/add-to-project from 0.4.1 to 0.5.0 by @dependabot in #1560
* Bump actions/stale from 7 to 8 by @dependabot in #1556

New Contributors

* @yeikel made their first contribution in #1555
2023-04-27 14:03:18 +00:00

17 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.20 2023/04/27 14:03:18 taca Exp $
DISTNAME= octokit-6.1.1
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.9.2nb1:../../www/ruby-sawyer
DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=1<3:../../www/ruby-faraday
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"