freebsd-ports/devel/rubygem-gitlab-experiment/Makefile
Matthias Fechner 1d36c8d06e devel/rubygem-gitlab-experiment: update to 0.7.1
Required for gitlab-ce 14.10.
Changelog:
https://gitlab.com/gitlab-org/ruby/gems/gitlab-experiment/-/tags/v0.7.1

Fixes some concurrency issues with rollout strategies
Fixes issue with [before/around/after]_run callbacks

MFH:		2022Q2
2022-04-22 10:44:00 +02:00

22 lines
465 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= gitlab-experiment
PORTVERSION= 0.7.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Experiment library for Gitlab
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \
rubygem-request_store>=1.0:devel/rubygem-request_store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>