esse-active_record 0.1.1 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,157 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ esse-active_record (0.2.1)
5
+ activerecord (>= 4.2, < 8)
6
+ esse (>= 0.2.3)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (6.1.7.6)
12
+ activesupport (= 6.1.7.6)
13
+ activerecord (6.1.7.6)
14
+ activemodel (= 6.1.7.6)
15
+ activesupport (= 6.1.7.6)
16
+ activesupport (6.1.7.6)
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ i18n (>= 1.6, < 2)
19
+ minitest (>= 5.1)
20
+ tzinfo (~> 2.0)
21
+ zeitwerk (~> 2.3)
22
+ addressable (2.8.6)
23
+ public_suffix (>= 2.0.2, < 6.0)
24
+ ast (2.4.2)
25
+ awesome_print (1.9.2)
26
+ coderay (1.1.3)
27
+ concurrent-ruby (1.2.3)
28
+ crack (0.4.5)
29
+ rexml
30
+ diff-lcs (1.5.0)
31
+ dotenv (2.8.1)
32
+ elasticsearch (7.17.10)
33
+ elasticsearch-api (= 7.17.10)
34
+ elasticsearch-transport (= 7.17.10)
35
+ elasticsearch-api (7.17.10)
36
+ multi_json
37
+ elasticsearch-transport (7.17.10)
38
+ faraday (>= 1, < 3)
39
+ multi_json
40
+ esse (0.2.6)
41
+ multi_json
42
+ thor (>= 0.19)
43
+ esse-rspec (0.0.6)
44
+ esse (>= 0.2.4)
45
+ rspec (>= 3)
46
+ faraday (2.0.0)
47
+ ruby2_keywords (>= 0.0.4)
48
+ hashdiff (1.1.0)
49
+ i18n (1.14.1)
50
+ concurrent-ruby (~> 1.0)
51
+ json (2.7.1)
52
+ language_server-protocol (3.17.0.3)
53
+ lint_roller (1.1.0)
54
+ method_source (1.0.0)
55
+ mini_portile2 (2.8.7)
56
+ minitest (5.21.2)
57
+ multi_json (1.15.0)
58
+ parallel (1.24.0)
59
+ parser (3.3.0.5)
60
+ ast (~> 2.4.1)
61
+ racc
62
+ pry (0.14.2)
63
+ coderay (~> 1.1)
64
+ method_source (~> 1.0)
65
+ public_suffix (5.0.4)
66
+ racc (1.7.3)
67
+ rainbow (3.1.1)
68
+ rake (13.1.0)
69
+ regexp_parser (2.9.0)
70
+ rexml (3.2.6)
71
+ rspec (3.12.0)
72
+ rspec-core (~> 3.12.0)
73
+ rspec-expectations (~> 3.12.0)
74
+ rspec-mocks (~> 3.12.0)
75
+ rspec-core (3.12.2)
76
+ rspec-support (~> 3.12.0)
77
+ rspec-expectations (3.12.3)
78
+ diff-lcs (>= 1.2.0, < 2.0)
79
+ rspec-support (~> 3.12.0)
80
+ rspec-mocks (3.12.6)
81
+ diff-lcs (>= 1.2.0, < 2.0)
82
+ rspec-support (~> 3.12.0)
83
+ rspec-support (3.12.1)
84
+ rubocop (1.59.0)
85
+ json (~> 2.3)
86
+ language_server-protocol (>= 3.17.0)
87
+ parallel (~> 1.10)
88
+ parser (>= 3.2.2.4)
89
+ rainbow (>= 2.2.2, < 4.0)
90
+ regexp_parser (>= 1.8, < 3.0)
91
+ rexml (>= 3.2.5, < 4.0)
92
+ rubocop-ast (>= 1.30.0, < 2.0)
93
+ ruby-progressbar (~> 1.7)
94
+ unicode-display_width (>= 2.4.0, < 3.0)
95
+ rubocop-ast (1.30.0)
96
+ parser (>= 3.2.1.0)
97
+ rubocop-capybara (2.20.0)
98
+ rubocop (~> 1.41)
99
+ rubocop-factory_bot (2.25.1)
100
+ rubocop (~> 1.41)
101
+ rubocop-performance (1.20.2)
102
+ rubocop (>= 1.48.1, < 2.0)
103
+ rubocop-ast (>= 1.30.0, < 2.0)
104
+ rubocop-rspec (2.26.1)
105
+ rubocop (~> 1.40)
106
+ rubocop-capybara (~> 2.17)
107
+ rubocop-factory_bot (~> 2.22)
108
+ ruby-progressbar (1.13.0)
109
+ ruby2_keywords (0.0.5)
110
+ sqlite3 (1.7.3)
111
+ mini_portile2 (~> 2.8.0)
112
+ standard (1.33.0)
113
+ language_server-protocol (~> 3.17.0.2)
114
+ lint_roller (~> 1.0)
115
+ rubocop (~> 1.59.0)
116
+ standard-custom (~> 1.0.0)
117
+ standard-performance (~> 1.3)
118
+ standard-custom (1.0.2)
119
+ lint_roller (~> 1.0)
120
+ rubocop (~> 1.50)
121
+ standard-performance (1.3.1)
122
+ lint_roller (~> 1.1)
123
+ rubocop-performance (~> 1.20.2)
124
+ thor (1.3.0)
125
+ tzinfo (2.0.6)
126
+ concurrent-ruby (~> 1.0)
127
+ unicode-display_width (2.5.0)
128
+ webmock (3.19.1)
129
+ addressable (>= 2.8.0)
130
+ crack (>= 0.3.2)
131
+ hashdiff (>= 0.4.0, < 2.0.0)
132
+ yard (0.9.34)
133
+ zeitwerk (2.6.12)
134
+
135
+ PLATFORMS
136
+ x86_64-linux
137
+
138
+ DEPENDENCIES
139
+ activerecord (~> 6.0)
140
+ awesome_print
141
+ dotenv
142
+ elasticsearch (~> 7.17, >= 7.17.10)
143
+ esse-active_record!
144
+ esse-rspec (~> 0.0.6)
145
+ pry
146
+ rake
147
+ rspec
148
+ rubocop
149
+ rubocop-performance
150
+ rubocop-rspec
151
+ sqlite3
152
+ standard
153
+ webmock
154
+ yard
155
+
156
+ BUNDLED WITH
157
+ 2.3.22
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem 'sqlite3'
6
+ gem 'activerecord', '~> 6.1'
7
+ gem 'esse-rspec', '~> 0.0.6'
8
+ gem 'elasticsearch', '~> 7.17', '>= 7.17.10'
9
+
10
+ gemspec path: ".."
@@ -0,0 +1,157 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ esse-active_record (0.2.1)
5
+ activerecord (>= 4.2, < 8)
6
+ esse (>= 0.2.3)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (6.1.7.6)
12
+ activesupport (= 6.1.7.6)
13
+ activerecord (6.1.7.6)
14
+ activemodel (= 6.1.7.6)
15
+ activesupport (= 6.1.7.6)
16
+ activesupport (6.1.7.6)
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ i18n (>= 1.6, < 2)
19
+ minitest (>= 5.1)
20
+ tzinfo (~> 2.0)
21
+ zeitwerk (~> 2.3)
22
+ addressable (2.8.6)
23
+ public_suffix (>= 2.0.2, < 6.0)
24
+ ast (2.4.2)
25
+ awesome_print (1.9.2)
26
+ coderay (1.1.3)
27
+ concurrent-ruby (1.2.3)
28
+ crack (0.4.5)
29
+ rexml
30
+ diff-lcs (1.5.0)
31
+ dotenv (2.8.1)
32
+ elasticsearch (7.17.10)
33
+ elasticsearch-api (= 7.17.10)
34
+ elasticsearch-transport (= 7.17.10)
35
+ elasticsearch-api (7.17.10)
36
+ multi_json
37
+ elasticsearch-transport (7.17.10)
38
+ faraday (>= 1, < 3)
39
+ multi_json
40
+ esse (0.2.6)
41
+ multi_json
42
+ thor (>= 0.19)
43
+ esse-rspec (0.0.6)
44
+ esse (>= 0.2.4)
45
+ rspec (>= 3)
46
+ faraday (2.0.0)
47
+ ruby2_keywords (>= 0.0.4)
48
+ hashdiff (1.1.0)
49
+ i18n (1.14.1)
50
+ concurrent-ruby (~> 1.0)
51
+ json (2.7.1)
52
+ language_server-protocol (3.17.0.3)
53
+ lint_roller (1.1.0)
54
+ method_source (1.0.0)
55
+ mini_portile2 (2.8.7)
56
+ minitest (5.21.2)
57
+ multi_json (1.15.0)
58
+ parallel (1.24.0)
59
+ parser (3.3.0.5)
60
+ ast (~> 2.4.1)
61
+ racc
62
+ pry (0.14.2)
63
+ coderay (~> 1.1)
64
+ method_source (~> 1.0)
65
+ public_suffix (5.0.4)
66
+ racc (1.7.3)
67
+ rainbow (3.1.1)
68
+ rake (13.1.0)
69
+ regexp_parser (2.9.0)
70
+ rexml (3.2.6)
71
+ rspec (3.12.0)
72
+ rspec-core (~> 3.12.0)
73
+ rspec-expectations (~> 3.12.0)
74
+ rspec-mocks (~> 3.12.0)
75
+ rspec-core (3.12.2)
76
+ rspec-support (~> 3.12.0)
77
+ rspec-expectations (3.12.3)
78
+ diff-lcs (>= 1.2.0, < 2.0)
79
+ rspec-support (~> 3.12.0)
80
+ rspec-mocks (3.12.6)
81
+ diff-lcs (>= 1.2.0, < 2.0)
82
+ rspec-support (~> 3.12.0)
83
+ rspec-support (3.12.1)
84
+ rubocop (1.59.0)
85
+ json (~> 2.3)
86
+ language_server-protocol (>= 3.17.0)
87
+ parallel (~> 1.10)
88
+ parser (>= 3.2.2.4)
89
+ rainbow (>= 2.2.2, < 4.0)
90
+ regexp_parser (>= 1.8, < 3.0)
91
+ rexml (>= 3.2.5, < 4.0)
92
+ rubocop-ast (>= 1.30.0, < 2.0)
93
+ ruby-progressbar (~> 1.7)
94
+ unicode-display_width (>= 2.4.0, < 3.0)
95
+ rubocop-ast (1.30.0)
96
+ parser (>= 3.2.1.0)
97
+ rubocop-capybara (2.20.0)
98
+ rubocop (~> 1.41)
99
+ rubocop-factory_bot (2.25.1)
100
+ rubocop (~> 1.41)
101
+ rubocop-performance (1.20.2)
102
+ rubocop (>= 1.48.1, < 2.0)
103
+ rubocop-ast (>= 1.30.0, < 2.0)
104
+ rubocop-rspec (2.26.1)
105
+ rubocop (~> 1.40)
106
+ rubocop-capybara (~> 2.17)
107
+ rubocop-factory_bot (~> 2.22)
108
+ ruby-progressbar (1.13.0)
109
+ ruby2_keywords (0.0.5)
110
+ sqlite3 (1.7.3)
111
+ mini_portile2 (~> 2.8.0)
112
+ standard (1.33.0)
113
+ language_server-protocol (~> 3.17.0.2)
114
+ lint_roller (~> 1.0)
115
+ rubocop (~> 1.59.0)
116
+ standard-custom (~> 1.0.0)
117
+ standard-performance (~> 1.3)
118
+ standard-custom (1.0.2)
119
+ lint_roller (~> 1.0)
120
+ rubocop (~> 1.50)
121
+ standard-performance (1.3.1)
122
+ lint_roller (~> 1.1)
123
+ rubocop-performance (~> 1.20.2)
124
+ thor (1.3.0)
125
+ tzinfo (2.0.6)
126
+ concurrent-ruby (~> 1.0)
127
+ unicode-display_width (2.5.0)
128
+ webmock (3.19.1)
129
+ addressable (>= 2.8.0)
130
+ crack (>= 0.3.2)
131
+ hashdiff (>= 0.4.0, < 2.0.0)
132
+ yard (0.9.34)
133
+ zeitwerk (2.6.12)
134
+
135
+ PLATFORMS
136
+ x86_64-linux
137
+
138
+ DEPENDENCIES
139
+ activerecord (~> 6.1)
140
+ awesome_print
141
+ dotenv
142
+ elasticsearch (~> 7.17, >= 7.17.10)
143
+ esse-active_record!
144
+ esse-rspec (~> 0.0.6)
145
+ pry
146
+ rake
147
+ rspec
148
+ rubocop
149
+ rubocop-performance
150
+ rubocop-rspec
151
+ sqlite3
152
+ standard
153
+ webmock
154
+ yard
155
+
156
+ BUNDLED WITH
157
+ 2.3.22
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem 'sqlite3'
6
+ gem 'activerecord', '~> 6.0'
7
+ gem 'esse-rspec', '~> 0.0.6'
8
+ gem 'elasticsearch', '~> 7.17', '>= 7.17.10'
9
+
10
+ gemspec path: ".."
@@ -0,0 +1,157 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ esse-active_record (0.2.1)
5
+ activerecord (>= 4.2, < 8)
6
+ esse (>= 0.2.3)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (6.1.7.6)
12
+ activesupport (= 6.1.7.6)
13
+ activerecord (6.1.7.6)
14
+ activemodel (= 6.1.7.6)
15
+ activesupport (= 6.1.7.6)
16
+ activesupport (6.1.7.6)
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ i18n (>= 1.6, < 2)
19
+ minitest (>= 5.1)
20
+ tzinfo (~> 2.0)
21
+ zeitwerk (~> 2.3)
22
+ addressable (2.8.6)
23
+ public_suffix (>= 2.0.2, < 6.0)
24
+ ast (2.4.2)
25
+ awesome_print (1.9.2)
26
+ coderay (1.1.3)
27
+ concurrent-ruby (1.2.3)
28
+ crack (0.4.5)
29
+ rexml
30
+ diff-lcs (1.5.0)
31
+ dotenv (2.8.1)
32
+ elasticsearch (7.17.10)
33
+ elasticsearch-api (= 7.17.10)
34
+ elasticsearch-transport (= 7.17.10)
35
+ elasticsearch-api (7.17.10)
36
+ multi_json
37
+ elasticsearch-transport (7.17.10)
38
+ faraday (>= 1, < 3)
39
+ multi_json
40
+ esse (0.2.6)
41
+ multi_json
42
+ thor (>= 0.19)
43
+ esse-rspec (0.0.6)
44
+ esse (>= 0.2.4)
45
+ rspec (>= 3)
46
+ faraday (2.0.0)
47
+ ruby2_keywords (>= 0.0.4)
48
+ hashdiff (1.1.0)
49
+ i18n (1.14.1)
50
+ concurrent-ruby (~> 1.0)
51
+ json (2.7.1)
52
+ language_server-protocol (3.17.0.3)
53
+ lint_roller (1.1.0)
54
+ method_source (1.0.0)
55
+ mini_portile2 (2.8.7)
56
+ minitest (5.21.2)
57
+ multi_json (1.15.0)
58
+ parallel (1.24.0)
59
+ parser (3.3.0.5)
60
+ ast (~> 2.4.1)
61
+ racc
62
+ pry (0.14.2)
63
+ coderay (~> 1.1)
64
+ method_source (~> 1.0)
65
+ public_suffix (5.0.4)
66
+ racc (1.7.3)
67
+ rainbow (3.1.1)
68
+ rake (13.1.0)
69
+ regexp_parser (2.9.0)
70
+ rexml (3.2.6)
71
+ rspec (3.12.0)
72
+ rspec-core (~> 3.12.0)
73
+ rspec-expectations (~> 3.12.0)
74
+ rspec-mocks (~> 3.12.0)
75
+ rspec-core (3.12.2)
76
+ rspec-support (~> 3.12.0)
77
+ rspec-expectations (3.12.3)
78
+ diff-lcs (>= 1.2.0, < 2.0)
79
+ rspec-support (~> 3.12.0)
80
+ rspec-mocks (3.12.6)
81
+ diff-lcs (>= 1.2.0, < 2.0)
82
+ rspec-support (~> 3.12.0)
83
+ rspec-support (3.12.1)
84
+ rubocop (1.59.0)
85
+ json (~> 2.3)
86
+ language_server-protocol (>= 3.17.0)
87
+ parallel (~> 1.10)
88
+ parser (>= 3.2.2.4)
89
+ rainbow (>= 2.2.2, < 4.0)
90
+ regexp_parser (>= 1.8, < 3.0)
91
+ rexml (>= 3.2.5, < 4.0)
92
+ rubocop-ast (>= 1.30.0, < 2.0)
93
+ ruby-progressbar (~> 1.7)
94
+ unicode-display_width (>= 2.4.0, < 3.0)
95
+ rubocop-ast (1.30.0)
96
+ parser (>= 3.2.1.0)
97
+ rubocop-capybara (2.20.0)
98
+ rubocop (~> 1.41)
99
+ rubocop-factory_bot (2.25.1)
100
+ rubocop (~> 1.41)
101
+ rubocop-performance (1.20.2)
102
+ rubocop (>= 1.48.1, < 2.0)
103
+ rubocop-ast (>= 1.30.0, < 2.0)
104
+ rubocop-rspec (2.26.1)
105
+ rubocop (~> 1.40)
106
+ rubocop-capybara (~> 2.17)
107
+ rubocop-factory_bot (~> 2.22)
108
+ ruby-progressbar (1.13.0)
109
+ ruby2_keywords (0.0.5)
110
+ sqlite3 (1.7.3)
111
+ mini_portile2 (~> 2.8.0)
112
+ standard (1.33.0)
113
+ language_server-protocol (~> 3.17.0.2)
114
+ lint_roller (~> 1.0)
115
+ rubocop (~> 1.59.0)
116
+ standard-custom (~> 1.0.0)
117
+ standard-performance (~> 1.3)
118
+ standard-custom (1.0.2)
119
+ lint_roller (~> 1.0)
120
+ rubocop (~> 1.50)
121
+ standard-performance (1.3.1)
122
+ lint_roller (~> 1.1)
123
+ rubocop-performance (~> 1.20.2)
124
+ thor (1.3.0)
125
+ tzinfo (2.0.6)
126
+ concurrent-ruby (~> 1.0)
127
+ unicode-display_width (2.5.0)
128
+ webmock (3.19.1)
129
+ addressable (>= 2.8.0)
130
+ crack (>= 0.3.2)
131
+ hashdiff (>= 0.4.0, < 2.0.0)
132
+ yard (0.9.34)
133
+ zeitwerk (2.6.12)
134
+
135
+ PLATFORMS
136
+ x86_64-linux
137
+
138
+ DEPENDENCIES
139
+ activerecord (~> 6.0)
140
+ awesome_print
141
+ dotenv
142
+ elasticsearch (~> 7.17, >= 7.17.10)
143
+ esse-active_record!
144
+ esse-rspec (~> 0.0.6)
145
+ pry
146
+ rake
147
+ rspec
148
+ rubocop
149
+ rubocop-performance
150
+ rubocop-rspec
151
+ sqlite3
152
+ standard
153
+ webmock
154
+ yard
155
+
156
+ BUNDLED WITH
157
+ 2.3.22
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem 'sqlite3'
6
+ gem 'activerecord', '~> 7.1'
7
+ gem 'esse-rspec', '~> 0.0.6'
8
+ gem 'elasticsearch', '~> 7.17', '>= 7.17.10'
9
+
10
+ gemspec path: ".."
@@ -0,0 +1,168 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ esse-active_record (0.2.1)
5
+ activerecord (>= 4.2, < 8)
6
+ esse (>= 0.2.3)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (7.1.3)
12
+ activesupport (= 7.1.3)
13
+ activerecord (7.1.3)
14
+ activemodel (= 7.1.3)
15
+ activesupport (= 7.1.3)
16
+ timeout (>= 0.4.0)
17
+ activesupport (7.1.3)
18
+ base64
19
+ bigdecimal
20
+ concurrent-ruby (~> 1.0, >= 1.0.2)
21
+ connection_pool (>= 2.2.5)
22
+ drb
23
+ i18n (>= 1.6, < 2)
24
+ minitest (>= 5.1)
25
+ mutex_m
26
+ tzinfo (~> 2.0)
27
+ addressable (2.8.6)
28
+ public_suffix (>= 2.0.2, < 6.0)
29
+ ast (2.4.2)
30
+ awesome_print (1.9.2)
31
+ base64 (0.2.0)
32
+ bigdecimal (3.1.6)
33
+ coderay (1.1.3)
34
+ concurrent-ruby (1.2.3)
35
+ connection_pool (2.4.1)
36
+ crack (0.4.5)
37
+ rexml
38
+ diff-lcs (1.5.0)
39
+ dotenv (2.8.1)
40
+ drb (2.2.0)
41
+ ruby2_keywords
42
+ elasticsearch (7.17.10)
43
+ elasticsearch-api (= 7.17.10)
44
+ elasticsearch-transport (= 7.17.10)
45
+ elasticsearch-api (7.17.10)
46
+ multi_json
47
+ elasticsearch-transport (7.17.10)
48
+ faraday (>= 1, < 3)
49
+ multi_json
50
+ esse (0.2.6)
51
+ multi_json
52
+ thor (>= 0.19)
53
+ esse-rspec (0.0.6)
54
+ esse (>= 0.2.4)
55
+ rspec (>= 3)
56
+ faraday (2.0.0)
57
+ ruby2_keywords (>= 0.0.4)
58
+ hashdiff (1.1.0)
59
+ i18n (1.14.1)
60
+ concurrent-ruby (~> 1.0)
61
+ json (2.7.1)
62
+ language_server-protocol (3.17.0.3)
63
+ lint_roller (1.1.0)
64
+ method_source (1.0.0)
65
+ mini_portile2 (2.8.7)
66
+ minitest (5.21.2)
67
+ multi_json (1.15.0)
68
+ mutex_m (0.2.0)
69
+ parallel (1.24.0)
70
+ parser (3.3.0.5)
71
+ ast (~> 2.4.1)
72
+ racc
73
+ pry (0.14.2)
74
+ coderay (~> 1.1)
75
+ method_source (~> 1.0)
76
+ public_suffix (5.0.4)
77
+ racc (1.7.3)
78
+ rainbow (3.1.1)
79
+ rake (13.1.0)
80
+ regexp_parser (2.9.0)
81
+ rexml (3.2.6)
82
+ rspec (3.12.0)
83
+ rspec-core (~> 3.12.0)
84
+ rspec-expectations (~> 3.12.0)
85
+ rspec-mocks (~> 3.12.0)
86
+ rspec-core (3.12.2)
87
+ rspec-support (~> 3.12.0)
88
+ rspec-expectations (3.12.3)
89
+ diff-lcs (>= 1.2.0, < 2.0)
90
+ rspec-support (~> 3.12.0)
91
+ rspec-mocks (3.12.6)
92
+ diff-lcs (>= 1.2.0, < 2.0)
93
+ rspec-support (~> 3.12.0)
94
+ rspec-support (3.12.1)
95
+ rubocop (1.59.0)
96
+ json (~> 2.3)
97
+ language_server-protocol (>= 3.17.0)
98
+ parallel (~> 1.10)
99
+ parser (>= 3.2.2.4)
100
+ rainbow (>= 2.2.2, < 4.0)
101
+ regexp_parser (>= 1.8, < 3.0)
102
+ rexml (>= 3.2.5, < 4.0)
103
+ rubocop-ast (>= 1.30.0, < 2.0)
104
+ ruby-progressbar (~> 1.7)
105
+ unicode-display_width (>= 2.4.0, < 3.0)
106
+ rubocop-ast (1.30.0)
107
+ parser (>= 3.2.1.0)
108
+ rubocop-capybara (2.20.0)
109
+ rubocop (~> 1.41)
110
+ rubocop-factory_bot (2.25.1)
111
+ rubocop (~> 1.41)
112
+ rubocop-performance (1.20.2)
113
+ rubocop (>= 1.48.1, < 2.0)
114
+ rubocop-ast (>= 1.30.0, < 2.0)
115
+ rubocop-rspec (2.26.1)
116
+ rubocop (~> 1.40)
117
+ rubocop-capybara (~> 2.17)
118
+ rubocop-factory_bot (~> 2.22)
119
+ ruby-progressbar (1.13.0)
120
+ ruby2_keywords (0.0.5)
121
+ sqlite3 (1.7.3)
122
+ mini_portile2 (~> 2.8.0)
123
+ standard (1.33.0)
124
+ language_server-protocol (~> 3.17.0.2)
125
+ lint_roller (~> 1.0)
126
+ rubocop (~> 1.59.0)
127
+ standard-custom (~> 1.0.0)
128
+ standard-performance (~> 1.3)
129
+ standard-custom (1.0.2)
130
+ lint_roller (~> 1.0)
131
+ rubocop (~> 1.50)
132
+ standard-performance (1.3.1)
133
+ lint_roller (~> 1.1)
134
+ rubocop-performance (~> 1.20.2)
135
+ thor (1.3.0)
136
+ timeout (0.4.1)
137
+ tzinfo (2.0.6)
138
+ concurrent-ruby (~> 1.0)
139
+ unicode-display_width (2.5.0)
140
+ webmock (3.19.1)
141
+ addressable (>= 2.8.0)
142
+ crack (>= 0.3.2)
143
+ hashdiff (>= 0.4.0, < 2.0.0)
144
+ yard (0.9.34)
145
+
146
+ PLATFORMS
147
+ x86_64-linux
148
+
149
+ DEPENDENCIES
150
+ activerecord (~> 7.1)
151
+ awesome_print
152
+ dotenv
153
+ elasticsearch (~> 7.17, >= 7.17.10)
154
+ esse-active_record!
155
+ esse-rspec (~> 0.0.6)
156
+ pry
157
+ rake
158
+ rspec
159
+ rubocop
160
+ rubocop-performance
161
+ rubocop-rspec
162
+ sqlite3
163
+ standard
164
+ webmock
165
+ yard
166
+
167
+ BUNDLED WITH
168
+ 2.3.22
@@ -141,7 +141,7 @@ module Esse
141
141
  private
142
142
 
143
143
  def all_repos
144
- models.flat_map(&method(:model_repos)).uniq
144
+ models.flat_map { |model_class| model_repos(model_class) }.uniq
145
145
  end
146
146
 
147
147
  # Returns a list of all repositories for the given model
@@ -171,7 +171,7 @@ module Esse
171
171
  repos.flat_map do |repo_name|
172
172
  case repo_name
173
173
  when Class
174
- repo_name <= Esse::Index ? repo_name.repo_hash.values : repo_name
174
+ (repo_name <= Esse::Index) ? repo_name.repo_hash.values : repo_name
175
175
  when String, Symbol
176
176
  resolve_index_repository(repo_name)
177
177
  else