active_type 2.6.5 → 2.7.1
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 +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +4 -6
- data/lib/active_type/change_association.rb +2 -6
- data/lib/active_type/nested_attributes/association.rb +4 -19
- data/lib/active_type/no_table.rb +66 -152
- data/lib/active_type/object.rb +2 -2
- data/lib/active_type/record.rb +2 -2
- data/lib/active_type/record_extension/inheritance.rb +41 -76
- data/lib/active_type/type_caster.rb +2 -8
- data/lib/active_type/version.rb +3 -1
- data/lib/active_type/virtual_attributes.rb +13 -25
- data/lib/active_type.rb +0 -7
- metadata +3 -36
- data/.github/workflows/test.yml +0 -116
- data/.gitignore +0 -8
- data/.rspec +0 -1
- data/.ruby-version +0 -1
- data/Gemfile +0 -1
- data/Gemfile.6.1.pg +0 -9
- data/Gemfile.6.1.pg.lock +0 -59
- data/Gemfile.6.1.sqlite3 +0 -9
- data/Gemfile.6.1.sqlite3.lock +0 -59
- data/Gemfile.7.1.pg +0 -9
- data/Gemfile.7.1.pg.lock +0 -68
- data/Gemfile.7.1.sqlite3 +0 -9
- data/Gemfile.7.1.sqlite3.lock +0 -70
- data/Gemfile.7.2.mysql2 +0 -9
- data/Gemfile.7.2.mysql2.lock +0 -73
- data/Gemfile.7.2.pg +0 -9
- data/Gemfile.7.2.pg.lock +0 -70
- data/Gemfile.7.2.sqlite3 +0 -9
- data/Gemfile.7.2.sqlite3.lock +0 -72
- data/Gemfile.8.0.sqlite3 +0 -9
- data/Gemfile.8.0.sqlite3.lock +0 -84
- data/Gemfile.lock +0 -1
- data/Rakefile +0 -57
- data/active_type.gemspec +0 -31
- data/media/logo.dark.shapes.svg +0 -153
- data/media/logo.dark.text.svg +0 -115
- data/media/logo.light.shapes.svg +0 -145
- data/media/logo.light.text.svg +0 -107
- data/media/makandra-with-bottom-margin.dark.svg +0 -180
- data/media/makandra-with-bottom-margin.light.svg +0 -180
data/lib/active_type.rb
CHANGED
|
@@ -4,13 +4,6 @@ require 'active_type/version'
|
|
|
4
4
|
|
|
5
5
|
require 'active_record'
|
|
6
6
|
|
|
7
|
-
if ActiveRecord::VERSION::STRING == '4.2.0'
|
|
8
|
-
raise(<<-MESSAGE.strip_heredoc)
|
|
9
|
-
ActiveType is not compatible with ActiveRecord 4.2.0. Please upgrade to 4.2.1
|
|
10
|
-
For details see https://github.com/makandra/active_type/issues/31
|
|
11
|
-
MESSAGE
|
|
12
|
-
end
|
|
13
|
-
|
|
14
7
|
module ActiveType
|
|
15
8
|
extend ActiveSupport::Autoload
|
|
16
9
|
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_type
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tobias Kraze
|
|
8
8
|
- Henning Koch
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: bundler
|
|
@@ -59,33 +58,9 @@ executables: []
|
|
|
59
58
|
extensions: []
|
|
60
59
|
extra_rdoc_files: []
|
|
61
60
|
files:
|
|
62
|
-
- ".github/workflows/test.yml"
|
|
63
|
-
- ".gitignore"
|
|
64
|
-
- ".rspec"
|
|
65
|
-
- ".ruby-version"
|
|
66
61
|
- CHANGELOG.md
|
|
67
|
-
- Gemfile
|
|
68
|
-
- Gemfile.6.1.pg
|
|
69
|
-
- Gemfile.6.1.pg.lock
|
|
70
|
-
- Gemfile.6.1.sqlite3
|
|
71
|
-
- Gemfile.6.1.sqlite3.lock
|
|
72
|
-
- Gemfile.7.1.pg
|
|
73
|
-
- Gemfile.7.1.pg.lock
|
|
74
|
-
- Gemfile.7.1.sqlite3
|
|
75
|
-
- Gemfile.7.1.sqlite3.lock
|
|
76
|
-
- Gemfile.7.2.mysql2
|
|
77
|
-
- Gemfile.7.2.mysql2.lock
|
|
78
|
-
- Gemfile.7.2.pg
|
|
79
|
-
- Gemfile.7.2.pg.lock
|
|
80
|
-
- Gemfile.7.2.sqlite3
|
|
81
|
-
- Gemfile.7.2.sqlite3.lock
|
|
82
|
-
- Gemfile.8.0.sqlite3
|
|
83
|
-
- Gemfile.8.0.sqlite3.lock
|
|
84
|
-
- Gemfile.lock
|
|
85
62
|
- LICENSE
|
|
86
63
|
- README.md
|
|
87
|
-
- Rakefile
|
|
88
|
-
- active_type.gemspec
|
|
89
64
|
- lib/active_type.rb
|
|
90
65
|
- lib/active_type/change_association.rb
|
|
91
66
|
- lib/active_type/marshalling.rb
|
|
@@ -106,12 +81,6 @@ files:
|
|
|
106
81
|
- lib/active_type/util/unmutable_attributes.rb
|
|
107
82
|
- lib/active_type/version.rb
|
|
108
83
|
- lib/active_type/virtual_attributes.rb
|
|
109
|
-
- media/logo.dark.shapes.svg
|
|
110
|
-
- media/logo.dark.text.svg
|
|
111
|
-
- media/logo.light.shapes.svg
|
|
112
|
-
- media/logo.light.text.svg
|
|
113
|
-
- media/makandra-with-bottom-margin.dark.svg
|
|
114
|
-
- media/makandra-with-bottom-margin.light.svg
|
|
115
84
|
homepage: https://github.com/makandra/active_type
|
|
116
85
|
licenses:
|
|
117
86
|
- MIT
|
|
@@ -120,7 +89,6 @@ metadata:
|
|
|
120
89
|
bug_tracker_uri: https://github.com/makandra/active_type/issues
|
|
121
90
|
changelog_uri: https://github.com/makandra/active_type/blob/master/CHANGELOG.md
|
|
122
91
|
rubygems_mfa_required: 'true'
|
|
123
|
-
post_install_message:
|
|
124
92
|
rdoc_options: []
|
|
125
93
|
require_paths:
|
|
126
94
|
- lib
|
|
@@ -135,8 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
103
|
- !ruby/object:Gem::Version
|
|
136
104
|
version: '0'
|
|
137
105
|
requirements: []
|
|
138
|
-
rubygems_version: 3.
|
|
139
|
-
signing_key:
|
|
106
|
+
rubygems_version: 3.6.7
|
|
140
107
|
specification_version: 4
|
|
141
108
|
summary: Make any Ruby object quack like ActiveRecord
|
|
142
109
|
test_files: []
|
data/.github/workflows/test.yml
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
name: Tests
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
push:
|
|
5
|
-
branches: [main]
|
|
6
|
-
pull_request:
|
|
7
|
-
branches: [main]
|
|
8
|
-
|
|
9
|
-
jobs:
|
|
10
|
-
test_sqlite:
|
|
11
|
-
runs-on: ubuntu-24.04
|
|
12
|
-
|
|
13
|
-
strategy:
|
|
14
|
-
fail-fast: false
|
|
15
|
-
matrix:
|
|
16
|
-
include:
|
|
17
|
-
- ruby: "2.7.8"
|
|
18
|
-
gemfile: Gemfile.6.1.sqlite3
|
|
19
|
-
- ruby: "3.0.7"
|
|
20
|
-
gemfile: Gemfile.7.1.sqlite3
|
|
21
|
-
- ruby: "3.1.6"
|
|
22
|
-
gemfile: Gemfile.7.2.sqlite3
|
|
23
|
-
- ruby: "3.2.6"
|
|
24
|
-
gemfile: Gemfile.7.2.sqlite3
|
|
25
|
-
- ruby: "3.3.6"
|
|
26
|
-
gemfile: Gemfile.8.0.sqlite3
|
|
27
|
-
env:
|
|
28
|
-
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
|
|
29
|
-
|
|
30
|
-
steps:
|
|
31
|
-
- uses: actions/checkout@v3
|
|
32
|
-
- name: Install ruby
|
|
33
|
-
uses: ruby/setup-ruby@v1
|
|
34
|
-
with:
|
|
35
|
-
ruby-version: ${{ matrix.ruby }}
|
|
36
|
-
bundler-cache: true
|
|
37
|
-
- name: Run tests
|
|
38
|
-
run: bundle exec rake spec
|
|
39
|
-
|
|
40
|
-
test_mysql:
|
|
41
|
-
runs-on: ubuntu-24.04
|
|
42
|
-
|
|
43
|
-
services:
|
|
44
|
-
mysql:
|
|
45
|
-
image: mysql:5.6
|
|
46
|
-
env:
|
|
47
|
-
MYSQL_ROOT_PASSWORD: password
|
|
48
|
-
ports:
|
|
49
|
-
- 3306:3306
|
|
50
|
-
options: >-
|
|
51
|
-
--health-cmd="mysqladmin ping"
|
|
52
|
-
--health-interval=10s
|
|
53
|
-
--health-timeout=5s
|
|
54
|
-
--health-retries=3
|
|
55
|
-
|
|
56
|
-
strategy:
|
|
57
|
-
fail-fast: false
|
|
58
|
-
matrix:
|
|
59
|
-
include:
|
|
60
|
-
- ruby: "3.2.6"
|
|
61
|
-
gemfile: Gemfile.7.2.mysql2
|
|
62
|
-
env:
|
|
63
|
-
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
|
|
64
|
-
|
|
65
|
-
steps:
|
|
66
|
-
- uses: actions/checkout@v3
|
|
67
|
-
- name: Install ruby
|
|
68
|
-
uses: ruby/setup-ruby@v1
|
|
69
|
-
with:
|
|
70
|
-
ruby-version: ${{ matrix.ruby }}
|
|
71
|
-
bundler-cache: true
|
|
72
|
-
- name: Setup databases
|
|
73
|
-
run: |
|
|
74
|
-
mysql -e 'create database IF NOT EXISTS active_type_test;' -u root --password=password -P 3306 -h 127.0.0.1
|
|
75
|
-
- name: Run tests
|
|
76
|
-
run: bundle exec rake spec
|
|
77
|
-
|
|
78
|
-
test_pg:
|
|
79
|
-
runs-on: ubuntu-24.04
|
|
80
|
-
|
|
81
|
-
services:
|
|
82
|
-
postgres:
|
|
83
|
-
image: postgres
|
|
84
|
-
env:
|
|
85
|
-
POSTGRES_PASSWORD: postgres
|
|
86
|
-
POSTGRES_DB: active_type_test
|
|
87
|
-
options: >-
|
|
88
|
-
--health-cmd pg_isready
|
|
89
|
-
--health-interval 10s
|
|
90
|
-
--health-timeout 5s
|
|
91
|
-
--health-retries 5
|
|
92
|
-
ports:
|
|
93
|
-
- 5432:5432
|
|
94
|
-
|
|
95
|
-
strategy:
|
|
96
|
-
fail-fast: false
|
|
97
|
-
matrix:
|
|
98
|
-
include:
|
|
99
|
-
- ruby: "3.0.7"
|
|
100
|
-
gemfile: Gemfile.6.1.pg
|
|
101
|
-
- ruby: "3.2.6"
|
|
102
|
-
gemfile: Gemfile.7.1.pg
|
|
103
|
-
- ruby: "3.2.6"
|
|
104
|
-
gemfile: Gemfile.7.2.pg
|
|
105
|
-
env:
|
|
106
|
-
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
|
|
107
|
-
|
|
108
|
-
steps:
|
|
109
|
-
- uses: actions/checkout@v3
|
|
110
|
-
- name: Install ruby
|
|
111
|
-
uses: ruby/setup-ruby@v1
|
|
112
|
-
with:
|
|
113
|
-
ruby-version: ${{ matrix.ruby }}
|
|
114
|
-
bundler-cache: true
|
|
115
|
-
- name: Run tests
|
|
116
|
-
run: bundle exec rake spec
|
data/.gitignore
DELETED
data/.rspec
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
--color
|
data/.ruby-version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3.2
|
data/Gemfile
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Gemfile.7.0.sqlite3
|
data/Gemfile.6.1.pg
DELETED
data/Gemfile.6.1.pg.lock
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.6.5)
|
|
5
|
-
activerecord (>= 6.1)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (6.1.3)
|
|
11
|
-
activesupport (= 6.1.3)
|
|
12
|
-
activerecord (6.1.3)
|
|
13
|
-
activemodel (= 6.1.3)
|
|
14
|
-
activesupport (= 6.1.3)
|
|
15
|
-
activesupport (6.1.3)
|
|
16
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
|
-
i18n (>= 1.6, < 2)
|
|
18
|
-
minitest (>= 5.1)
|
|
19
|
-
tzinfo (~> 2.0)
|
|
20
|
-
zeitwerk (~> 2.3)
|
|
21
|
-
concurrent-ruby (1.1.8)
|
|
22
|
-
diff-lcs (1.4.4)
|
|
23
|
-
gemika (0.6.0)
|
|
24
|
-
i18n (1.8.9)
|
|
25
|
-
concurrent-ruby (~> 1.0)
|
|
26
|
-
minitest (5.14.4)
|
|
27
|
-
pg (1.2.3)
|
|
28
|
-
rake (13.0.3)
|
|
29
|
-
rspec (3.10.0)
|
|
30
|
-
rspec-core (~> 3.10.0)
|
|
31
|
-
rspec-expectations (~> 3.10.0)
|
|
32
|
-
rspec-mocks (~> 3.10.0)
|
|
33
|
-
rspec-core (3.10.1)
|
|
34
|
-
rspec-support (~> 3.10.0)
|
|
35
|
-
rspec-expectations (3.10.1)
|
|
36
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
37
|
-
rspec-support (~> 3.10.0)
|
|
38
|
-
rspec-mocks (3.10.2)
|
|
39
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
40
|
-
rspec-support (~> 3.10.0)
|
|
41
|
-
rspec-support (3.10.2)
|
|
42
|
-
tzinfo (2.0.4)
|
|
43
|
-
concurrent-ruby (~> 1.0)
|
|
44
|
-
zeitwerk (2.4.2)
|
|
45
|
-
|
|
46
|
-
PLATFORMS
|
|
47
|
-
ruby
|
|
48
|
-
x86_64-linux
|
|
49
|
-
|
|
50
|
-
DEPENDENCIES
|
|
51
|
-
active_type!
|
|
52
|
-
activerecord (~> 6.1.0)
|
|
53
|
-
gemika
|
|
54
|
-
pg
|
|
55
|
-
rake
|
|
56
|
-
rspec (~> 3.4)
|
|
57
|
-
|
|
58
|
-
BUNDLED WITH
|
|
59
|
-
2.2.27
|
data/Gemfile.6.1.sqlite3
DELETED
data/Gemfile.6.1.sqlite3.lock
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.6.5)
|
|
5
|
-
activerecord (>= 6.1)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (6.1.3)
|
|
11
|
-
activesupport (= 6.1.3)
|
|
12
|
-
activerecord (6.1.3)
|
|
13
|
-
activemodel (= 6.1.3)
|
|
14
|
-
activesupport (= 6.1.3)
|
|
15
|
-
activesupport (6.1.3)
|
|
16
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
|
-
i18n (>= 1.6, < 2)
|
|
18
|
-
minitest (>= 5.1)
|
|
19
|
-
tzinfo (~> 2.0)
|
|
20
|
-
zeitwerk (~> 2.3)
|
|
21
|
-
concurrent-ruby (1.1.8)
|
|
22
|
-
diff-lcs (1.4.4)
|
|
23
|
-
gemika (0.6.0)
|
|
24
|
-
i18n (1.8.9)
|
|
25
|
-
concurrent-ruby (~> 1.0)
|
|
26
|
-
minitest (5.14.4)
|
|
27
|
-
rake (13.0.3)
|
|
28
|
-
rspec (3.10.0)
|
|
29
|
-
rspec-core (~> 3.10.0)
|
|
30
|
-
rspec-expectations (~> 3.10.0)
|
|
31
|
-
rspec-mocks (~> 3.10.0)
|
|
32
|
-
rspec-core (3.10.1)
|
|
33
|
-
rspec-support (~> 3.10.0)
|
|
34
|
-
rspec-expectations (3.10.1)
|
|
35
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
36
|
-
rspec-support (~> 3.10.0)
|
|
37
|
-
rspec-mocks (3.10.2)
|
|
38
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
39
|
-
rspec-support (~> 3.10.0)
|
|
40
|
-
rspec-support (3.10.2)
|
|
41
|
-
sqlite3 (1.4.2)
|
|
42
|
-
tzinfo (2.0.4)
|
|
43
|
-
concurrent-ruby (~> 1.0)
|
|
44
|
-
zeitwerk (2.4.2)
|
|
45
|
-
|
|
46
|
-
PLATFORMS
|
|
47
|
-
ruby
|
|
48
|
-
x86_64-linux
|
|
49
|
-
|
|
50
|
-
DEPENDENCIES
|
|
51
|
-
active_type!
|
|
52
|
-
activerecord (~> 6.1.0)
|
|
53
|
-
gemika
|
|
54
|
-
rake
|
|
55
|
-
rspec (~> 3.4)
|
|
56
|
-
sqlite3
|
|
57
|
-
|
|
58
|
-
BUNDLED WITH
|
|
59
|
-
2.2.27
|
data/Gemfile.7.1.pg
DELETED
data/Gemfile.7.1.pg.lock
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.6.5)
|
|
5
|
-
activerecord (>= 6.1)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (7.1.3.4)
|
|
11
|
-
activesupport (= 7.1.3.4)
|
|
12
|
-
activerecord (7.1.3.4)
|
|
13
|
-
activemodel (= 7.1.3.4)
|
|
14
|
-
activesupport (= 7.1.3.4)
|
|
15
|
-
timeout (>= 0.4.0)
|
|
16
|
-
activesupport (7.1.3.4)
|
|
17
|
-
base64
|
|
18
|
-
bigdecimal
|
|
19
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
20
|
-
connection_pool (>= 2.2.5)
|
|
21
|
-
drb
|
|
22
|
-
i18n (>= 1.6, < 2)
|
|
23
|
-
minitest (>= 5.1)
|
|
24
|
-
mutex_m
|
|
25
|
-
tzinfo (~> 2.0)
|
|
26
|
-
base64 (0.2.0)
|
|
27
|
-
bigdecimal (3.1.8)
|
|
28
|
-
concurrent-ruby (1.3.4)
|
|
29
|
-
connection_pool (2.4.1)
|
|
30
|
-
diff-lcs (1.5.1)
|
|
31
|
-
drb (2.2.1)
|
|
32
|
-
gemika (0.8.3)
|
|
33
|
-
i18n (1.14.5)
|
|
34
|
-
concurrent-ruby (~> 1.0)
|
|
35
|
-
minitest (5.24.1)
|
|
36
|
-
mutex_m (0.2.0)
|
|
37
|
-
pg (1.5.7)
|
|
38
|
-
rake (13.2.1)
|
|
39
|
-
rspec (3.13.0)
|
|
40
|
-
rspec-core (~> 3.13.0)
|
|
41
|
-
rspec-expectations (~> 3.13.0)
|
|
42
|
-
rspec-mocks (~> 3.13.0)
|
|
43
|
-
rspec-core (3.13.0)
|
|
44
|
-
rspec-support (~> 3.13.0)
|
|
45
|
-
rspec-expectations (3.13.1)
|
|
46
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
47
|
-
rspec-support (~> 3.13.0)
|
|
48
|
-
rspec-mocks (3.13.1)
|
|
49
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
50
|
-
rspec-support (~> 3.13.0)
|
|
51
|
-
rspec-support (3.13.1)
|
|
52
|
-
timeout (0.4.1)
|
|
53
|
-
tzinfo (2.0.6)
|
|
54
|
-
concurrent-ruby (~> 1.0)
|
|
55
|
-
|
|
56
|
-
PLATFORMS
|
|
57
|
-
ruby
|
|
58
|
-
|
|
59
|
-
DEPENDENCIES
|
|
60
|
-
active_type!
|
|
61
|
-
activerecord (~> 7.1.0)
|
|
62
|
-
gemika
|
|
63
|
-
pg
|
|
64
|
-
rake
|
|
65
|
-
rspec (~> 3.4)
|
|
66
|
-
|
|
67
|
-
BUNDLED WITH
|
|
68
|
-
2.5.6
|
data/Gemfile.7.1.sqlite3
DELETED
data/Gemfile.7.1.sqlite3.lock
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.6.5)
|
|
5
|
-
activerecord (>= 6.1)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (7.1.3.4)
|
|
11
|
-
activesupport (= 7.1.3.4)
|
|
12
|
-
activerecord (7.1.3.4)
|
|
13
|
-
activemodel (= 7.1.3.4)
|
|
14
|
-
activesupport (= 7.1.3.4)
|
|
15
|
-
timeout (>= 0.4.0)
|
|
16
|
-
activesupport (7.1.3.4)
|
|
17
|
-
base64
|
|
18
|
-
bigdecimal
|
|
19
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
20
|
-
connection_pool (>= 2.2.5)
|
|
21
|
-
drb
|
|
22
|
-
i18n (>= 1.6, < 2)
|
|
23
|
-
minitest (>= 5.1)
|
|
24
|
-
mutex_m
|
|
25
|
-
tzinfo (~> 2.0)
|
|
26
|
-
base64 (0.2.0)
|
|
27
|
-
bigdecimal (3.1.8)
|
|
28
|
-
concurrent-ruby (1.3.4)
|
|
29
|
-
connection_pool (2.4.1)
|
|
30
|
-
diff-lcs (1.5.1)
|
|
31
|
-
drb (2.2.1)
|
|
32
|
-
gemika (0.8.3)
|
|
33
|
-
i18n (1.14.5)
|
|
34
|
-
concurrent-ruby (~> 1.0)
|
|
35
|
-
mini_portile2 (2.8.7)
|
|
36
|
-
minitest (5.24.1)
|
|
37
|
-
mutex_m (0.2.0)
|
|
38
|
-
rake (13.2.1)
|
|
39
|
-
rspec (3.13.0)
|
|
40
|
-
rspec-core (~> 3.13.0)
|
|
41
|
-
rspec-expectations (~> 3.13.0)
|
|
42
|
-
rspec-mocks (~> 3.13.0)
|
|
43
|
-
rspec-core (3.13.0)
|
|
44
|
-
rspec-support (~> 3.13.0)
|
|
45
|
-
rspec-expectations (3.13.1)
|
|
46
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
47
|
-
rspec-support (~> 3.13.0)
|
|
48
|
-
rspec-mocks (3.13.1)
|
|
49
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
50
|
-
rspec-support (~> 3.13.0)
|
|
51
|
-
rspec-support (3.13.1)
|
|
52
|
-
sqlite3 (1.6.0)
|
|
53
|
-
mini_portile2 (~> 2.8.0)
|
|
54
|
-
timeout (0.4.1)
|
|
55
|
-
tzinfo (2.0.6)
|
|
56
|
-
concurrent-ruby (~> 1.0)
|
|
57
|
-
|
|
58
|
-
PLATFORMS
|
|
59
|
-
ruby
|
|
60
|
-
|
|
61
|
-
DEPENDENCIES
|
|
62
|
-
active_type!
|
|
63
|
-
activerecord (~> 7.1.0)
|
|
64
|
-
gemika
|
|
65
|
-
rake
|
|
66
|
-
rspec (~> 3.4)
|
|
67
|
-
sqlite3 (= 1.6.0)
|
|
68
|
-
|
|
69
|
-
BUNDLED WITH
|
|
70
|
-
2.5.6
|
data/Gemfile.7.2.mysql2
DELETED
data/Gemfile.7.2.mysql2.lock
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.6.5)
|
|
5
|
-
activerecord (>= 6.1)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (7.2.2.1)
|
|
11
|
-
activesupport (= 7.2.2.1)
|
|
12
|
-
activerecord (7.2.2.1)
|
|
13
|
-
activemodel (= 7.2.2.1)
|
|
14
|
-
activesupport (= 7.2.2.1)
|
|
15
|
-
timeout (>= 0.4.0)
|
|
16
|
-
activesupport (7.2.2.1)
|
|
17
|
-
base64
|
|
18
|
-
benchmark (>= 0.3)
|
|
19
|
-
bigdecimal
|
|
20
|
-
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
21
|
-
connection_pool (>= 2.2.5)
|
|
22
|
-
drb
|
|
23
|
-
i18n (>= 1.6, < 2)
|
|
24
|
-
logger (>= 1.4.2)
|
|
25
|
-
minitest (>= 5.1)
|
|
26
|
-
securerandom (>= 0.3)
|
|
27
|
-
tzinfo (~> 2.0, >= 2.0.5)
|
|
28
|
-
base64 (0.2.0)
|
|
29
|
-
benchmark (0.4.0)
|
|
30
|
-
bigdecimal (3.1.8)
|
|
31
|
-
concurrent-ruby (1.3.4)
|
|
32
|
-
connection_pool (2.4.1)
|
|
33
|
-
diff-lcs (1.5.1)
|
|
34
|
-
drb (2.2.1)
|
|
35
|
-
gemika (0.8.3)
|
|
36
|
-
i18n (1.14.6)
|
|
37
|
-
concurrent-ruby (~> 1.0)
|
|
38
|
-
logger (1.6.4)
|
|
39
|
-
minitest (5.25.4)
|
|
40
|
-
mysql2 (0.5.6)
|
|
41
|
-
rake (13.2.1)
|
|
42
|
-
rspec (3.13.0)
|
|
43
|
-
rspec-core (~> 3.13.0)
|
|
44
|
-
rspec-expectations (~> 3.13.0)
|
|
45
|
-
rspec-mocks (~> 3.13.0)
|
|
46
|
-
rspec-core (3.13.2)
|
|
47
|
-
rspec-support (~> 3.13.0)
|
|
48
|
-
rspec-expectations (3.13.3)
|
|
49
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
50
|
-
rspec-support (~> 3.13.0)
|
|
51
|
-
rspec-mocks (3.13.2)
|
|
52
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
53
|
-
rspec-support (~> 3.13.0)
|
|
54
|
-
rspec-support (3.13.2)
|
|
55
|
-
securerandom (0.4.1)
|
|
56
|
-
timeout (0.4.3)
|
|
57
|
-
tzinfo (2.0.6)
|
|
58
|
-
concurrent-ruby (~> 1.0)
|
|
59
|
-
|
|
60
|
-
PLATFORMS
|
|
61
|
-
ruby
|
|
62
|
-
x86_64-linux
|
|
63
|
-
|
|
64
|
-
DEPENDENCIES
|
|
65
|
-
active_type!
|
|
66
|
-
activerecord (~> 7.2.0)
|
|
67
|
-
gemika
|
|
68
|
-
mysql2
|
|
69
|
-
rake
|
|
70
|
-
rspec (~> 3.4)
|
|
71
|
-
|
|
72
|
-
BUNDLED WITH
|
|
73
|
-
2.6.2
|
data/Gemfile.7.2.pg
DELETED
data/Gemfile.7.2.pg.lock
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.6.5)
|
|
5
|
-
activerecord (>= 6.1)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (7.2.0)
|
|
11
|
-
activesupport (= 7.2.0)
|
|
12
|
-
activerecord (7.2.0)
|
|
13
|
-
activemodel (= 7.2.0)
|
|
14
|
-
activesupport (= 7.2.0)
|
|
15
|
-
timeout (>= 0.4.0)
|
|
16
|
-
activesupport (7.2.0)
|
|
17
|
-
base64
|
|
18
|
-
bigdecimal
|
|
19
|
-
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
20
|
-
connection_pool (>= 2.2.5)
|
|
21
|
-
drb
|
|
22
|
-
i18n (>= 1.6, < 2)
|
|
23
|
-
logger (>= 1.4.2)
|
|
24
|
-
minitest (>= 5.1)
|
|
25
|
-
securerandom (>= 0.3)
|
|
26
|
-
tzinfo (~> 2.0, >= 2.0.5)
|
|
27
|
-
base64 (0.2.0)
|
|
28
|
-
bigdecimal (3.1.8)
|
|
29
|
-
concurrent-ruby (1.3.4)
|
|
30
|
-
connection_pool (2.4.1)
|
|
31
|
-
diff-lcs (1.5.1)
|
|
32
|
-
drb (2.2.1)
|
|
33
|
-
gemika (0.8.3)
|
|
34
|
-
i18n (1.14.5)
|
|
35
|
-
concurrent-ruby (~> 1.0)
|
|
36
|
-
logger (1.6.0)
|
|
37
|
-
minitest (5.24.1)
|
|
38
|
-
pg (1.5.7)
|
|
39
|
-
rake (13.2.1)
|
|
40
|
-
rspec (3.13.0)
|
|
41
|
-
rspec-core (~> 3.13.0)
|
|
42
|
-
rspec-expectations (~> 3.13.0)
|
|
43
|
-
rspec-mocks (~> 3.13.0)
|
|
44
|
-
rspec-core (3.13.0)
|
|
45
|
-
rspec-support (~> 3.13.0)
|
|
46
|
-
rspec-expectations (3.13.1)
|
|
47
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
48
|
-
rspec-support (~> 3.13.0)
|
|
49
|
-
rspec-mocks (3.13.1)
|
|
50
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
51
|
-
rspec-support (~> 3.13.0)
|
|
52
|
-
rspec-support (3.13.1)
|
|
53
|
-
securerandom (0.3.1)
|
|
54
|
-
timeout (0.4.1)
|
|
55
|
-
tzinfo (2.0.6)
|
|
56
|
-
concurrent-ruby (~> 1.0)
|
|
57
|
-
|
|
58
|
-
PLATFORMS
|
|
59
|
-
ruby
|
|
60
|
-
|
|
61
|
-
DEPENDENCIES
|
|
62
|
-
active_type!
|
|
63
|
-
activerecord (~> 7.2.0)
|
|
64
|
-
gemika
|
|
65
|
-
pg
|
|
66
|
-
rake
|
|
67
|
-
rspec (~> 3.4)
|
|
68
|
-
|
|
69
|
-
BUNDLED WITH
|
|
70
|
-
2.5.6
|