rack-graphql 2.10.1 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.bundler-version +1 -1
- data/.github/workflows/ci.yml +2 -5
- data/CHANGELOG.md +5 -1
- data/Gemfile.lock +8 -8
- data/lib/rack_graphql/middleware.rb +1 -1
- data/lib/rack_graphql/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78d1907e05a3fc429fb339f7d7a54c60c1eeb7edc9dfee2f4bba3a86874c9a7c
|
|
4
|
+
data.tar.gz: 8243ccb7db5b04ae1f4962e04f8003351e818c31ee862f5a659b18f502f9b419
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8562d3511248e1360c0e72363e5ffceac0c713d43c580d5dda332bfca4db75184c9d79bf680946d42c240f761e9e2f69dbc0ee7dddbe7c3efec8e55bb617477
|
|
7
|
+
data.tar.gz: 3c81162de5b1dec207e3ccd8002059e464cfeabc5094d4b4970cf5d395c95f48b20f7536e4937cbfa5a2adead29167edc54339f8d850868cd8b959d81924bb5b
|
data/.bundler-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.14
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -14,12 +14,9 @@ jobs:
|
|
|
14
14
|
ruby-version: ['3.0', 3.1]
|
|
15
15
|
|
|
16
16
|
steps:
|
|
17
|
-
- uses: actions/checkout@
|
|
17
|
+
- uses: actions/checkout@v3
|
|
18
18
|
- name: Set up Ruby
|
|
19
|
-
|
|
20
|
-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
|
21
|
-
# uses: ruby/setup-ruby@v1
|
|
22
|
-
uses: ruby/setup-ruby@bd94d6a504586da892a5753afdd1480096ed30df
|
|
19
|
+
uses: ruby/setup-ruby@v1
|
|
23
20
|
with:
|
|
24
21
|
ruby-version: ${{ matrix.ruby-version }}
|
|
25
22
|
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rack-graphql (2.
|
|
4
|
+
rack-graphql (2.11.0)
|
|
5
5
|
graphql (>= 1.13)
|
|
6
6
|
oj
|
|
7
7
|
rack (~> 2.2)
|
|
@@ -13,9 +13,9 @@ GEM
|
|
|
13
13
|
awesome_print (1.9.2)
|
|
14
14
|
coderay (1.1.3)
|
|
15
15
|
diff-lcs (1.5.0)
|
|
16
|
-
graphql (2.0.
|
|
16
|
+
graphql (2.0.8)
|
|
17
17
|
method_source (1.0.0)
|
|
18
|
-
oj (3.13.
|
|
18
|
+
oj (3.13.13)
|
|
19
19
|
parallel (1.22.1)
|
|
20
20
|
parser (3.1.2.0)
|
|
21
21
|
ast (~> 2.4.1)
|
|
@@ -27,7 +27,7 @@ GEM
|
|
|
27
27
|
rack (>= 1.0, < 3)
|
|
28
28
|
rainbow (3.1.1)
|
|
29
29
|
rake (13.0.6)
|
|
30
|
-
regexp_parser (2.
|
|
30
|
+
regexp_parser (2.4.0)
|
|
31
31
|
rexml (3.2.5)
|
|
32
32
|
rspec (3.11.0)
|
|
33
33
|
rspec-core (~> 3.11.0)
|
|
@@ -42,20 +42,20 @@ GEM
|
|
|
42
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
43
43
|
rspec-support (~> 3.11.0)
|
|
44
44
|
rspec-support (3.11.0)
|
|
45
|
-
rubocop (1.
|
|
45
|
+
rubocop (1.29.1)
|
|
46
46
|
parallel (~> 1.10)
|
|
47
47
|
parser (>= 3.1.0.0)
|
|
48
48
|
rainbow (>= 2.2.2, < 4.0)
|
|
49
49
|
regexp_parser (>= 1.8, < 3.0)
|
|
50
|
-
rexml
|
|
50
|
+
rexml (>= 3.2.5, < 4.0)
|
|
51
51
|
rubocop-ast (>= 1.17.0, < 2.0)
|
|
52
52
|
ruby-progressbar (~> 1.7)
|
|
53
53
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
54
|
-
rubocop-ast (1.
|
|
54
|
+
rubocop-ast (1.18.0)
|
|
55
55
|
parser (>= 3.1.1.0)
|
|
56
56
|
rubocop-rake (0.6.0)
|
|
57
57
|
rubocop (~> 1.0)
|
|
58
|
-
rubocop-rspec (2.
|
|
58
|
+
rubocop-rspec (2.11.1)
|
|
59
59
|
rubocop (~> 1.19)
|
|
60
60
|
ruby-progressbar (1.11.0)
|
|
61
61
|
unicode-display_width (2.1.0)
|
|
@@ -179,7 +179,7 @@ module RackGraphql
|
|
|
179
179
|
def log(message)
|
|
180
180
|
return unless logger
|
|
181
181
|
|
|
182
|
-
logger.
|
|
182
|
+
logger.info("[rack-graphql] #{message}")
|
|
183
183
|
end
|
|
184
184
|
|
|
185
185
|
# Based on https://github.com/rack/rack/blob/master/lib/rack/show_exceptions.rb
|
data/lib/rack_graphql/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rack-graphql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Krzysztof Knapik
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-05-
|
|
12
|
+
date: 2022-05-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: graphql
|