Sat Feb 12 12:37:42 2022 UTC ()
devel/ruby-octokit: update to 4.22.0

4.22.0 (2022-01-12)

Deprecation Fix

* 1359 Fix Faraday deprecation warning @ybiquitous

Code Improvements

* 1336 Update regex for create ref @thepwagner
* 1350 Support pagination in compare api @mrpinsky

CI and dependency updates

* 1353 Add Ruby 3.0 support for CI builds @olleolleolle
* 1387 Update pry-byebug requirement @ashishkeshan

Documentation

* 1376 Update example README code with token filtering @bencolon
* 1381 Update organization migration documentation links @rzhade3


(taca)
diff -r1.15 -r1.16 pkgsrc/devel/ruby-octokit/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/ruby-octokit/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/ruby-octokit/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-octokit/Makefile 2021/05/04 14:20:10 1.15
+++ pkgsrc/devel/ruby-octokit/Makefile 2022/02/12 12:37:42 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2021/05/04 14:20:10 taca Exp $ 1# $NetBSD: Makefile,v 1.16 2022/02/12 12:37:42 taca Exp $
2 2
3DISTNAME= octokit-4.21.0 3DISTNAME= octokit-4.22.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/octokit/octokit.rb 7HOMEPAGE= https://github.com/octokit/octokit.rb
8COMMENT= Ruby toolkit for working with the GitHub API 8COMMENT= Ruby toolkit for working with the GitHub API
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-sawyer>=0.8.1:../../www/ruby-sawyer 11DEPENDS+= ${RUBY_PKGPREFIX}-sawyer>=0.8.1:../../www/ruby-sawyer
12DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=0.9:../../www/ruby-faraday 12DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=0.9:../../www/ruby-faraday
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"

cvs diff -r1.16 -r1.17 pkgsrc/devel/ruby-octokit/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-octokit/distinfo 2021/10/26 10:19:39 1.16
+++ pkgsrc/devel/ruby-octokit/distinfo 2022/02/12 12:37:42 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2021/10/26 10:19:39 nia Exp $ 1$NetBSD: distinfo,v 1.17 2022/02/12 12:37:42 taca Exp $
2 2
3BLAKE2s (octokit-4.21.0.gem) = e90b691e88dc3ec3c48580b3df7fc783d6e8cfdba57e0aea97b1764ab3a37bfa 3BLAKE2s (octokit-4.22.0.gem) = 34b8317f5174487e50a12f9830641391b07e2358e4a8070f5a3e53fc167aaf16
4SHA512 (octokit-4.21.0.gem) = ef45a799d6d45090fdf913ec585d7d9980b084ea9d715f4cb01d029296b575efc5d06e36e0cb36fcd92c0cba1ef563d57820bbe422638d3f26af9aa7a730af12 4SHA512 (octokit-4.22.0.gem) = d4706bd0eb883505969818de77df47d1ad8d6d0377d2759352cd8254154755deef613dac99276655f1f9a8b9de453e250c71c0f50f1c9c990109177fee00036a
5Size (octokit-4.21.0.gem) = 83968 bytes 5Size (octokit-4.22.0.gem) = 84480 bytes