graphql-sources 1.5.0 → 1.5.1

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: 94b282ba84b9627d96828c4ebe8b73b609bcd61645bb67ee3894d7850fadbffb
4
- data.tar.gz: e8aee59b0d9ad8cfe65dc2203b285ca6e174c7a2fa7dae1250bb9b3e015176eb
3
+ metadata.gz: 91917cfffbb3f024443e890da6294499029638a4673e9ef96d1b061117356016
4
+ data.tar.gz: 5f27027876a07800b499a9cd22832707e0b2fdb74778896d3b8b53693ce3df17
5
5
  SHA512:
6
- metadata.gz: 6ada131108e0dc2a804eb6e35eedcfc1fc0d20fd259271109091761cdebeda39a20ff25677a3638300489b25480ab71b821e48ceca997ad5602a7414e7081416
7
- data.tar.gz: 84643b509932cd1f82cd9ebc9cdbb739c5a7ef8e7460114f84d0929c592b3f376284d14b428b47e0a044e9284b13a656961a68745cc59f6bd93eb538769d3e7f
6
+ metadata.gz: 61889bbe42856b8d18e11bf3cd0dbb3f8eeea81e979f97b79f5f8334083636514637746db0d064caa2e4db45eaefbfe3af842361f0f03c436f59f3f70a40bdc0
7
+ data.tar.gz: 932074f604d8490897ef8868e0f8562e04c715a3c0e89f670682f245644b25513743146c8e22d2ca35fbe969f79035485269a12c31914fbe69c6f19419beb39d
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GraphQL
4
4
  module Sources
5
- VERSION = '1.5.0'
5
+ VERSION = '1.5.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql-sources
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Sylvestre
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2024-10-27 00:00:00.000000000 Z
@@ -235,7 +235,7 @@ metadata:
235
235
  homepage_uri: https://github.com/ksylvest/graphql-sources
236
236
  source_code_uri: https://github.com/ksylvest/graphql-sources
237
237
  changelog_uri: https://github.com/ksylvest/graphql-sources/blob/main/CHANGELOG.md
238
- post_install_message:
238
+ post_install_message:
239
239
  rdoc_options: []
240
240
  require_paths:
241
241
  - lib
@@ -250,8 +250,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
250
250
  - !ruby/object:Gem::Version
251
251
  version: '0'
252
252
  requirements: []
253
- rubygems_version: 3.5.22
254
- signing_key:
253
+ rubygems_version: 3.5.18
254
+ signing_key:
255
255
  specification_version: 4
256
256
  summary: A set of common GraphQL DataLoader sources.
257
257
  test_files: []