1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/rubygem-app_store_connect: new port

Required for gitlab-ce 15.8.
This commit is contained in:
Matthias Fechner 2023-01-31 14:10:31 +02:00
parent dc1c4da28f
commit e8fdc4c3b0
5 changed files with 35 additions and 0 deletions

View File

@ -1229,6 +1229,7 @@
SUBDIR += rubygem-amqp
SUBDIR += rubygem-amqp-utils
SUBDIR += rubygem-apollo_upload_server
SUBDIR += rubygem-app_store_connect
SUBDIR += rubygem-asset_sync
SUBDIR += rubygem-aws-s3
SUBDIR += rubygem-aws-ses

View File

@ -0,0 +1,19 @@
PORTNAME= app_store_connect
PORTVERSION= 0.29.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Interface to the App Store Connect API
WWW= https://github.com/kyledecot/app_store_connect
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport61>=6.0.0:devel/rubygem-activesupport61 \
rubygem-jwt>=1.4:www/rubygem-jwt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1675117271
SHA256 (rubygem/app_store_connect-0.29.0.gem) = 01d7a923825a4221892099acb5a72f86f6ee7d8aa95815d3c459ba6816ea430f
SIZE (rubygem/app_store_connect-0.29.0.gem) = 18944

View File

@ -0,0 +1,11 @@
--- app_store_connect.gemspec.orig 2023-01-30 22:24:51 UTC
+++ app_store_connect.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.specification_version = 4
s.add_runtime_dependency(%q<activesupport>.freeze, [">= 6.0.0"])
- s.add_runtime_dependency(%q<jwt>.freeze, [">= 1.4", "<= 2.5.0"])
+ s.add_runtime_dependency(%q<jwt>.freeze, [">= 1.4"])
s.add_development_dependency(%q<bundler>.freeze, [">= 0"])
s.add_development_dependency(%q<factory_bot>.freeze, ["~> 6.2.1"])
s.add_development_dependency(%q<guard-rspec>.freeze, ["~> 4.7.3"])

View File

@ -0,0 +1 @@
A Ruby interface to the App Store Connect API