graphql-relay 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae595ba777a0d485536c949f06bc7b0741a97267
4
- data.tar.gz: 92fb6814d222d1965d9b31bc8c8887a091b19524
3
+ metadata.gz: f2d83a3208dad5039d25fd4b825563b31065e2bd
4
+ data.tar.gz: 933f3be98aa81b750366ff9a11080c641283d0f0
5
5
  SHA512:
6
- metadata.gz: 8797f9ab05278a90c3b9ac4a8f6997b2b466a6cc05469ae5833dcff23bdc12570fda500ec7a66e5a05519d101573bdf0e44be809852b495b16d0070abac0a471
7
- data.tar.gz: 595265221e8f5a9e44b87c1145f4ebe4af9e72a3fc0aed0ba0c72ce6c515f61bed75b7a800c1010f9d316752542f0fe200452853256b758cc7256139261b5653
6
+ metadata.gz: 67e6a70a00d8041b571a578fcd1ba01a99c08e7a8bf4d257bf6079d8df5f641bf47046401bcb36c9b97aadf1390ad6ea00d1d48bd6ae5cfc1d40cce12f74befd
7
+ data.tar.gz: 661708e0f3a6a5fdcbbc1c76f420a874a548176d658080faf5b15e92a983117df6d71d845aed64d8760be6f3e5e002d97afdf026bca5c4a4fa3e3cb1d0c73350
@@ -1,7 +1,5 @@
1
- module GraphQL
2
- class ObjectType
3
- def connection_type
4
- @connection_type ||= GraphQL::Relay::BaseConnection.create_type(self)
5
- end
1
+ class GraphQL::ObjectType
2
+ def connection_type
3
+ @connection_type ||= GraphQL::Relay::BaseConnection.create_type(self)
6
4
  end
7
5
  end
@@ -1,5 +1,5 @@
1
1
  module GraphQL
2
2
  module Relay
3
- VERSION = '0.3.1'
3
+ VERSION = '0.3.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql-relay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Mosolgo