1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add rubygem-flipper017 0.17.2 (copied from rubygem-flipper)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-06-29 16:15:14 +00:00
parent ec170f6ed4
commit 3a8ce30df0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540785
4 changed files with 36 additions and 0 deletions

View File

@ -6002,6 +6002,7 @@
SUBDIR += rubygem-flipper
SUBDIR += rubygem-flipper-active_support_cache_store
SUBDIR += rubygem-flipper-ui
SUBDIR += rubygem-flipper017
SUBDIR += rubygem-fluent-logger
SUBDIR += rubygem-fog
SUBDIR += rubygem-fog-core

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= flipper
PORTVERSION= 0.17.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 017
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Act of enabling/disabling features in your application
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^0\.17\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1578197795
SHA256 (rubygem/flipper-0.17.2.gem) = b6addb59ea644f3f5650755e95ff30d2a6226ec8bcaa686955188ce2ce5363d3
SIZE (rubygem/flipper-0.17.2.gem) = 75776

View File

@ -0,0 +1,9 @@
Feature flipping is the act of enabling or disabling features or parts of your
application, ideally without re-deploying or changing anything in your code
base.
The goal of this gem is to make turning features on or off so easy that everyone
does it. Whatever your data store, throughput, or experience, feature flipping
should be easy and have minimal impact on your application.
WWW: https://github.com/jnunemaker/flipper