active_type 2.5.0 → 2.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +16 -26
- data/.ruby-version +1 -1
- data/CHANGELOG.md +9 -0
- data/Gemfile.6.1.pg.lock +2 -2
- data/Gemfile.6.1.sqlite3.lock +2 -2
- data/{Gemfile.7.0.pg → Gemfile.7.1.pg} +1 -1
- data/Gemfile.7.1.pg.lock +68 -0
- data/{Gemfile.6.0.sqlite3 → Gemfile.7.1.sqlite3} +2 -2
- data/Gemfile.7.1.sqlite3.lock +70 -0
- data/{Gemfile.5.2.mysql2 → Gemfile.7.2.mysql2} +1 -1
- data/Gemfile.7.2.mysql2.lock +73 -0
- data/{Gemfile.5.2.pg → Gemfile.7.2.pg} +1 -1
- data/Gemfile.7.2.pg.lock +70 -0
- data/Gemfile.7.2.sqlite3 +9 -0
- data/Gemfile.7.2.sqlite3.lock +72 -0
- data/{Gemfile.7.0.sqlite3 → Gemfile.8.0.sqlite3} +1 -1
- data/Gemfile.8.0.sqlite3.lock +84 -0
- data/README.md +23 -6
- data/active_type.gemspec +2 -2
- data/lib/active_type/no_table.rb +11 -0
- data/lib/active_type/util/unmutable_attributes.rb +4 -0
- data/lib/active_type/version.rb +1 -1
- data/media/logo.dark.shapes.svg +153 -0
- data/media/logo.dark.text.svg +115 -0
- data/media/logo.light.shapes.svg +145 -0
- data/media/logo.light.text.svg +107 -0
- data/media/makandra-with-bottom-margin.dark.svg +180 -0
- data/media/makandra-with-bottom-margin.light.svg +180 -0
- metadata +27 -21
- data/Gemfile.5.2.mysql2.lock +0 -59
- 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.lock +0 -59
- data/Gemfile.7.0.pg.lock +0 -56
- data/Gemfile.7.0.sqlite3.lock +0 -58
data/Gemfile.6.0.sqlite3.lock
DELETED
@@ -1,59 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
active_type (2.5.0)
|
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.7.0.pg.lock
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
active_type (2.5.0)
|
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.lock
DELETED
@@ -1,58 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
active_type (2.5.0)
|
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
|