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
This commit is contained in:
taca 2023-04-27 14:03:18 +00:00
parent 5390fb5075
commit 175cca5cd8
3 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2023/03/15 14:27:56 taca Exp $
# $NetBSD: Makefile,v 1.20 2023/04/27 14:03:18 taca Exp $
DISTNAME= octokit-6.1.0
DISTNAME= octokit-6.1.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.13 2023/01/09 08:22:20 taca Exp $
@comment $NetBSD: PLIST,v 1.14 2023/04/27 14:03:18 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/CONTRIBUTING.md
@ -26,6 +26,7 @@ ${GEM_LIBDIR}/lib/octokit/client/contents.rb
${GEM_LIBDIR}/lib/octokit/client/deployments.rb
${GEM_LIBDIR}/lib/octokit/client/downloads.rb
${GEM_LIBDIR}/lib/octokit/client/emojis.rb
${GEM_LIBDIR}/lib/octokit/client/environments.rb
${GEM_LIBDIR}/lib/octokit/client/events.rb
${GEM_LIBDIR}/lib/octokit/client/feeds.rb
${GEM_LIBDIR}/lib/octokit/client/gists.rb

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.20 2023/03/15 14:27:56 taca Exp $
$NetBSD: distinfo,v 1.21 2023/04/27 14:03:18 taca Exp $
BLAKE2s (octokit-6.1.0.gem) = d81abebf1ebceb697cb6e4e842eb80a6a0e187f51106ccb5ea6997c3a2fa2b3d
SHA512 (octokit-6.1.0.gem) = 1d9496c275ae9650c9c1c622b3a92499c370456cd12a046d1daecfcbcdd4dd6246b16d70c5a997171761416b6372bc44b4aeaaf984a91491bd27a96121219890
Size (octokit-6.1.0.gem) = 84992 bytes
BLAKE2s (octokit-6.1.1.gem) = eeca348087bb7407d7c018a2c9acc70dce380bfd5b9d8158279ac9d1759be30d
SHA512 (octokit-6.1.1.gem) = 40d06943d13d692aedab14e31d981d81b2319c68cb60ce50251ee3f666674110d84bc39f80d95cf00410b4fc931797438c82859008b0bc731f81b897dd43c37e
Size (octokit-6.1.1.gem) = 86016 bytes