graphql-extras 0.3.1 → 0.3.2

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
2
  SHA256:
3
- metadata.gz: 0e3623c136fc05eae999805634c1b25872fdbe1948e57eb2bede7b420c50b45a
4
- data.tar.gz: 3d779144687c43c43f2de6fbca4724f226a026da3c3c9555547a8d4e02b1a208
3
+ metadata.gz: eb6a2324dfea95555ab147de0f4d79601603e21ca7dde008939795b12d40064c
4
+ data.tar.gz: ef735334a0b5be7ac0286c45886aa60d507482b73a95c0af89a2d1b5dfae27cc
5
5
  SHA512:
6
- metadata.gz: 667baac08b7eff4d2a81f520c81e2d3abecb7f0ca5ba19511c0a2d286f3a58698ba0d7747067b91ada5c61ea8fe3db15f0736259b47e30402c2c9f8a6a6dccbd
7
- data.tar.gz: 8c8556f6ee4b8660ce3f07b0fe9c047c5c822ec9b1e7e0f9d0387f47e1a0f57167bf2ebad31c8f8a1ae47a76f57084994b2052a9e2d9a716b17471e3cca73d3f
6
+ metadata.gz: b412b43cd6d6c3865726770b1bd54d121e5a122fdafcd0f4f0e141edb6cd9e83ca13c47f73530025be3d16498144f97f3ddc40c02897049679bfebad8189ed56
7
+ data.tar.gz: '018ccec04e7e67b563e460fcbe7d1649a097087846b488985c34072004bcd2839162e4a3f3131c76718ea99a1d15633bc5c9f7ec3190cef65de203eb6c533a4b'
@@ -10,10 +10,10 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = %q{Utiltities for building GraphQL APIs.}
12
12
  spec.description = %q{A set of modules and types for buildign GraphQL APIs.}
13
- spec.homepage = "https://github.com/promptworks/graphql-extras"
13
+ spec.homepage = "https://github.com/rzane/graphql-extras"
14
14
 
15
15
  spec.metadata["homepage_uri"] = spec.homepage
16
- spec.metadata["source_code_uri"] = "https://github.com/promptworks/graphql-extras"
16
+ spec.metadata["source_code_uri"] = "https://github.com/rzane/graphql-extras"
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
19
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,5 +1,5 @@
1
1
  module GraphQL
2
2
  module Extras
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ray Zane
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-05 00:00:00.000000000 Z
11
+ date: 2021-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -177,11 +177,11 @@ files:
177
177
  - lib/graphql/extras/test/schema.rb
178
178
  - lib/graphql/extras/types.rb
179
179
  - lib/graphql/extras/version.rb
180
- homepage: https://github.com/promptworks/graphql-extras
180
+ homepage: https://github.com/rzane/graphql-extras
181
181
  licenses: []
182
182
  metadata:
183
- homepage_uri: https://github.com/promptworks/graphql-extras
184
- source_code_uri: https://github.com/promptworks/graphql-extras
183
+ homepage_uri: https://github.com/rzane/graphql-extras
184
+ source_code_uri: https://github.com/rzane/graphql-extras
185
185
  post_install_message:
186
186
  rdoc_options: []
187
187
  require_paths: