graphql-playground 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24d5e14ce8620d4bcfaf86762cf6f92c1f76d9b9062894ea5d80f75e46afba5a
4
- data.tar.gz: 99d314de01b1e9b05aef2cd91948344e9a407540de5d3440c3e76cad09043f43
3
+ metadata.gz: 942a881b274527510a5e918c33fca819fdc5900287b7a7028ce998701eb75713
4
+ data.tar.gz: 7c4a96096a71efc42bc763569bb38ab6a9b082a1080e4dd510f062b8be699a3d
5
5
  SHA512:
6
- metadata.gz: 4dd239503ccd8b9ba1a98ba3eae51196ef81552d714c982cb4101558503f2512e891c1c16a672053e86ebc60cad00c74cdc9d9f346002b1683e9637288ccd23d
7
- data.tar.gz: 50755b58d256c7b461fb34956616e163fde8c6b6b6f987faabd75ba533c9f8d37a54da30da3d4b6398c10304d6fab69b43f0d15a5d41d9b37e21929b217db11a
6
+ metadata.gz: 16d6e9e2d9b1057a006babef943f86ca300f62d41703c732211930f97fb6217fc061ab72f513e53b4f4a6f75a4738184393558b635e374116855715a38f489bd
7
+ data.tar.gz: 2c7bc19f6b5cb508f2b90a80c8499206bc690add9ce8c57c6b4fab99611419ae6c6b68e3c30b2a28b42443532a3c4940e77640fb4583c91a3ac806ccf9e8a86b
@@ -2,7 +2,6 @@ module GraphQL
2
2
  module Playground
3
3
  class ApplicationController < ActionController::Base
4
4
  protect_from_forgery with: :exception
5
- helper GraphQL::Playground::ApplicationHelper
6
5
  end
7
6
  end
8
7
  end
@@ -1,5 +1,5 @@
1
1
  module GraphQL
2
2
  module Playground
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql-playground
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pan Jie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-29 00:00:00.000000000 Z
11
+ date: 2019-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties