graphql_includable 0.5.0.beta.7 → 0.5.0

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: 6f3fba17fe085d1ca6d21e6221b39e6dbab7aac0
4
- data.tar.gz: c8db13df5e56381b3cd5b8a80d9658e0a45e4df6
3
+ metadata.gz: 014b367c0c9e017f33db0076bc473668d2033caa
4
+ data.tar.gz: 61b6f1699b9d77c9ca3745be27a5f8f9b5da4e22
5
5
  SHA512:
6
- metadata.gz: 275719a81783da68a7f880b93cce5338a5a27a9fce19c2005774fb67cdc1615ae7d04e10315cae0b7b22f7d8e1a6e3988c15ecc4155ae071e8c0867e12c424fd
7
- data.tar.gz: da64a87373d1e3a84091f9425b6082ff5b072fdb53c3f2f26d120f1fbceea88c63252a331980233eae6fbb3bac16549f2b64e3eab97101c3786547ba88ac9028
6
+ metadata.gz: 50ea6afd3369d545c9ad72574a513c3f4de81a753cc1ab15b5cdeaea3375d7f9548f2586bb9717b6e974558126bdc87e605fe50739e3fbccaaf8c2bb9e2b1c84
7
+ data.tar.gz: c32ad015198ced702ab16964905808abf86b632406e4f6acf2e9583f0c8ecfa4ce2dc00d30a5fe6b620e01db8c66c504f3b38256ae41a9c7a4c1222c45d62fa1
@@ -6,6 +6,7 @@ module GraphQLIncludable
6
6
 
7
7
  module ClassMethods
8
8
  def includes_from_graphql(ctx)
9
+ warn '[DEPRECATION] `includes_from_graphql` is deprecated. See migration guide in README.'
9
10
  ActiveSupport::Notifications.instrument('graphql_includable.includes_from_graphql') do |instrument|
10
11
  instrument[:operation_name] = ctx.query&.operation_name
11
12
  instrument[:field_name] = ctx.irep_node.name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql_includable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0.beta.7
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Rouse
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-09-04 00:00:00.000000000 Z
13
+ date: 2019-09-24 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description:
16
16
  email:
@@ -52,9 +52,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
52
52
  version: '0'
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
- - - ">"
55
+ - - ">="
56
56
  - !ruby/object:Gem::Version
57
- version: 1.3.1
57
+ version: '0'
58
58
  requirements: []
59
59
  rubyforge_project:
60
60
  rubygems_version: 2.6.14.1