rspec-graphql_types 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/rspec/graphql_types/version.rb +1 -1
- data/rspec-graphql_types.gemspec +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11f73ac9e786a08627ae1afbd8fbc58309604d990290c5a5b7e20650e9ba8c63
|
4
|
+
data.tar.gz: 6204c42cb10b3008f2f5bb25afe6f101dfa9661c70416e9bdaace47213c16cd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f5b269d2510d38015e1019eb644103fc7c053b8b8b876a5ab0c593caa85ddb1bb4c1c00c614de1564cdf922777ce2ff71e5fdc6c4bff631109858a2885e7212
|
7
|
+
data.tar.gz: a2cda1ae737bf004e587df3b46e686a3b7d45cd3b6b6fe35cfabe3f0369558d351428153aa7702a45d2ef83d0bc6088899c27f6c9c57b0cf0c2b1039b4faf3cc
|
data/Gemfile.lock
CHANGED
data/rspec-graphql_types.gemspec
CHANGED
@@ -9,15 +9,15 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.email = ["tejas@gja.in"]
|
10
10
|
|
11
11
|
spec.summary = "Test out types in ruby graphql"
|
12
|
-
spec.homepage = "https://github.com/gaia-
|
12
|
+
spec.homepage = "https://github.com/gaia-venture/rspec-graphql_types"
|
13
13
|
spec.license = "MIT"
|
14
14
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
15
15
|
|
16
16
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
17
17
|
|
18
18
|
spec.metadata["homepage_uri"] = spec.homepage
|
19
|
-
spec.metadata["source_code_uri"] = "https://github.com/gaia-
|
20
|
-
spec.metadata["changelog_uri"] = "https://github.com/gaia-
|
19
|
+
spec.metadata["source_code_uri"] = "https://github.com/gaia-venture/rspec-graphql_types"
|
20
|
+
spec.metadata["changelog_uri"] = "https://github.com/gaia-venture/rspec-graphql_types"
|
21
21
|
|
22
22
|
# Specify which files should be added to the gem when it is released.
|
23
23
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-graphql_types
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tejas Dinkar
|
@@ -59,14 +59,14 @@ files:
|
|
59
59
|
- lib/rspec/graphql_types.rb
|
60
60
|
- lib/rspec/graphql_types/version.rb
|
61
61
|
- rspec-graphql_types.gemspec
|
62
|
-
homepage: https://github.com/gaia-
|
62
|
+
homepage: https://github.com/gaia-venture/rspec-graphql_types
|
63
63
|
licenses:
|
64
64
|
- MIT
|
65
65
|
metadata:
|
66
66
|
allowed_push_host: https://rubygems.org
|
67
|
-
homepage_uri: https://github.com/gaia-
|
68
|
-
source_code_uri: https://github.com/gaia-
|
69
|
-
changelog_uri: https://github.com/gaia-
|
67
|
+
homepage_uri: https://github.com/gaia-venture/rspec-graphql_types
|
68
|
+
source_code_uri: https://github.com/gaia-venture/rspec-graphql_types
|
69
|
+
changelog_uri: https://github.com/gaia-venture/rspec-graphql_types
|
70
70
|
post_install_message:
|
71
71
|
rdoc_options: []
|
72
72
|
require_paths:
|