graphql-remote_loader 0.0.1 → 0.0.2
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 994f881ffc8571f96fbe6c969cba79f030b6bbb6
|
|
4
|
+
data.tar.gz: 4bdf0b71e51d6e9acc7611e46197615165cd33cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e2caaa027c826d9a116c892792f65f915f850a8d324b118809806def027e1f3eecf6aa37748a6bac23b276bad54606519a80c9127121bc1ebeefb917c86677d
|
|
7
|
+
data.tar.gz: 9225082887eb70fc5e42eea716df857b928ab0b6ba6bef9150d064785520005fa40c3bb0cfed373963e2634ba6c3903fcebf6af931f1982191e355a136f3ec88
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = "Performant remote GraphQL queries from within a Ruby GraphQL API."
|
|
13
13
|
spec.description = "GraphQL::RemoteLoader allows performantly fetching data from remote GraphQL APIs in the resolvers of a graphql-ruby API."
|
|
14
|
-
spec.homepage = "
|
|
14
|
+
spec.homepage = "https://github.com/d12/graphql-remote_loader"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: graphql-remote_loader
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathaniel Woodthorpe
|
|
@@ -106,12 +106,12 @@ files:
|
|
|
106
106
|
- ".gitignore"
|
|
107
107
|
- Gemfile
|
|
108
108
|
- Gemfile.lock
|
|
109
|
+
- graphql-remote_loader.gemspec
|
|
109
110
|
- lib/graphql/remote_loader.rb
|
|
110
111
|
- lib/graphql/remote_loader/loader.rb
|
|
111
112
|
- lib/graphql/remote_loader/query_merger.rb
|
|
112
113
|
- lib/graphql/remote_loader/version.rb
|
|
113
|
-
|
|
114
|
-
homepage: http://nwoodthorpe.com
|
|
114
|
+
homepage: https://github.com/d12/graphql-remote_loader
|
|
115
115
|
licenses:
|
|
116
116
|
- MIT
|
|
117
117
|
metadata: {}
|