ibrain-core 0.3.9 → 0.4.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
  SHA256:
3
- metadata.gz: 54aa7f0b5250da9ca3b9855824c529007a2c01cbc12eaf63347298261c1422e7
4
- data.tar.gz: 0c1f05cba8a7817f84b8c4cb85953ff5feea2f2a5753cda6a486498426133bb7
3
+ metadata.gz: 32e7f7587c35fbd6a0418ddc3a68d557d8c5e06e3108f93f83269e84f655f119
4
+ data.tar.gz: 71ed276d87fe72d9a0b0ddeab4ffb326898e6339702e6cf67020e4a1ed118fa6
5
5
  SHA512:
6
- metadata.gz: 9ced3c27494f81a998bb7c6960141c58ce8902b44199668e63986771db01a5f033b4d59cf7a5518fc9f3442111582a8b7791e6f2e6700a0204b175132effb23a
7
- data.tar.gz: d4f72b228c824b4fb68afa420a2caba8180e362ad35dcb154d81faf61fb420569407d7a4abc8f3637ae90b9ba10de3606e4687d6ee809d5281c9de34d45d0f8f
6
+ metadata.gz: 20b9c68ba3d42d1a655990b88aa570a3aa67bf93c706db8182b6e0cbd8f89aa4845b004065d6de5abfb4e5ca516c1e280a1b001d49d5b8b36a31890590d5e57c
7
+ data.tar.gz: 42476c629594393be8463e800646adeecf91967c3b01399632b99d7bd6d1c1dcdd8a25ac2dc40235c7f77afcb7fbe4a10646e3db3fa8c262838aeaffb8415e28
@@ -96,7 +96,7 @@ module Ibrain
96
96
  end
97
97
 
98
98
  def max_depth(operation_name)
99
- operation_name == 'IntrospectionQuery' ? 100 : Ibrain::Config.graphql_max_depth
99
+ operation_name == 'IntrospectionQuery' ? nil : Ibrain::Config.graphql_max_depth
100
100
  end
101
101
  end
102
102
  end
@@ -3,7 +3,7 @@
3
3
  <% module_namespacing_when_supported do -%>
4
4
  module Types
5
5
  module Objects
6
- class <%= type_ruby_name.split('::')[-1] %> < Ibrain::Types::BaseObject
6
+ class <%= type_ruby_name.split('::')[-1] %> < Ibrain::Types::BaseType
7
7
  implements Ibrain::Interfaces::RecordInterface
8
8
 
9
9
  description '<%= type_ruby_name.split('::')[-1] %>'
@@ -1,14 +1,14 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ibrain
4
- VERSION = "0.3.9"
4
+ VERSION = "0.4.0"
5
5
 
6
6
  def self.ibrain_version
7
7
  VERSION
8
8
  end
9
9
 
10
10
  def self.previous_ibrain_minor_version
11
- '0.3.8'
11
+ '0.3.9'
12
12
  end
13
13
 
14
14
  def self.ibrain_gem_version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibrain-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tai Nguyen Van
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-01 00:00:00.000000000 Z
11
+ date: 2022-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord-session_store