active_type 2.5.1 → 2.8.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 +4 -4
- data/CHANGELOG.md +38 -0
- data/README.md +23 -9
- data/lib/active_type/change_association.rb +2 -6
- data/lib/active_type/marshalling.rb +62 -0
- data/lib/active_type/nested_attributes/association.rb +5 -20
- data/lib/active_type/no_table.rb +66 -148
- data/lib/active_type/object.rb +2 -0
- data/lib/active_type/record.rb +2 -0
- 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 +65 -40
- data/lib/active_type.rb +0 -7
- metadata +7 -41
- data/.github/workflows/test.yml +0 -134
- data/.gitignore +0 -8
- data/.rspec +0 -1
- data/.ruby-version +0 -1
- data/Gemfile +0 -1
- data/Gemfile.5.2.mysql2 +0 -9
- data/Gemfile.5.2.mysql2.lock +0 -59
- data/Gemfile.5.2.pg +0 -9
- data/Gemfile.5.2.pg.lock +0 -59
- data/Gemfile.5.2.sqlite3 +0 -9
- data/Gemfile.5.2.sqlite3.lock +0 -59
- data/Gemfile.6.0.sqlite3 +0 -9
- data/Gemfile.6.0.sqlite3.lock +0 -59
- 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.0.pg +0 -9
- data/Gemfile.7.0.pg.lock +0 -56
- data/Gemfile.7.0.sqlite3 +0 -9
- data/Gemfile.7.0.sqlite3.lock +0 -58
- 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.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.lock +0 -1
- data/Rakefile +0 -57
- data/active_type.gemspec +0 -31
data/Gemfile.5.2.pg
DELETED
data/Gemfile.5.2.pg.lock
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.5.1)
|
|
5
|
-
activerecord (>= 3.2)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (5.1.7)
|
|
11
|
-
activesupport (= 5.1.7)
|
|
12
|
-
activerecord (5.1.7)
|
|
13
|
-
activemodel (= 5.1.7)
|
|
14
|
-
activesupport (= 5.1.7)
|
|
15
|
-
arel (~> 8.0)
|
|
16
|
-
activesupport (5.1.7)
|
|
17
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
18
|
-
i18n (>= 0.7, < 2)
|
|
19
|
-
minitest (~> 5.1)
|
|
20
|
-
tzinfo (~> 1.1)
|
|
21
|
-
arel (8.0.0)
|
|
22
|
-
concurrent-ruby (1.1.7)
|
|
23
|
-
diff-lcs (1.4.4)
|
|
24
|
-
gemika (0.6.0)
|
|
25
|
-
i18n (1.8.5)
|
|
26
|
-
concurrent-ruby (~> 1.0)
|
|
27
|
-
minitest (5.14.2)
|
|
28
|
-
pg (1.2.3)
|
|
29
|
-
rake (13.0.1)
|
|
30
|
-
rspec (3.10.0)
|
|
31
|
-
rspec-core (~> 3.10.0)
|
|
32
|
-
rspec-expectations (~> 3.10.0)
|
|
33
|
-
rspec-mocks (~> 3.10.0)
|
|
34
|
-
rspec-core (3.10.0)
|
|
35
|
-
rspec-support (~> 3.10.0)
|
|
36
|
-
rspec-expectations (3.10.0)
|
|
37
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
38
|
-
rspec-support (~> 3.10.0)
|
|
39
|
-
rspec-mocks (3.10.0)
|
|
40
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
41
|
-
rspec-support (~> 3.10.0)
|
|
42
|
-
rspec-support (3.10.0)
|
|
43
|
-
thread_safe (0.3.6)
|
|
44
|
-
tzinfo (1.2.8)
|
|
45
|
-
thread_safe (~> 0.1)
|
|
46
|
-
|
|
47
|
-
PLATFORMS
|
|
48
|
-
ruby
|
|
49
|
-
|
|
50
|
-
DEPENDENCIES
|
|
51
|
-
active_type!
|
|
52
|
-
activerecord (~> 5.1.0)
|
|
53
|
-
gemika
|
|
54
|
-
pg
|
|
55
|
-
rake
|
|
56
|
-
rspec (~> 3.4)
|
|
57
|
-
|
|
58
|
-
BUNDLED WITH
|
|
59
|
-
2.2.27
|
data/Gemfile.5.2.sqlite3
DELETED
data/Gemfile.5.2.sqlite3.lock
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.5.1)
|
|
5
|
-
activerecord (>= 3.2)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (5.1.7)
|
|
11
|
-
activesupport (= 5.1.7)
|
|
12
|
-
activerecord (5.1.7)
|
|
13
|
-
activemodel (= 5.1.7)
|
|
14
|
-
activesupport (= 5.1.7)
|
|
15
|
-
arel (~> 8.0)
|
|
16
|
-
activesupport (5.1.7)
|
|
17
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
18
|
-
i18n (>= 0.7, < 2)
|
|
19
|
-
minitest (~> 5.1)
|
|
20
|
-
tzinfo (~> 1.1)
|
|
21
|
-
arel (8.0.0)
|
|
22
|
-
concurrent-ruby (1.1.7)
|
|
23
|
-
diff-lcs (1.4.4)
|
|
24
|
-
gemika (0.5.0)
|
|
25
|
-
i18n (1.8.5)
|
|
26
|
-
concurrent-ruby (~> 1.0)
|
|
27
|
-
minitest (5.14.2)
|
|
28
|
-
rake (13.0.1)
|
|
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.0)
|
|
34
|
-
rspec-support (~> 3.10.0)
|
|
35
|
-
rspec-expectations (3.10.0)
|
|
36
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
37
|
-
rspec-support (~> 3.10.0)
|
|
38
|
-
rspec-mocks (3.10.0)
|
|
39
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
40
|
-
rspec-support (~> 3.10.0)
|
|
41
|
-
rspec-support (3.10.0)
|
|
42
|
-
sqlite3 (1.4.2)
|
|
43
|
-
thread_safe (0.3.6)
|
|
44
|
-
tzinfo (1.2.8)
|
|
45
|
-
thread_safe (~> 0.1)
|
|
46
|
-
|
|
47
|
-
PLATFORMS
|
|
48
|
-
ruby
|
|
49
|
-
|
|
50
|
-
DEPENDENCIES
|
|
51
|
-
active_type!
|
|
52
|
-
activerecord (~> 5.1.0)
|
|
53
|
-
gemika
|
|
54
|
-
rake
|
|
55
|
-
rspec (~> 3.4)
|
|
56
|
-
sqlite3
|
|
57
|
-
|
|
58
|
-
BUNDLED WITH
|
|
59
|
-
2.2.27
|
data/Gemfile.6.0.sqlite3
DELETED
data/Gemfile.6.0.sqlite3.lock
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.5.1)
|
|
5
|
-
activerecord (>= 3.2)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (6.0.3.4)
|
|
11
|
-
activesupport (= 6.0.3.4)
|
|
12
|
-
activerecord (6.0.3.4)
|
|
13
|
-
activemodel (= 6.0.3.4)
|
|
14
|
-
activesupport (= 6.0.3.4)
|
|
15
|
-
activesupport (6.0.3.4)
|
|
16
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
|
-
i18n (>= 0.7, < 2)
|
|
18
|
-
minitest (~> 5.1)
|
|
19
|
-
tzinfo (~> 1.1)
|
|
20
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
|
21
|
-
concurrent-ruby (1.1.7)
|
|
22
|
-
diff-lcs (1.4.4)
|
|
23
|
-
gemika (0.6.0)
|
|
24
|
-
i18n (1.8.5)
|
|
25
|
-
concurrent-ruby (~> 1.0)
|
|
26
|
-
minitest (5.14.2)
|
|
27
|
-
rake (13.0.1)
|
|
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.0)
|
|
33
|
-
rspec-support (~> 3.10.0)
|
|
34
|
-
rspec-expectations (3.10.0)
|
|
35
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
36
|
-
rspec-support (~> 3.10.0)
|
|
37
|
-
rspec-mocks (3.10.0)
|
|
38
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
39
|
-
rspec-support (~> 3.10.0)
|
|
40
|
-
rspec-support (3.10.0)
|
|
41
|
-
sqlite3 (1.4.2)
|
|
42
|
-
thread_safe (0.3.6)
|
|
43
|
-
tzinfo (1.2.8)
|
|
44
|
-
thread_safe (~> 0.1)
|
|
45
|
-
zeitwerk (2.4.1)
|
|
46
|
-
|
|
47
|
-
PLATFORMS
|
|
48
|
-
ruby
|
|
49
|
-
|
|
50
|
-
DEPENDENCIES
|
|
51
|
-
active_type!
|
|
52
|
-
activerecord (~> 6.0.0)
|
|
53
|
-
gemika
|
|
54
|
-
rake
|
|
55
|
-
rspec (~> 3.4)
|
|
56
|
-
sqlite3
|
|
57
|
-
|
|
58
|
-
BUNDLED WITH
|
|
59
|
-
2.2.27
|
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.5.1)
|
|
5
|
-
activerecord (>= 3.2)
|
|
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.5.1)
|
|
5
|
-
activerecord (>= 3.2)
|
|
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.0.pg
DELETED
data/Gemfile.7.0.pg.lock
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.5.1)
|
|
5
|
-
activerecord (>= 3.2)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (7.0.4.2)
|
|
11
|
-
activesupport (= 7.0.4.2)
|
|
12
|
-
activerecord (7.0.4.2)
|
|
13
|
-
activemodel (= 7.0.4.2)
|
|
14
|
-
activesupport (= 7.0.4.2)
|
|
15
|
-
activesupport (7.0.4.2)
|
|
16
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
|
-
i18n (>= 1.6, < 2)
|
|
18
|
-
minitest (>= 5.1)
|
|
19
|
-
tzinfo (~> 2.0)
|
|
20
|
-
concurrent-ruby (1.2.0)
|
|
21
|
-
diff-lcs (1.5.0)
|
|
22
|
-
gemika (0.8.1)
|
|
23
|
-
i18n (1.12.0)
|
|
24
|
-
concurrent-ruby (~> 1.0)
|
|
25
|
-
minitest (5.17.0)
|
|
26
|
-
pg (1.4.5)
|
|
27
|
-
rake (13.0.6)
|
|
28
|
-
rspec (3.12.0)
|
|
29
|
-
rspec-core (~> 3.12.0)
|
|
30
|
-
rspec-expectations (~> 3.12.0)
|
|
31
|
-
rspec-mocks (~> 3.12.0)
|
|
32
|
-
rspec-core (3.12.0)
|
|
33
|
-
rspec-support (~> 3.12.0)
|
|
34
|
-
rspec-expectations (3.12.2)
|
|
35
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
36
|
-
rspec-support (~> 3.12.0)
|
|
37
|
-
rspec-mocks (3.12.3)
|
|
38
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
39
|
-
rspec-support (~> 3.12.0)
|
|
40
|
-
rspec-support (3.12.0)
|
|
41
|
-
tzinfo (2.0.5)
|
|
42
|
-
concurrent-ruby (~> 1.0)
|
|
43
|
-
|
|
44
|
-
PLATFORMS
|
|
45
|
-
ruby
|
|
46
|
-
|
|
47
|
-
DEPENDENCIES
|
|
48
|
-
active_type!
|
|
49
|
-
activerecord (~> 7.0.3)
|
|
50
|
-
gemika
|
|
51
|
-
pg
|
|
52
|
-
rake
|
|
53
|
-
rspec (~> 3.4)
|
|
54
|
-
|
|
55
|
-
BUNDLED WITH
|
|
56
|
-
2.4.5
|
data/Gemfile.7.0.sqlite3
DELETED
data/Gemfile.7.0.sqlite3.lock
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
active_type (2.5.1)
|
|
5
|
-
activerecord (>= 3.2)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activemodel (7.0.4.3)
|
|
11
|
-
activesupport (= 7.0.4.3)
|
|
12
|
-
activerecord (7.0.4.3)
|
|
13
|
-
activemodel (= 7.0.4.3)
|
|
14
|
-
activesupport (= 7.0.4.3)
|
|
15
|
-
activesupport (7.0.4.3)
|
|
16
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
|
-
i18n (>= 1.6, < 2)
|
|
18
|
-
minitest (>= 5.1)
|
|
19
|
-
tzinfo (~> 2.0)
|
|
20
|
-
concurrent-ruby (1.2.2)
|
|
21
|
-
diff-lcs (1.5.0)
|
|
22
|
-
gemika (0.8.1)
|
|
23
|
-
i18n (1.13.0)
|
|
24
|
-
concurrent-ruby (~> 1.0)
|
|
25
|
-
mini_portile2 (2.8.1)
|
|
26
|
-
minitest (5.18.0)
|
|
27
|
-
rake (13.0.6)
|
|
28
|
-
rspec (3.12.0)
|
|
29
|
-
rspec-core (~> 3.12.0)
|
|
30
|
-
rspec-expectations (~> 3.12.0)
|
|
31
|
-
rspec-mocks (~> 3.12.0)
|
|
32
|
-
rspec-core (3.12.0)
|
|
33
|
-
rspec-support (~> 3.12.0)
|
|
34
|
-
rspec-expectations (3.12.2)
|
|
35
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
36
|
-
rspec-support (~> 3.12.0)
|
|
37
|
-
rspec-mocks (3.12.3)
|
|
38
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
39
|
-
rspec-support (~> 3.12.0)
|
|
40
|
-
rspec-support (3.12.0)
|
|
41
|
-
sqlite3 (1.6.0)
|
|
42
|
-
mini_portile2 (~> 2.8.0)
|
|
43
|
-
tzinfo (2.0.6)
|
|
44
|
-
concurrent-ruby (~> 1.0)
|
|
45
|
-
|
|
46
|
-
PLATFORMS
|
|
47
|
-
ruby
|
|
48
|
-
|
|
49
|
-
DEPENDENCIES
|
|
50
|
-
active_type!
|
|
51
|
-
activerecord (~> 7.0.3)
|
|
52
|
-
gemika
|
|
53
|
-
rake
|
|
54
|
-
rspec (~> 3.4)
|
|
55
|
-
sqlite3
|
|
56
|
-
|
|
57
|
-
BUNDLED WITH
|
|
58
|
-
2.4.5
|
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.5.1)
|
|
5
|
-
activerecord (>= 3.2)
|
|
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.5.1)
|
|
5
|
-
activerecord (>= 3.2)
|
|
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
|