activerecord-cti 1.0.2 → 1.0.3

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: b73040f6da6dad822aa1840b28f2cfeb15db794c8714941301ada52f44fffbf5
4
- data.tar.gz: 475064ad401435250f3cd6812b86fafaadad413c812e3c860ca61a45008726ff
3
+ metadata.gz: 425a3e4a8ade8552420200ecd5bc1654c234e504834fe74ceb32fc5fe50f2e94
4
+ data.tar.gz: 1c4118d915a3741f0b69598c10b92ac0fad38aa14cb63adeedb5c954cc924f98
5
5
  SHA512:
6
- metadata.gz: bf497e50f0f0c3bc5832b88bbcf2abab46b9757789b6e2f884e36716f87c32d1d6ccb8dd3f0a24cc96edf056d6901a75d8e9acc4764a7ab56d1851a96387c9ba
7
- data.tar.gz: ee03298b1bf54dc60298f8fdce58c5e46b41fb3379eb6fcecbf2aab40c9396cce71076ea046651e749cebab93bfbad0ea5044fb727bbdf6c3ff217e890b03938
6
+ metadata.gz: cfd21b352353d9ef193169a0ab73a4472d27ecb0d53aafc50c0e3e59a96df0892c13612663b09c313752c6cdc1aca6f6c63a133d133197c9a58edef631f46abc
7
+ data.tar.gz: f0c2bf1a6f82f468effb9c33699cb7d6670bc5f750dd8462b61f70ba6d16aea75168cf574d76997efaa6c99e464162f51e97a635338362a170966c7185754583
@@ -1,5 +1,5 @@
1
1
  module Activerecord
2
2
  module Cti
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-cti
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - khata
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-13 00:00:00.000000000 Z
11
+ date: 2023-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sqlite3
@@ -30,7 +30,6 @@ description: ActiveRecord-Cti is a library implemented Class Table Inheritance o
30
30
  to describe it's structure on the database. For Example, one person may be a player
31
31
  and a coach in a soccer team.
32
32
  email:
33
- - hata_kentaro_es@tokushima-inc.jp
34
33
  executables: []
35
34
  extensions: []
36
35
  extra_rdoc_files: []
@@ -44,7 +43,7 @@ files:
44
43
  - lib/activerecord/cti/sub_class.rb
45
44
  - lib/activerecord/cti/version.rb
46
45
  - lib/tasks/activerecord/cti_tasks.rake
47
- homepage: https://bs.tokushima-inc.jp/
46
+ homepage: https://github.com/khata-jp/activerecord-cti
48
47
  licenses:
49
48
  - MIT
50
49
  metadata: {}
@@ -63,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
62
  - !ruby/object:Gem::Version
64
63
  version: '0'
65
64
  requirements: []
66
- rubygems_version: 3.2.15
65
+ rubygems_version: 3.4.10
67
66
  signing_key:
68
67
  specification_version: 4
69
68
  summary: ActiveRecord-Cti is a library implemented Class Table Inheritance on Ruby