ibrain-core 0.5.2 → 0.5.4

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: f233bcfda710916773bb711e76dfb17dbed7422903582e485aa4b74bd16b70a0
4
- data.tar.gz: 77b84c056f155144027fdf4383cece09f7846413c0c1148630396e05ca76979f
3
+ metadata.gz: 050bc4db6fe4fbc3f1e26d4a6a829f7273c5eaf9909e2e4049a95edc89a86d32
4
+ data.tar.gz: a36659e2f15c4475f6afb8eb9be75b8b61eaabdefab837e618b9e18ca7b3c22b
5
5
  SHA512:
6
- metadata.gz: 7d7b3295584d532c7056bd8c42f9f0912a1a57415f055d8e779ed0e7379fd3677ab2e481d5336c7378ec380223177fef9f9f695f6d4ec5884f8535eedccfbfc8
7
- data.tar.gz: 31df17fd32e208faf2e517e8cc9fdedd4bed1e937a7352ac5e883f9359c81ec9682b1970aab5726a9863107eeb96e20129c9c487eaaba0f1522c973773dc7539
6
+ metadata.gz: 46c130b0ab4a6227ec4943f068c11245e9133e99cd43c90eedd1dbd6bd86774e1e696962859c59697279673b439213469c44f704a50a5012b7d302ab18de708e
7
+ data.tar.gz: deb0d8912bc4ca2eaab7b6194b8ba01dd6149d1e3484ff178979e47acc3968394ca9eb9c9610d0026f10a973bd3d157c36b93d3e284bdae7e70c9b8deb5cd41c
@@ -9,7 +9,7 @@ module Ibrain
9
9
  connection_type_class(Ibrain::Types::BaseConnection)
10
10
 
11
11
  field_class ::Ibrain::Types::BaseField
12
- field :table_name, String, null: true
12
+ field :gem, String, null: true
13
13
 
14
14
  protected
15
15
 
@@ -21,8 +21,8 @@ module Ibrain
21
21
  context.try(:fetch, :current_user)
22
22
  end
23
23
 
24
- def table_name
25
- object.class.try(:table_name)
24
+ def gem
25
+ 'ibrain-core'
26
26
  end
27
27
  end
28
28
  end
@@ -1,14 +1,14 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ibrain
4
- VERSION = "0.5.2"
4
+ VERSION = "0.5.4"
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.5.1'
11
+ '0.5.3'
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.5.2
4
+ version: 0.5.4
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-09-21 00:00:00.000000000 Z
11
+ date: 2022-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord-session_store
@@ -294,7 +294,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
294
294
  - !ruby/object:Gem::Version
295
295
  version: '0'
296
296
  requirements: []
297
- rubygems_version: 3.3.20
297
+ rubygems_version: 3.1.6
298
298
  signing_key:
299
299
  specification_version: 4
300
300
  summary: Its Core is an sso authen gem for Ruby on Rails.