graphql-preview 0.0.3 → 0.0.4

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: 05da208dc09fbf787a4a85b0872e92a394ee8eac
4
- data.tar.gz: ebbdbc38610c92425aed13fdd83b6a4e891cb528
3
+ metadata.gz: bdf316bb1dc2e028f3abe7b2acfd0b992c75ac5a
4
+ data.tar.gz: 13555b739d883f70c5ceb65fff21339a103e670b
5
5
  SHA512:
6
- metadata.gz: 487f99a492521d08bfd058a57451ac65b36ab9ecedee021d54e85e49d68d0f5c9d7a255e99ea6a46171ab1737c71e79952cdc1ac332886e70c57d81cab712421
7
- data.tar.gz: 3e80a90dcecc4565024af62c0af40f7bf3d07902cc9e6256325271e23ad76933c63ff25b165053b79fa7b521c168d71fc14f64e867f225ef3da4d72b84091f1e
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.
@@ -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"
@@ -1,3 +1,3 @@
1
1
  module GraphQLPreview
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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: []