active_type 2.5.1 → 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 +12 -30
- data/CHANGELOG.md +4 -0
- data/Gemfile.6.1.pg.lock +2 -2
- data/Gemfile.6.1.sqlite3.lock +2 -2
- data/Gemfile.7.1.pg.lock +2 -2
- data/Gemfile.7.1.sqlite3.lock +2 -2
- data/{Gemfile.5.2.mysql2 → Gemfile.7.2.mysql2} +1 -1
- data/Gemfile.7.2.mysql2.lock +73 -0
- data/Gemfile.7.2.pg.lock +2 -2
- data/Gemfile.7.2.sqlite3.lock +2 -2
- data/{Gemfile.7.0.sqlite3 → Gemfile.8.0.sqlite3} +1 -1
- data/Gemfile.8.0.sqlite3.lock +84 -0
- data/README.md +20 -4
- data/active_type.gemspec +2 -2
- 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 +19 -21
- 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.7.0.pg +0 -9
- data/Gemfile.7.0.pg.lock +0 -56
- data/Gemfile.7.0.sqlite3.lock +0 -58
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_type
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Kraze
|
8
8
|
- Henning Koch
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-12-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -45,14 +45,14 @@ dependencies:
|
|
45
45
|
requirements:
|
46
46
|
- - ">="
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: '
|
48
|
+
version: '6.1'
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - ">="
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: '
|
55
|
+
version: '6.1'
|
56
56
|
description: Make any Ruby object quack like ActiveRecord
|
57
57
|
email: tobias.kraze@makandra.de
|
58
58
|
executables: []
|
@@ -65,30 +65,22 @@ files:
|
|
65
65
|
- ".ruby-version"
|
66
66
|
- CHANGELOG.md
|
67
67
|
- Gemfile
|
68
|
-
- Gemfile.5.2.mysql2
|
69
|
-
- Gemfile.5.2.mysql2.lock
|
70
|
-
- Gemfile.5.2.pg
|
71
|
-
- Gemfile.5.2.pg.lock
|
72
|
-
- Gemfile.5.2.sqlite3
|
73
|
-
- Gemfile.5.2.sqlite3.lock
|
74
|
-
- Gemfile.6.0.sqlite3
|
75
|
-
- Gemfile.6.0.sqlite3.lock
|
76
68
|
- Gemfile.6.1.pg
|
77
69
|
- Gemfile.6.1.pg.lock
|
78
70
|
- Gemfile.6.1.sqlite3
|
79
71
|
- Gemfile.6.1.sqlite3.lock
|
80
|
-
- Gemfile.7.0.pg
|
81
|
-
- Gemfile.7.0.pg.lock
|
82
|
-
- Gemfile.7.0.sqlite3
|
83
|
-
- Gemfile.7.0.sqlite3.lock
|
84
72
|
- Gemfile.7.1.pg
|
85
73
|
- Gemfile.7.1.pg.lock
|
86
74
|
- Gemfile.7.1.sqlite3
|
87
75
|
- Gemfile.7.1.sqlite3.lock
|
76
|
+
- Gemfile.7.2.mysql2
|
77
|
+
- Gemfile.7.2.mysql2.lock
|
88
78
|
- Gemfile.7.2.pg
|
89
79
|
- Gemfile.7.2.pg.lock
|
90
80
|
- Gemfile.7.2.sqlite3
|
91
81
|
- Gemfile.7.2.sqlite3.lock
|
82
|
+
- Gemfile.8.0.sqlite3
|
83
|
+
- Gemfile.8.0.sqlite3.lock
|
92
84
|
- Gemfile.lock
|
93
85
|
- LICENSE
|
94
86
|
- README.md
|
@@ -113,6 +105,12 @@ files:
|
|
113
105
|
- lib/active_type/util/unmutable_attributes.rb
|
114
106
|
- lib/active_type/version.rb
|
115
107
|
- lib/active_type/virtual_attributes.rb
|
108
|
+
- media/logo.dark.shapes.svg
|
109
|
+
- media/logo.dark.text.svg
|
110
|
+
- media/logo.light.shapes.svg
|
111
|
+
- media/logo.light.text.svg
|
112
|
+
- media/makandra-with-bottom-margin.dark.svg
|
113
|
+
- media/makandra-with-bottom-margin.light.svg
|
116
114
|
homepage: https://github.com/makandra/active_type
|
117
115
|
licenses:
|
118
116
|
- MIT
|
@@ -121,7 +119,7 @@ metadata:
|
|
121
119
|
bug_tracker_uri: https://github.com/makandra/active_type/issues
|
122
120
|
changelog_uri: https://github.com/makandra/active_type/blob/master/CHANGELOG.md
|
123
121
|
rubygems_mfa_required: 'true'
|
124
|
-
post_install_message:
|
122
|
+
post_install_message:
|
125
123
|
rdoc_options: []
|
126
124
|
require_paths:
|
127
125
|
- lib
|
@@ -129,15 +127,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
129
127
|
requirements:
|
130
128
|
- - ">="
|
131
129
|
- !ruby/object:Gem::Version
|
132
|
-
version: 2.
|
130
|
+
version: 2.7.0
|
133
131
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
134
132
|
requirements:
|
135
133
|
- - ">="
|
136
134
|
- !ruby/object:Gem::Version
|
137
135
|
version: '0'
|
138
136
|
requirements: []
|
139
|
-
rubygems_version: 3.
|
140
|
-
signing_key:
|
137
|
+
rubygems_version: 3.5.22
|
138
|
+
signing_key:
|
141
139
|
specification_version: 4
|
142
140
|
summary: Make any Ruby object quack like ActiveRecord
|
143
141
|
test_files: []
|
data/Gemfile.5.2.mysql2.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
|
-
mysql2 (0.5.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
|
-
mysql2
|
55
|
-
rake
|
56
|
-
rspec (~> 3.4)
|
57
|
-
|
58
|
-
BUNDLED WITH
|
59
|
-
2.2.27
|
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.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.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
|