rspec-graphql_types 1.0.1 → 1.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
  SHA256:
3
- metadata.gz: 1596709357391d9e80574a97b001b5f89c723bdabba92dccf88e0daa60954a43
4
- data.tar.gz: 710ad591c617d535ab6fe68d7536609d99db0d7792175d1bf034a4bd45cb479d
3
+ metadata.gz: 11f73ac9e786a08627ae1afbd8fbc58309604d990290c5a5b7e20650e9ba8c63
4
+ data.tar.gz: 6204c42cb10b3008f2f5bb25afe6f101dfa9661c70416e9bdaace47213c16cd3
5
5
  SHA512:
6
- metadata.gz: 63ad7315cb6d03dfec2e98e4e0c2b59a973817c7f3f04ba340c9bd46c9c92affd173883df63959810b35515edc1f25757ab818df6cd09e79614f651f86a08a2d
7
- data.tar.gz: 9dfbdf7b1581f0a4d8516386bad2ed6350586804396a3ccd94f55b26761fd96a9de6cb5218a95c9ecb125ac0b68418c63ac458a8540ec9d2e44920d40e756f65
6
+ metadata.gz: 2f5b269d2510d38015e1019eb644103fc7c053b8b8b876a5ab0c593caa85ddb1bb4c1c00c614de1564cdf922777ce2ff71e5fdc6c4bff631109858a2885e7212
7
+ data.tar.gz: a2cda1ae737bf004e587df3b46e686a3b7d45cd3b6b6fe35cfabe3f0369558d351428153aa7702a45d2ef83d0bc6088899c27f6c9c57b0cf0c2b1039b4faf3cc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rspec-graphql_types (1.0.1)
4
+ rspec-graphql_types (1.0.2)
5
5
  activesupport
6
6
  graphql
7
7
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rspec
4
4
  module GraphQLTypes
5
- VERSION = "1.0.1"
5
+ VERSION = "1.0.2"
6
6
  end
7
7
  end
@@ -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-ventures/rspec-graphql_types"
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-ventures/rspec-graphql_types"
20
- spec.metadata["changelog_uri"] = "https://github.com/gaia-ventures/rspec-graphql_types"
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.1
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-ventures/rspec-graphql_types
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-ventures/rspec-graphql_types
68
- source_code_uri: https://github.com/gaia-ventures/rspec-graphql_types
69
- changelog_uri: https://github.com/gaia-ventures/rspec-graphql_types
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: