Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -5621,10 +5621,13 @@ SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-entity060 + SUBDIR += rubygem-grape-path-helpers SUBDIR += rubygem-grape-route-helpers SUBDIR += rubygem-grape-swagger SUBDIR += rubygem-grape0 SUBDIR += rubygem-grape_logging + SUBDIR += rubygem-graphiql-rails + SUBDIR += rubygem-graphql SUBDIR += rubygem-grit SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku Index: head/devel/rubygem-grape-path-helpers/Makefile =================================================================== --- head/devel/rubygem-grape-path-helpers/Makefile +++ head/devel/rubygem-grape-path-helpers/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= grape-path-helpers +PORTVERSION= 1.0.5 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Route path helpers for Grape + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ + rubygem-grape>=1.0:devel/rubygem-grape \ + rubygem-rake>=12:devel/rubygem-rake + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Index: head/devel/rubygem-grape-path-helpers/distinfo =================================================================== --- head/devel/rubygem-grape-path-helpers/distinfo +++ head/devel/rubygem-grape-path-helpers/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1530365896 +SHA256 (rubygem/grape-path-helpers-1.0.5.gem) = 01439f995c2ab0e8d352e0de391b07a4d58be5c4089aad69121c8d63b5016cb4 +SIZE (rubygem/grape-path-helpers-1.0.5.gem) = 14848 Index: head/devel/rubygem-grape-path-helpers/pkg-descr =================================================================== --- head/devel/rubygem-grape-path-helpers/pkg-descr +++ head/devel/rubygem-grape-path-helpers/pkg-descr @@ -0,0 +1,3 @@ +Route path helpers for Grape. + +WWW: https://gitlab.com/gitlab-org/grape-path-helpers Index: head/devel/rubygem-graphiql-rails/Makefile =================================================================== --- head/devel/rubygem-graphiql-rails/Makefile +++ head/devel/rubygem-graphiql-rails/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= graphiql-rails +PORTVERSION= 1.4.10 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Use the GraphiQL IDE for GraphQL with Ruby on Rails + +LICENSE= MIT + +RUN_DEPENDS= rubygem-sprockets-rails>=0:devel/rubygem-sprockets-rails \ + rubygem-railties4>=0:www/rubygem-railties4 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Index: head/devel/rubygem-graphiql-rails/distinfo =================================================================== --- head/devel/rubygem-graphiql-rails/distinfo +++ head/devel/rubygem-graphiql-rails/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1530367273 +SHA256 (rubygem/graphiql-rails-1.4.10.gem) = 889b7fb7f7d2583d5f8d73a583e7730af95cea6c5361479355eac9c76ffc0583 +SIZE (rubygem/graphiql-rails-1.4.10.gem) = 4281344 Index: head/devel/rubygem-graphiql-rails/pkg-descr =================================================================== --- head/devel/rubygem-graphiql-rails/pkg-descr +++ head/devel/rubygem-graphiql-rails/pkg-descr @@ -0,0 +1,5 @@ +Use the GraphiQL IDE for GraphQL with Ruby on Rails. +This gem includes an engine, a controller and a view +for integrating GraphiQL with your app. + +WWW: http://github.com/rmosolgo/graphiql-rails Index: head/devel/rubygem-graphql/Makefile =================================================================== --- head/devel/rubygem-graphql/Makefile +++ head/devel/rubygem-graphql/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= graphql +PORTVERSION= 1.8.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Plain-Ruby implementation of GraphQL + +LICENSE= MIT + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Index: head/devel/rubygem-graphql/distinfo =================================================================== --- head/devel/rubygem-graphql/distinfo +++ head/devel/rubygem-graphql/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1530366748 +SHA256 (rubygem/graphql-1.8.4.gem) = dc81fb73554fb26f3bd62ec6939f8c8835054017d50837b3a13400683bb19085 +SIZE (rubygem/graphql-1.8.4.gem) = 930304 Index: head/devel/rubygem-graphql/pkg-descr =================================================================== --- head/devel/rubygem-graphql/pkg-descr +++ head/devel/rubygem-graphql/pkg-descr @@ -0,0 +1,3 @@ +A plain-Ruby implementation of GraphQL. + +WWW: http://github.com/rmosolgo/graphql-ruby