graphql-extras 0.2.3 → 0.2.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
- SHA256:
3
- metadata.gz: 9feb0e32ff0e73029a23d8b6452ecf853b99b8668c157f25c3eb5ae96dd5b718
4
- data.tar.gz: b620a11dc3a67d641ad8c831cc51920230883f4dfdfe4cf793d43a20d52cf8e7
2
+ SHA1:
3
+ metadata.gz: 18eadb182c9a76519d6d2edeb5b0d4e1878fa09d
4
+ data.tar.gz: 2c25c5003f3734e0c7c2c083cc47a76531eda759
5
5
  SHA512:
6
- metadata.gz: 1a6c904a9e7c201c17ed1106c649b5f098d289af2be9d3fcd7319c97975967d862988d5b53327aa855a824253acc3834862305e787020006edf493e29c9ffa08
7
- data.tar.gz: 48f5abaaba4896b76c95e781e5061400119f0d2480823f068f73807e4df326ceab440591a2144e0454389045c888a1b8d22118f97d98562b878cd3eb197a5506
6
+ metadata.gz: 7966e2f06aa836e34f0f42eecfdc1606f5a278f83d0c717f6001ab5c234424e6f50a3dd959ec57c477d9f74f9a35b25e25bbf38e47cda60216b70af3633b3231
7
+ data.tar.gz: 291c570bd60ce89c6eb3beef5beab2a420967286c74ffbf19543f7623b3387feb70dc6871a3746463e01a2b611356d92e41d3fa3487755ec9061afe92db59b7b
@@ -67,7 +67,7 @@ module GraphQL
67
67
  root = ::RSpec.configuration.graphql_fixture_path
68
68
  contents = File.read(File.join(root, filename))
69
69
 
70
- parts = contents.split(/^(?=fragment|query|mutation)/)
70
+ parts = contents.split(/^(?=fragment|query|mutation|subscription)/)
71
71
  queries, fragments = parts.partition { |query| query !~ /^fragment/ }
72
72
 
73
73
  result = queries.reduce({}) { |acc, query|
@@ -1,5 +1,5 @@
1
1
  module GraphQL
2
2
  module Extras
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql-extras
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ray Zane
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-19 00:00:00.000000000 Z
11
+ date: 2019-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  version: '0'
194
194
  requirements: []
195
195
  rubyforge_project:
196
- rubygems_version: 2.7.6
196
+ rubygems_version: 2.6.14
197
197
  signing_key:
198
198
  specification_version: 4
199
199
  summary: Utiltities for building GraphQL APIs.