Add rubygem-peek-redis-rails52 1.2.0 (copied from rubygem-peek-redis-rails5).

This commit is contained in:
Matthias Fechner 2019-08-26 07:46:35 +00:00
parent dd50ad52b1
commit 3f11923401
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509879
4 changed files with 35 additions and 0 deletions

View File

@ -5817,6 +5817,7 @@
SUBDIR += rubygem-peek-rblineprof-rails5
SUBDIR += rubygem-peek-rblineprof-rails52
SUBDIR += rubygem-peek-redis-rails5
SUBDIR += rubygem-peek-redis-rails52
SUBDIR += rubygem-pkg-config
SUBDIR += rubygem-platform
SUBDIR += rubygem-pleaserun

View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= peek-redis
PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails52
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Provide a peek into the Redis calls made
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-atomic>=1.0.0:devel/rubygem-atomic \
rubygem-peek-rails52>=0:devel/rubygem-peek-rails52 \
rubygem-redis>=0:databases/rubygem-redis
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1503566083
SHA256 (rubygem/peek-redis-1.2.0.gem) = 6354690649aafc4c542b89065809ea0494911f1055bd5d73e3a98554a265216d
SIZE (rubygem/peek-redis-1.2.0.gem) = 7168

View File

@ -0,0 +1,7 @@
Take a peek into the Redis calls made within your Rails application.
Things this peek view provides:
- Total number of Redis commands called during the request
- The duration of the calls made during the request
WWW: https://github.com/peek/peek-redis