rack-graphql 3.1.3 → 3.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fbd8bcb86ff3053a40fe947884915fa4afbb2c2034674f8cf3fa9a726f49b6b9
4
- data.tar.gz: 2103f0c250f94a2dcaafa333e8ed95a29db4015c1f259bf326bf6c428800cc65
3
+ metadata.gz: 1dadb267c8ff9335ea2509782e862a43a4baf20e30fd8b98c0106ac69864a21f
4
+ data.tar.gz: 0735c228c451e039c3464278f509c792dd28275e165b82ea70d262bd5f3b38f6
5
5
  SHA512:
6
- metadata.gz: e3645d5ec644bb218cde1b68130398807b3890a58ef8be6cab91d11b9b2091a0e88f325b0fa0d997b5d48b0a0227341e16a339936963a0eddb3fbe8801828fc7
7
- data.tar.gz: 71d5a9646ca41cadfb360350d2176e4d9fa09cd3cd5ebd8b63653a98ff8401fc0a675079838d95d67a6b2c49afd167423cbb5aef0748412b1c5f0be1f4416313
6
+ metadata.gz: 0040707da5153a109f9d8b5247251a55750006aa92445d2710251015e1420024ac1cbc5fbc6698e87fc2d96f06209737738106b5fb93d2147d9b5c4796ac5911
7
+ data.tar.gz: 750abe3e69e19a5e7e6dae568b7dcdddda0d6e85b913308327d03cd7f4cc9e85b7919a5f9193a7fd1a891715c5f27ed2662266aa2c3fb032104aefd5218bda5a
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.4.20
1
+ 2.4.21
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rack-graphql (3.1.3)
4
+ rack-graphql (3.2.0)
5
5
  graphql (~> 2.0)
6
6
  oj
7
7
  rack (>= 2.2.6)
@@ -74,8 +74,6 @@ module RackGraphql
74
74
  { 'Content-Type' => 'application/json', STATUS_CODE_HEADER_NAME => status_code },
75
75
  [Oj.dump('errors' => [exception_hash(e)])]
76
76
  ]
77
- ensure
78
- ActiveRecord::Base.connection_handler.clear_active_connections! if defined?(ActiveRecord::Base)
79
77
  end
80
78
 
81
79
  private
@@ -1,3 +1,3 @@
1
1
  module RackGraphql
2
- VERSION = '3.1.3'.freeze
2
+ VERSION = '3.2.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-10 00:00:00.000000000 Z
11
+ date: 2023-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphql
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
- rubygems_version: 3.4.20
111
+ rubygems_version: 3.4.21
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Rack middleware implementing graphql endpoint.