graphql-preview 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +22 -0
- data/graphql-preview.gemspec +1 -0
- data/lib/graphql-preview/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdf316bb1dc2e028f3abe7b2acfd0b992c75ac5a
|
4
|
+
data.tar.gz: 13555b739d883f70c5ceb65fff21339a103e670b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9db6a515c6ae985d2cacf239b965a041ebe36f2f149a42285af990565894b48fb77fb868debf0b399139c54e18edad23b6da4b52991e95c8101004d074a1e66
|
7
|
+
data.tar.gz: 4cc007d0cb3d2a5df88dd6de8c6660fbfb916f4cb5721485d624c4314bed615fb7db2c4a325e4eb0d27f3b05817f0814da95ddbe66696fe9e15248f98101b1b9
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2017 GitHub
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/graphql-preview.gemspec
CHANGED
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = GraphQLPreview::VERSION
|
9
9
|
spec.authors = ["Garen J. Torikian", "Christian Joudrey"]
|
10
10
|
spec.email = ["gjtorikian@gmail.com", "cmallette@gmail.com"]
|
11
|
+
spec.license = "MIT"
|
11
12
|
|
12
13
|
spec.summary = "Provide a system for toggling parts of a GraphQL schema on."
|
13
14
|
spec.homepage = "https://github.com/github/graphql-preview"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graphql-preview
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
@@ -121,6 +121,7 @@ files:
|
|
121
121
|
- ".rubocop.yml"
|
122
122
|
- ".travis.yml"
|
123
123
|
- Gemfile
|
124
|
+
- LICENSE.txt
|
124
125
|
- README.md
|
125
126
|
- Rakefile
|
126
127
|
- bin/console
|
@@ -133,7 +134,8 @@ files:
|
|
133
134
|
- lib/graphql-preview/version.rb
|
134
135
|
- script/single_test
|
135
136
|
homepage: https://github.com/github/graphql-preview
|
136
|
-
licenses:
|
137
|
+
licenses:
|
138
|
+
- MIT
|
137
139
|
metadata: {}
|
138
140
|
post_install_message:
|
139
141
|
rdoc_options: []
|