esse-active_record 0.1.1 → 0.2.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.
@@ -0,0 +1,159 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ esse-active_record (0.2.0)
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.9.0)
47
+ faraday-net_http (>= 2.0, < 3.2)
48
+ faraday-net_http (3.1.0)
49
+ net-http
50
+ hashdiff (1.1.0)
51
+ i18n (1.14.1)
52
+ concurrent-ruby (~> 1.0)
53
+ json (2.7.1)
54
+ language_server-protocol (3.17.0.3)
55
+ lint_roller (1.1.0)
56
+ method_source (1.0.0)
57
+ minitest (5.21.2)
58
+ multi_json (1.15.0)
59
+ net-http (0.4.1)
60
+ uri
61
+ parallel (1.24.0)
62
+ parser (3.3.0.5)
63
+ ast (~> 2.4.1)
64
+ racc
65
+ pry (0.14.2)
66
+ coderay (~> 1.1)
67
+ method_source (~> 1.0)
68
+ public_suffix (5.0.4)
69
+ racc (1.7.3)
70
+ rainbow (3.1.1)
71
+ rake (13.1.0)
72
+ regexp_parser (2.9.0)
73
+ rexml (3.2.6)
74
+ rspec (3.12.0)
75
+ rspec-core (~> 3.12.0)
76
+ rspec-expectations (~> 3.12.0)
77
+ rspec-mocks (~> 3.12.0)
78
+ rspec-core (3.12.2)
79
+ rspec-support (~> 3.12.0)
80
+ rspec-expectations (3.12.3)
81
+ diff-lcs (>= 1.2.0, < 2.0)
82
+ rspec-support (~> 3.12.0)
83
+ rspec-mocks (3.12.6)
84
+ diff-lcs (>= 1.2.0, < 2.0)
85
+ rspec-support (~> 3.12.0)
86
+ rspec-support (3.12.1)
87
+ rubocop (1.59.0)
88
+ json (~> 2.3)
89
+ language_server-protocol (>= 3.17.0)
90
+ parallel (~> 1.10)
91
+ parser (>= 3.2.2.4)
92
+ rainbow (>= 2.2.2, < 4.0)
93
+ regexp_parser (>= 1.8, < 3.0)
94
+ rexml (>= 3.2.5, < 4.0)
95
+ rubocop-ast (>= 1.30.0, < 2.0)
96
+ ruby-progressbar (~> 1.7)
97
+ unicode-display_width (>= 2.4.0, < 3.0)
98
+ rubocop-ast (1.30.0)
99
+ parser (>= 3.2.1.0)
100
+ rubocop-capybara (2.20.0)
101
+ rubocop (~> 1.41)
102
+ rubocop-factory_bot (2.25.1)
103
+ rubocop (~> 1.41)
104
+ rubocop-performance (1.20.2)
105
+ rubocop (>= 1.48.1, < 2.0)
106
+ rubocop-ast (>= 1.30.0, < 2.0)
107
+ rubocop-rspec (2.26.1)
108
+ rubocop (~> 1.40)
109
+ rubocop-capybara (~> 2.17)
110
+ rubocop-factory_bot (~> 2.22)
111
+ ruby-progressbar (1.13.0)
112
+ sqlite3 (1.7.0-x86_64-linux)
113
+ standard (1.33.0)
114
+ language_server-protocol (~> 3.17.0.2)
115
+ lint_roller (~> 1.0)
116
+ rubocop (~> 1.59.0)
117
+ standard-custom (~> 1.0.0)
118
+ standard-performance (~> 1.3)
119
+ standard-custom (1.0.2)
120
+ lint_roller (~> 1.0)
121
+ rubocop (~> 1.50)
122
+ standard-performance (1.3.1)
123
+ lint_roller (~> 1.1)
124
+ rubocop-performance (~> 1.20.2)
125
+ thor (1.3.0)
126
+ tzinfo (2.0.6)
127
+ concurrent-ruby (~> 1.0)
128
+ unicode-display_width (2.5.0)
129
+ uri (0.13.0)
130
+ webmock (3.19.1)
131
+ addressable (>= 2.8.0)
132
+ crack (>= 0.3.2)
133
+ hashdiff (>= 0.4.0, < 2.0.0)
134
+ yard (0.9.34)
135
+ zeitwerk (2.6.12)
136
+
137
+ PLATFORMS
138
+ x86_64-linux
139
+
140
+ DEPENDENCIES
141
+ activerecord (~> 6.0)
142
+ awesome_print
143
+ dotenv
144
+ elasticsearch (~> 7.17, >= 7.17.10)
145
+ esse-active_record!
146
+ esse-rspec (~> 0.0.6)
147
+ pry
148
+ rake
149
+ rspec
150
+ rubocop
151
+ rubocop-performance
152
+ rubocop-rspec
153
+ sqlite3
154
+ standard
155
+ webmock
156
+ yard
157
+
158
+ BUNDLED WITH
159
+ 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,159 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ esse-active_record (0.2.0)
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.9.0)
47
+ faraday-net_http (>= 2.0, < 3.2)
48
+ faraday-net_http (3.1.0)
49
+ net-http
50
+ hashdiff (1.1.0)
51
+ i18n (1.14.1)
52
+ concurrent-ruby (~> 1.0)
53
+ json (2.7.1)
54
+ language_server-protocol (3.17.0.3)
55
+ lint_roller (1.1.0)
56
+ method_source (1.0.0)
57
+ minitest (5.21.2)
58
+ multi_json (1.15.0)
59
+ net-http (0.4.1)
60
+ uri
61
+ parallel (1.24.0)
62
+ parser (3.3.0.5)
63
+ ast (~> 2.4.1)
64
+ racc
65
+ pry (0.14.2)
66
+ coderay (~> 1.1)
67
+ method_source (~> 1.0)
68
+ public_suffix (5.0.4)
69
+ racc (1.7.3)
70
+ rainbow (3.1.1)
71
+ rake (13.1.0)
72
+ regexp_parser (2.9.0)
73
+ rexml (3.2.6)
74
+ rspec (3.12.0)
75
+ rspec-core (~> 3.12.0)
76
+ rspec-expectations (~> 3.12.0)
77
+ rspec-mocks (~> 3.12.0)
78
+ rspec-core (3.12.2)
79
+ rspec-support (~> 3.12.0)
80
+ rspec-expectations (3.12.3)
81
+ diff-lcs (>= 1.2.0, < 2.0)
82
+ rspec-support (~> 3.12.0)
83
+ rspec-mocks (3.12.6)
84
+ diff-lcs (>= 1.2.0, < 2.0)
85
+ rspec-support (~> 3.12.0)
86
+ rspec-support (3.12.1)
87
+ rubocop (1.59.0)
88
+ json (~> 2.3)
89
+ language_server-protocol (>= 3.17.0)
90
+ parallel (~> 1.10)
91
+ parser (>= 3.2.2.4)
92
+ rainbow (>= 2.2.2, < 4.0)
93
+ regexp_parser (>= 1.8, < 3.0)
94
+ rexml (>= 3.2.5, < 4.0)
95
+ rubocop-ast (>= 1.30.0, < 2.0)
96
+ ruby-progressbar (~> 1.7)
97
+ unicode-display_width (>= 2.4.0, < 3.0)
98
+ rubocop-ast (1.30.0)
99
+ parser (>= 3.2.1.0)
100
+ rubocop-capybara (2.20.0)
101
+ rubocop (~> 1.41)
102
+ rubocop-factory_bot (2.25.1)
103
+ rubocop (~> 1.41)
104
+ rubocop-performance (1.20.2)
105
+ rubocop (>= 1.48.1, < 2.0)
106
+ rubocop-ast (>= 1.30.0, < 2.0)
107
+ rubocop-rspec (2.26.1)
108
+ rubocop (~> 1.40)
109
+ rubocop-capybara (~> 2.17)
110
+ rubocop-factory_bot (~> 2.22)
111
+ ruby-progressbar (1.13.0)
112
+ sqlite3 (1.7.0-x86_64-linux)
113
+ standard (1.33.0)
114
+ language_server-protocol (~> 3.17.0.2)
115
+ lint_roller (~> 1.0)
116
+ rubocop (~> 1.59.0)
117
+ standard-custom (~> 1.0.0)
118
+ standard-performance (~> 1.3)
119
+ standard-custom (1.0.2)
120
+ lint_roller (~> 1.0)
121
+ rubocop (~> 1.50)
122
+ standard-performance (1.3.1)
123
+ lint_roller (~> 1.1)
124
+ rubocop-performance (~> 1.20.2)
125
+ thor (1.3.0)
126
+ tzinfo (2.0.6)
127
+ concurrent-ruby (~> 1.0)
128
+ unicode-display_width (2.5.0)
129
+ uri (0.13.0)
130
+ webmock (3.19.1)
131
+ addressable (>= 2.8.0)
132
+ crack (>= 0.3.2)
133
+ hashdiff (>= 0.4.0, < 2.0.0)
134
+ yard (0.9.34)
135
+ zeitwerk (2.6.12)
136
+
137
+ PLATFORMS
138
+ x86_64-linux
139
+
140
+ DEPENDENCIES
141
+ activerecord (~> 6.1)
142
+ awesome_print
143
+ dotenv
144
+ elasticsearch (~> 7.17, >= 7.17.10)
145
+ esse-active_record!
146
+ esse-rspec (~> 0.0.6)
147
+ pry
148
+ rake
149
+ rspec
150
+ rubocop
151
+ rubocop-performance
152
+ rubocop-rspec
153
+ sqlite3
154
+ standard
155
+ webmock
156
+ yard
157
+
158
+ BUNDLED WITH
159
+ 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,159 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ esse-active_record (0.2.0)
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.9.0)
47
+ faraday-net_http (>= 2.0, < 3.2)
48
+ faraday-net_http (3.1.0)
49
+ net-http
50
+ hashdiff (1.1.0)
51
+ i18n (1.14.1)
52
+ concurrent-ruby (~> 1.0)
53
+ json (2.7.1)
54
+ language_server-protocol (3.17.0.3)
55
+ lint_roller (1.1.0)
56
+ method_source (1.0.0)
57
+ minitest (5.21.2)
58
+ multi_json (1.15.0)
59
+ net-http (0.4.1)
60
+ uri
61
+ parallel (1.24.0)
62
+ parser (3.3.0.5)
63
+ ast (~> 2.4.1)
64
+ racc
65
+ pry (0.14.2)
66
+ coderay (~> 1.1)
67
+ method_source (~> 1.0)
68
+ public_suffix (5.0.4)
69
+ racc (1.7.3)
70
+ rainbow (3.1.1)
71
+ rake (13.1.0)
72
+ regexp_parser (2.9.0)
73
+ rexml (3.2.6)
74
+ rspec (3.12.0)
75
+ rspec-core (~> 3.12.0)
76
+ rspec-expectations (~> 3.12.0)
77
+ rspec-mocks (~> 3.12.0)
78
+ rspec-core (3.12.2)
79
+ rspec-support (~> 3.12.0)
80
+ rspec-expectations (3.12.3)
81
+ diff-lcs (>= 1.2.0, < 2.0)
82
+ rspec-support (~> 3.12.0)
83
+ rspec-mocks (3.12.6)
84
+ diff-lcs (>= 1.2.0, < 2.0)
85
+ rspec-support (~> 3.12.0)
86
+ rspec-support (3.12.1)
87
+ rubocop (1.59.0)
88
+ json (~> 2.3)
89
+ language_server-protocol (>= 3.17.0)
90
+ parallel (~> 1.10)
91
+ parser (>= 3.2.2.4)
92
+ rainbow (>= 2.2.2, < 4.0)
93
+ regexp_parser (>= 1.8, < 3.0)
94
+ rexml (>= 3.2.5, < 4.0)
95
+ rubocop-ast (>= 1.30.0, < 2.0)
96
+ ruby-progressbar (~> 1.7)
97
+ unicode-display_width (>= 2.4.0, < 3.0)
98
+ rubocop-ast (1.30.0)
99
+ parser (>= 3.2.1.0)
100
+ rubocop-capybara (2.20.0)
101
+ rubocop (~> 1.41)
102
+ rubocop-factory_bot (2.25.1)
103
+ rubocop (~> 1.41)
104
+ rubocop-performance (1.20.2)
105
+ rubocop (>= 1.48.1, < 2.0)
106
+ rubocop-ast (>= 1.30.0, < 2.0)
107
+ rubocop-rspec (2.26.1)
108
+ rubocop (~> 1.40)
109
+ rubocop-capybara (~> 2.17)
110
+ rubocop-factory_bot (~> 2.22)
111
+ ruby-progressbar (1.13.0)
112
+ sqlite3 (1.7.0-x86_64-linux)
113
+ standard (1.33.0)
114
+ language_server-protocol (~> 3.17.0.2)
115
+ lint_roller (~> 1.0)
116
+ rubocop (~> 1.59.0)
117
+ standard-custom (~> 1.0.0)
118
+ standard-performance (~> 1.3)
119
+ standard-custom (1.0.2)
120
+ lint_roller (~> 1.0)
121
+ rubocop (~> 1.50)
122
+ standard-performance (1.3.1)
123
+ lint_roller (~> 1.1)
124
+ rubocop-performance (~> 1.20.2)
125
+ thor (1.3.0)
126
+ tzinfo (2.0.6)
127
+ concurrent-ruby (~> 1.0)
128
+ unicode-display_width (2.5.0)
129
+ uri (0.13.0)
130
+ webmock (3.19.1)
131
+ addressable (>= 2.8.0)
132
+ crack (>= 0.3.2)
133
+ hashdiff (>= 0.4.0, < 2.0.0)
134
+ yard (0.9.34)
135
+ zeitwerk (2.6.12)
136
+
137
+ PLATFORMS
138
+ x86_64-linux
139
+
140
+ DEPENDENCIES
141
+ activerecord (~> 6.0)
142
+ awesome_print
143
+ dotenv
144
+ elasticsearch (~> 7.17, >= 7.17.10)
145
+ esse-active_record!
146
+ esse-rspec (~> 0.0.6)
147
+ pry
148
+ rake
149
+ rspec
150
+ rubocop
151
+ rubocop-performance
152
+ rubocop-rspec
153
+ sqlite3
154
+ standard
155
+ webmock
156
+ yard
157
+
158
+ BUNDLED WITH
159
+ 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,171 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ esse-active_record (0.2.0)
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.9.0)
57
+ faraday-net_http (>= 2.0, < 3.2)
58
+ faraday-net_http (3.1.0)
59
+ net-http
60
+ hashdiff (1.1.0)
61
+ i18n (1.14.1)
62
+ concurrent-ruby (~> 1.0)
63
+ json (2.7.1)
64
+ language_server-protocol (3.17.0.3)
65
+ lint_roller (1.1.0)
66
+ method_source (1.0.0)
67
+ minitest (5.21.2)
68
+ multi_json (1.15.0)
69
+ mutex_m (0.2.0)
70
+ net-http (0.4.1)
71
+ uri
72
+ parallel (1.24.0)
73
+ parser (3.3.0.5)
74
+ ast (~> 2.4.1)
75
+ racc
76
+ pry (0.14.2)
77
+ coderay (~> 1.1)
78
+ method_source (~> 1.0)
79
+ public_suffix (5.0.4)
80
+ racc (1.7.3)
81
+ rainbow (3.1.1)
82
+ rake (13.1.0)
83
+ regexp_parser (2.9.0)
84
+ rexml (3.2.6)
85
+ rspec (3.12.0)
86
+ rspec-core (~> 3.12.0)
87
+ rspec-expectations (~> 3.12.0)
88
+ rspec-mocks (~> 3.12.0)
89
+ rspec-core (3.12.2)
90
+ rspec-support (~> 3.12.0)
91
+ rspec-expectations (3.12.3)
92
+ diff-lcs (>= 1.2.0, < 2.0)
93
+ rspec-support (~> 3.12.0)
94
+ rspec-mocks (3.12.6)
95
+ diff-lcs (>= 1.2.0, < 2.0)
96
+ rspec-support (~> 3.12.0)
97
+ rspec-support (3.12.1)
98
+ rubocop (1.59.0)
99
+ json (~> 2.3)
100
+ language_server-protocol (>= 3.17.0)
101
+ parallel (~> 1.10)
102
+ parser (>= 3.2.2.4)
103
+ rainbow (>= 2.2.2, < 4.0)
104
+ regexp_parser (>= 1.8, < 3.0)
105
+ rexml (>= 3.2.5, < 4.0)
106
+ rubocop-ast (>= 1.30.0, < 2.0)
107
+ ruby-progressbar (~> 1.7)
108
+ unicode-display_width (>= 2.4.0, < 3.0)
109
+ rubocop-ast (1.30.0)
110
+ parser (>= 3.2.1.0)
111
+ rubocop-capybara (2.20.0)
112
+ rubocop (~> 1.41)
113
+ rubocop-factory_bot (2.25.1)
114
+ rubocop (~> 1.41)
115
+ rubocop-performance (1.20.2)
116
+ rubocop (>= 1.48.1, < 2.0)
117
+ rubocop-ast (>= 1.30.0, < 2.0)
118
+ rubocop-rspec (2.26.1)
119
+ rubocop (~> 1.40)
120
+ rubocop-capybara (~> 2.17)
121
+ rubocop-factory_bot (~> 2.22)
122
+ ruby-progressbar (1.13.0)
123
+ ruby2_keywords (0.0.5)
124
+ sqlite3 (1.7.0-x86_64-linux)
125
+ standard (1.33.0)
126
+ language_server-protocol (~> 3.17.0.2)
127
+ lint_roller (~> 1.0)
128
+ rubocop (~> 1.59.0)
129
+ standard-custom (~> 1.0.0)
130
+ standard-performance (~> 1.3)
131
+ standard-custom (1.0.2)
132
+ lint_roller (~> 1.0)
133
+ rubocop (~> 1.50)
134
+ standard-performance (1.3.1)
135
+ lint_roller (~> 1.1)
136
+ rubocop-performance (~> 1.20.2)
137
+ thor (1.3.0)
138
+ timeout (0.4.1)
139
+ tzinfo (2.0.6)
140
+ concurrent-ruby (~> 1.0)
141
+ unicode-display_width (2.5.0)
142
+ uri (0.13.0)
143
+ webmock (3.19.1)
144
+ addressable (>= 2.8.0)
145
+ crack (>= 0.3.2)
146
+ hashdiff (>= 0.4.0, < 2.0.0)
147
+ yard (0.9.34)
148
+
149
+ PLATFORMS
150
+ x86_64-linux
151
+
152
+ DEPENDENCIES
153
+ activerecord (~> 7.1)
154
+ awesome_print
155
+ dotenv
156
+ elasticsearch (~> 7.17, >= 7.17.10)
157
+ esse-active_record!
158
+ esse-rspec (~> 0.0.6)
159
+ pry
160
+ rake
161
+ rspec
162
+ rubocop
163
+ rubocop-performance
164
+ rubocop-rspec
165
+ sqlite3
166
+ standard
167
+ webmock
168
+ yard
169
+
170
+ BUNDLED WITH
171
+ 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