mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
Add rubygem-flipper 0.10.2
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
This commit is contained in:
parent
08aa5bcd77
commit
bfb012cc50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444193
@ -5325,6 +5325,7 @@
|
||||
SUBDIR += rubygem-file-tail
|
||||
SUBDIR += rubygem-filesize
|
||||
SUBDIR += rubygem-flexmock
|
||||
SUBDIR += rubygem-flipper
|
||||
SUBDIR += rubygem-fluent-logger
|
||||
SUBDIR += rubygem-fog
|
||||
SUBDIR += rubygem-fog-core
|
||||
|
19
devel/rubygem-flipper/Makefile
Normal file
19
devel/rubygem-flipper/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flipper
|
||||
PORTVERSION= 0.10.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Act of enabling/disabling features in your application
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-flipper/distinfo
Normal file
3
devel/rubygem-flipper/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1498224657
|
||||
SHA256 (rubygem/flipper-0.10.2.gem) = 175932fc945b0185b267a1ee7c36b7ce51735326bc495b07c327cf0c24697bbd
|
||||
SIZE (rubygem/flipper-0.10.2.gem) = 50688
|
9
devel/rubygem-flipper/pkg-descr
Normal file
9
devel/rubygem-flipper/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user