net/rubygem-octokit4: make version 4.25.1 available

This commit is contained in:
Matthias Fechner 2023-05-16 14:02:45 +03:00
parent 100ed8c707
commit 60da2228e8
4 changed files with 27 additions and 0 deletions

View file

@ -1336,6 +1336,7 @@
SUBDIR += rubygem-oauth2
SUBDIR += rubygem-oauth21
SUBDIR += rubygem-octokit
SUBDIR += rubygem-octokit4
SUBDIR += rubygem-octopress-deploy
SUBDIR += rubygem-omniauth-auth0
SUBDIR += rubygem-omniauth-authentiq

View file

@ -0,0 +1,21 @@
PORTNAME= octokit
PORTVERSION= 4.25.1
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple wrapper for the GitHub API
WWW= https://github.com/octokit/octokit.rb
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-faraday1>=1<3:www/rubygem-faraday1 \
rubygem-sawyer>=0.9<1:www/rubygem-sawyer
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1684234915
SHA256 (rubygem/octokit-4.25.1.gem) = c02092ee82dcdfe84db0e0ea630a70d32becc54245a4f0bacfd21c010df09b96
SIZE (rubygem/octokit-4.25.1.gem) = 86016

View file

@ -0,0 +1,2 @@
Octokit.rb wraps the GitHub API in a flat API client that follows Ruby
conventions and requires little knowledge of REST.