1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

devel/rubygem-jsonapi-renderer: Render JSON API documents

WWW: https://github.com/jsonapi-rb/jsonapi-renderer
This commit is contained in:
Joseph Mingrone 2017-07-25 20:42:02 +00:00
parent a46a441895
commit a450c13871
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446625
4 changed files with 27 additions and 0 deletions

View File

@ -5450,6 +5450,7 @@
SUBDIR += rubygem-json1
SUBDIR += rubygem-json_pure
SUBDIR += rubygem-json_pure1
SUBDIR += rubygem-jsonapi-renderer
SUBDIR += rubygem-kafo
SUBDIR += rubygem-kafo_parsers
SUBDIR += rubygem-kafo_wizards

View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= jsonapi-renderer
PORTVERSION= 0.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= jrm@FreeBSD.org
COMMENT= Render JSONAPI documents
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1501014957
SHA256 (rubygem/jsonapi-renderer-0.1.3.gem) = eb426b9122ec805168822bee64a42310740c7c90b6d3aed9848851d5db367cb3
SIZE (rubygem/jsonapi-renderer-0.1.3.gem) = 7680

View File

@ -0,0 +1,5 @@
This gem efficiently renders JSON API documents. Given a resource that
implements a certain interface, a JSON-API-compliant hash representing the
described document is returned.
WWW: https://github.com/jsonapi-rb/jsonapi-renderer