rack-graphql 1.2.4 → 1.2.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad72995a97636738e4bffab0a6b6e238ff977c235305c7bcae168117de59115d
4
- data.tar.gz: a6f19b6371d91d7de8db37f7f40909ef639ffd7b225cfc2f45e6ea16241afd94
3
+ metadata.gz: cbb7b5de3d2e500fee04bf1820a5c37ffc64ad0a16abfae3055ec1e8aec3b2c3
4
+ data.tar.gz: 17d62e7a1b6649cdb5abce402401a18ba7ba44b1f12aeee1bcf8263f3e4c05a6
5
5
  SHA512:
6
- metadata.gz: 8da35ce898800200e1c8b1dfea8c597c551c713c49a7699d42d0a4222b56e36f8aac189029b4b912a719367292ca5bb4a19b2ccffe661c367162ba66126093e7
7
- data.tar.gz: 01f8fa1c60af82ecd4e5de10dfb56748c97f10aebcb736402a15bcbeec9e6c92e21fb1013ca2d33312b4191b559ed5c92769d83f0de707a361a922521af8e9cb
6
+ metadata.gz: ec64d07ae37fe8fbefa7060a0602d47d7a45f3f66c0e71100e9c604825271d8b81be2d98fb0efd3aa4b5c68be467d46991cccd4a7061a245843b820aec45e557
7
+ data.tar.gz: 6bdf228ad21ddc91ff1a1ebc2eb966d797ea274d1e893e695f783a304ad497028b76384a764841bb57e99614cc9f61cbd07a9cd527968e041d875134cc862da2
@@ -9,10 +9,3 @@ update_configs:
9
9
  allowed_updates:
10
10
  - match:
11
11
  update_type: "all"
12
- automerged_updates:
13
- - match:
14
- dependency_type: "development"
15
- update_type: "all"
16
- - match:
17
- dependency_type: "production"
18
- update_type: "all"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rack-graphql (1.2.4)
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.3)
15
- graphql (1.11.1)
14
+ diff-lcs (1.4.4)
15
+ graphql (1.11.4)
16
16
  method_source (1.0.0)
17
- oj (3.10.6)
17
+ oj (3.10.13)
18
18
  parallel (1.19.2)
19
- parser (2.7.1.3)
20
- ast (~> 2.4.0)
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.85.1)
44
+ rubocop (0.90.0)
45
45
  parallel (~> 1.10)
46
- parser (>= 2.7.0.1)
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.3)
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.3)
54
- parser (>= 2.7.0.1)
55
- rubocop-performance (1.6.1)
56
- rubocop (>= 0.71.0)
57
- rubocop-rspec (1.40.0)
58
- rubocop (>= 0.68.1)
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
 
@@ -1,3 +1,3 @@
1
1
  module RackGraphql
2
- VERSION = '1.2.4'.freeze
2
+ VERSION = '1.2.5'.freeze
3
3
  end
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
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-06-18 00:00:00.000000000 Z
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: []