Add rubygem-grape_logging 1.7.0

This gem provides simple request logging for Grape with just few lines of code
you have to put in your project! In return you will get response codes, paths,
parameters and more!

WWW: https://github.com/aserafin/grape_logging
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-09-22 15:49:35 +00:00
parent f7e938665c
commit d00130d935
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450386
4 changed files with 30 additions and 0 deletions

View file

@ -5478,6 +5478,7 @@
SUBDIR += rubygem-grape-route-helpers
SUBDIR += rubygem-grape-swagger
SUBDIR += rubygem-grape0
SUBDIR += rubygem-grape_logging
SUBDIR += rubygem-grit
SUBDIR += rubygem-guess_html_encoding
SUBDIR += rubygem-gyoku

View file

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= grape_logging
PORTVERSION= 1.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Request logging for Grape
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-grape>=0:devel/rubygem-grape
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1506083438
SHA256 (rubygem/grape_logging-1.7.0.gem) = eafbe4725088e4a855286edb72f5aa05a701aaa391a39f85c6ded20626dce251
SIZE (rubygem/grape_logging-1.7.0.gem) = 12288

View file

@ -0,0 +1,5 @@
This gem provides simple request logging for Grape with just few lines of code
you have to put in your project! In return you will get response codes, paths,
parameters and more!
WWW: https://github.com/aserafin/grape_logging