rack-graphql 1.2.4 → 1.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.dependabot/config.yml +0 -7
- data/Gemfile.lock +15 -15
- data/lib/rack_graphql/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbb7b5de3d2e500fee04bf1820a5c37ffc64ad0a16abfae3055ec1e8aec3b2c3
|
4
|
+
data.tar.gz: 17d62e7a1b6649cdb5abce402401a18ba7ba44b1f12aeee1bcf8263f3e4c05a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec64d07ae37fe8fbefa7060a0602d47d7a45f3f66c0e71100e9c604825271d8b81be2d98fb0efd3aa4b5c68be467d46991cccd4a7061a245843b820aec45e557
|
7
|
+
data.tar.gz: 6bdf228ad21ddc91ff1a1ebc2eb966d797ea274d1e893e695f783a304ad497028b76384a764841bb57e99614cc9f61cbd07a9cd527968e041d875134cc862da2
|
data/.dependabot/config.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rack-graphql (1.2.
|
4
|
+
rack-graphql (1.2.5)
|
5
5
|
graphql (~> 1.9)
|
6
6
|
oj
|
7
7
|
rack (~> 2.0)
|
@@ -11,13 +11,13 @@ GEM
|
|
11
11
|
specs:
|
12
12
|
ast (2.4.1)
|
13
13
|
coderay (1.1.3)
|
14
|
-
diff-lcs (1.
|
15
|
-
graphql (1.11.
|
14
|
+
diff-lcs (1.4.4)
|
15
|
+
graphql (1.11.4)
|
16
16
|
method_source (1.0.0)
|
17
|
-
oj (3.10.
|
17
|
+
oj (3.10.13)
|
18
18
|
parallel (1.19.2)
|
19
|
-
parser (2.7.1.
|
20
|
-
ast (~> 2.4.
|
19
|
+
parser (2.7.1.4)
|
20
|
+
ast (~> 2.4.1)
|
21
21
|
pry (0.13.1)
|
22
22
|
coderay (~> 1.1)
|
23
23
|
method_source (~> 1.0)
|
@@ -41,21 +41,21 @@ GEM
|
|
41
41
|
diff-lcs (>= 1.2.0, < 2.0)
|
42
42
|
rspec-support (~> 3.9.0)
|
43
43
|
rspec-support (3.9.3)
|
44
|
-
rubocop (0.
|
44
|
+
rubocop (0.90.0)
|
45
45
|
parallel (~> 1.10)
|
46
|
-
parser (>= 2.7.
|
46
|
+
parser (>= 2.7.1.1)
|
47
47
|
rainbow (>= 2.2.2, < 4.0)
|
48
48
|
regexp_parser (>= 1.7)
|
49
49
|
rexml
|
50
|
-
rubocop-ast (>= 0.0.
|
50
|
+
rubocop-ast (>= 0.3.0, < 1.0)
|
51
51
|
ruby-progressbar (~> 1.7)
|
52
52
|
unicode-display_width (>= 1.4.0, < 2.0)
|
53
|
-
rubocop-ast (0.0
|
54
|
-
parser (>= 2.7.
|
55
|
-
rubocop-performance (1.
|
56
|
-
rubocop (>= 0.
|
57
|
-
rubocop-rspec (1.
|
58
|
-
rubocop (
|
53
|
+
rubocop-ast (0.3.0)
|
54
|
+
parser (>= 2.7.1.4)
|
55
|
+
rubocop-performance (1.7.1)
|
56
|
+
rubocop (>= 0.82.0)
|
57
|
+
rubocop-rspec (1.43.2)
|
58
|
+
rubocop (~> 0.87)
|
59
59
|
ruby-progressbar (1.10.1)
|
60
60
|
unicode-display_width (1.7.0)
|
61
61
|
|
data/lib/rack_graphql/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack-graphql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
- RenoFi Engineering Team
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-09-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: graphql
|
@@ -165,7 +165,7 @@ dependencies:
|
|
165
165
|
- - ">="
|
166
166
|
- !ruby/object:Gem::Version
|
167
167
|
version: '0'
|
168
|
-
description:
|
168
|
+
description:
|
169
169
|
email:
|
170
170
|
- knapo@knapo.net
|
171
171
|
- engineering@renofi.com
|
@@ -201,7 +201,7 @@ licenses:
|
|
201
201
|
metadata:
|
202
202
|
homepage_uri: https://github.com/RenoFi/rack-graphql
|
203
203
|
source_code_uri: https://github.com/RenoFi/rack-graphql
|
204
|
-
post_install_message:
|
204
|
+
post_install_message:
|
205
205
|
rdoc_options: []
|
206
206
|
require_paths:
|
207
207
|
- lib
|
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
217
217
|
version: '0'
|
218
218
|
requirements: []
|
219
219
|
rubygems_version: 3.1.2
|
220
|
-
signing_key:
|
220
|
+
signing_key:
|
221
221
|
specification_version: 4
|
222
222
|
summary: Rack middleware implementing graphql endpoint.
|
223
223
|
test_files: []
|