Skip to content

Commit 9e85b7c

Browse files
refactor(searcher): Searchers refactoring (#184)
1 parent 2cdbff6 commit 9e85b7c

File tree

144 files changed

+1419
-577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+1419
-577
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ source "https://rubygems.org"
44

55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

7-
gem 'cocoapods', '~> 1.10'
8-
gem 'fastlane', '~> 2.181'
7+
gem 'cocoapods', '~> 1.11'
8+
gem 'fastlane', '~> 2.197'
99
gem 'xcov'

Gemfile.lock

Lines changed: 104 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.3)
5-
activesupport (5.2.5)
4+
CFPropertyList (3.0.4)
5+
rexml
6+
activesupport (6.1.4.1)
67
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
10-
addressable (2.7.0)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
12+
addressable (2.8.0)
1113
public_suffix (>= 2.0.2, < 5.0)
1214
algoliasearch (1.27.5)
1315
httpclient (~> 2.8, >= 2.8.3)
1416
json (>= 1.5.1)
1517
artifactory (3.0.15)
1618
atomos (0.1.3)
17-
aws-eventstream (1.1.1)
18-
aws-partitions (1.447.0)
19-
aws-sdk-core (3.114.0)
19+
aws-eventstream (1.2.0)
20+
aws-partitions (1.525.0)
21+
aws-sdk-core (3.122.0)
2022
aws-eventstream (~> 1, >= 1.0.2)
21-
aws-partitions (~> 1, >= 1.239.0)
23+
aws-partitions (~> 1, >= 1.525.0)
2224
aws-sigv4 (~> 1.1)
2325
jmespath (~> 1.0)
24-
aws-sdk-kms (1.43.0)
25-
aws-sdk-core (~> 3, >= 3.112.0)
26+
aws-sdk-kms (1.51.0)
27+
aws-sdk-core (~> 3, >= 3.122.0)
2628
aws-sigv4 (~> 1.1)
27-
aws-sdk-s3 (1.93.1)
28-
aws-sdk-core (~> 3, >= 3.112.0)
29+
aws-sdk-s3 (1.105.0)
30+
aws-sdk-core (~> 3, >= 3.122.0)
2931
aws-sdk-kms (~> 1)
30-
aws-sigv4 (~> 1.1)
31-
aws-sigv4 (1.2.3)
32+
aws-sigv4 (~> 1.4)
33+
aws-sigv4 (1.4.0)
3234
aws-eventstream (~> 1, >= 1.0.2)
3335
babosa (1.0.4)
3436
claide (1.0.3)
35-
cocoapods (1.10.1)
36-
addressable (~> 2.6)
37+
cocoapods (1.11.2)
38+
addressable (~> 2.8)
3739
claide (>= 1.0.2, < 2.0)
38-
cocoapods-core (= 1.10.1)
40+
cocoapods-core (= 1.11.2)
3941
cocoapods-deintegrate (>= 1.0.3, < 2.0)
4042
cocoapods-downloader (>= 1.4.0, < 2.0)
4143
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -46,69 +48,79 @@ GEM
4648
escape (~> 0.0.4)
4749
fourflusher (>= 2.3.0, < 3.0)
4850
gh_inspector (~> 1.0)
49-
molinillo (~> 0.6.6)
51+
molinillo (~> 0.8.0)
5052
nap (~> 1.0)
51-
ruby-macho (~> 1.4)
52-
xcodeproj (>= 1.19.0, < 2.0)
53-
cocoapods-core (1.10.1)
54-
activesupport (> 5.0, < 6)
55-
addressable (~> 2.6)
53+
ruby-macho (>= 1.0, < 3.0)
54+
xcodeproj (>= 1.21.0, < 2.0)
55+
cocoapods-core (1.11.2)
56+
activesupport (>= 5.0, < 7)
57+
addressable (~> 2.8)
5658
algoliasearch (~> 1.0)
5759
concurrent-ruby (~> 1.1)
5860
fuzzy_match (~> 2.0.4)
5961
nap (~> 1.0)
6062
netrc (~> 0.11)
61-
public_suffix
63+
public_suffix (~> 4.0)
6264
typhoeus (~> 1.0)
63-
cocoapods-deintegrate (1.0.4)
64-
cocoapods-downloader (1.4.0)
65+
cocoapods-deintegrate (1.0.5)
66+
cocoapods-downloader (1.5.1)
6567
cocoapods-plugins (1.0.0)
6668
nap
67-
cocoapods-search (1.0.0)
68-
cocoapods-trunk (1.5.0)
69+
cocoapods-search (1.0.1)
70+
cocoapods-trunk (1.6.0)
6971
nap (>= 0.8, < 2.0)
7072
netrc (~> 0.11)
7173
cocoapods-try (1.2.0)
7274
colored (1.2)
7375
colored2 (3.1.2)
74-
commander-fastlane (4.4.6)
75-
highline (~> 1.7.2)
76-
concurrent-ruby (1.1.8)
76+
commander (4.6.0)
77+
highline (~> 2.0.0)
78+
concurrent-ruby (1.1.9)
7779
declarative (0.0.20)
78-
digest-crc (0.6.3)
80+
digest-crc (0.6.4)
7981
rake (>= 12.0.0, < 14.0.0)
8082
domain_name (0.5.20190701)
8183
unf (>= 0.0.5, < 1.0.0)
8284
dotenv (2.7.6)
83-
emoji_regex (3.2.2)
85+
emoji_regex (3.2.3)
8486
escape (0.0.4)
85-
ethon (0.13.0)
87+
ethon (0.15.0)
8688
ffi (>= 1.15.0)
87-
excon (0.80.1)
88-
faraday (1.4.1)
89+
excon (0.88.0)
90+
faraday (1.8.0)
91+
faraday-em_http (~> 1.0)
92+
faraday-em_synchrony (~> 1.0)
8993
faraday-excon (~> 1.1)
94+
faraday-httpclient (~> 1.0.1)
9095
faraday-net_http (~> 1.0)
9196
faraday-net_http_persistent (~> 1.1)
97+
faraday-patron (~> 1.0)
98+
faraday-rack (~> 1.0)
9299
multipart-post (>= 1.2, < 3)
93100
ruby2_keywords (>= 0.0.4)
94101
faraday-cookie_jar (0.0.7)
95102
faraday (>= 0.8.0)
96103
http-cookie (~> 1.0.0)
104+
faraday-em_http (1.0.0)
105+
faraday-em_synchrony (1.0.0)
97106
faraday-excon (1.1.0)
107+
faraday-httpclient (1.0.1)
98108
faraday-net_http (1.0.1)
99-
faraday-net_http_persistent (1.1.0)
100-
faraday_middleware (1.0.0)
109+
faraday-net_http_persistent (1.2.0)
110+
faraday-patron (1.0.0)
111+
faraday-rack (1.0.0)
112+
faraday_middleware (1.2.0)
101113
faraday (~> 1.0)
102-
fastimage (2.2.3)
103-
fastlane (2.181.0)
114+
fastimage (2.2.5)
115+
fastlane (2.197.0)
104116
CFPropertyList (>= 2.3, < 4.0.0)
105-
addressable (>= 2.3, < 3.0.0)
117+
addressable (>= 2.8, < 3.0.0)
106118
artifactory (~> 3.0)
107119
aws-sdk-s3 (~> 1.0)
108120
babosa (>= 1.0.3, < 2.0.0)
109121
bundler (>= 1.12.0, < 3.0.0)
110122
colored
111-
commander-fastlane (>= 4.4.6, < 5.0.0)
123+
commander (~> 4.6)
112124
dotenv (>= 2.1.1, < 3.0.0)
113125
emoji_regex (>= 0.1, < 4.0)
114126
excon (>= 0.71.0, < 1.0.0)
@@ -117,19 +129,20 @@ GEM
117129
faraday_middleware (~> 1.0)
118130
fastimage (>= 2.1.0, < 3.0.0)
119131
gh_inspector (>= 1.1.2, < 2.0.0)
120-
google-api-client (>= 0.37.0, < 0.39.0)
121-
google-cloud-storage (>= 1.15.0, < 2.0.0)
122-
highline (>= 1.7.2, < 2.0.0)
132+
google-apis-androidpublisher_v3 (~> 0.3)
133+
google-apis-playcustomapp_v1 (~> 0.1)
134+
google-cloud-storage (~> 1.31)
135+
highline (~> 2.0)
123136
json (< 3.0.0)
124137
jwt (>= 2.1.0, < 3)
125138
mini_magick (>= 4.9.4, < 5.0.0)
126139
multipart-post (~> 2.0.0)
127140
naturally (~> 2.2)
141+
optparse (~> 0.1.1)
128142
plist (>= 3.1.0, < 4.0.0)
129143
rubyzip (>= 2.0.0, < 3.0.0)
130144
security (= 0.1.3)
131145
simctl (~> 1.6.3)
132-
slack-notifier (>= 2.0.0, < 3.0.0)
133146
terminal-notifier (>= 2.0.0, < 3.0.0)
134147
terminal-table (>= 1.4.5, < 2.0.0)
135148
tty-screen (>= 0.6.3, < 1.0.0)
@@ -138,123 +151,119 @@ GEM
138151
xcodeproj (>= 1.13.0, < 2.0.0)
139152
xcpretty (~> 0.3.0)
140153
xcpretty-travis-formatter (>= 0.0.3)
141-
ffi (1.15.0)
154+
ffi (1.15.4)
142155
fourflusher (2.3.1)
143156
fuzzy_match (2.0.4)
144157
gh_inspector (1.1.3)
145-
google-api-client (0.38.0)
146-
addressable (~> 2.5, >= 2.5.1)
147-
googleauth (~> 0.9)
148-
httpclient (>= 2.8.1, < 3.0)
149-
mini_mime (~> 1.0)
150-
representable (~> 3.0)
151-
retriable (>= 2.0, < 4.0)
152-
signet (~> 0.12)
153-
google-apis-core (0.3.0)
158+
google-apis-androidpublisher_v3 (0.13.0)
159+
google-apis-core (>= 0.4, < 2.a)
160+
google-apis-core (0.4.1)
154161
addressable (~> 2.5, >= 2.5.1)
155-
googleauth (~> 0.14)
156-
httpclient (>= 2.8.1, < 3.0)
162+
googleauth (>= 0.16.2, < 2.a)
163+
httpclient (>= 2.8.1, < 3.a)
157164
mini_mime (~> 1.0)
158165
representable (~> 3.0)
159-
retriable (>= 2.0, < 4.0)
166+
retriable (>= 2.0, < 4.a)
160167
rexml
161-
signet (~> 0.14)
162168
webrick
163-
google-apis-iamcredentials_v1 (0.3.0)
164-
google-apis-core (~> 0.1)
165-
google-apis-storage_v1 (0.3.0)
166-
google-apis-core (~> 0.1)
169+
google-apis-iamcredentials_v1 (0.8.0)
170+
google-apis-core (>= 0.4, < 2.a)
171+
google-apis-playcustomapp_v1 (0.6.0)
172+
google-apis-core (>= 0.4, < 2.a)
173+
google-apis-storage_v1 (0.9.0)
174+
google-apis-core (>= 0.4, < 2.a)
167175
google-cloud-core (1.6.0)
168176
google-cloud-env (~> 1.0)
169177
google-cloud-errors (~> 1.0)
170178
google-cloud-env (1.5.0)
171179
faraday (>= 0.17.3, < 2.0)
172-
google-cloud-errors (1.1.0)
173-
google-cloud-storage (1.31.0)
180+
google-cloud-errors (1.2.0)
181+
google-cloud-storage (1.34.1)
174182
addressable (~> 2.5)
175183
digest-crc (~> 0.4)
176184
google-apis-iamcredentials_v1 (~> 0.1)
177185
google-apis-storage_v1 (~> 0.1)
178-
google-cloud-core (~> 1.2)
179-
googleauth (~> 0.9)
186+
google-cloud-core (~> 1.6)
187+
googleauth (>= 0.16.2, < 2.a)
180188
mini_mime (~> 1.0)
181-
googleauth (0.16.1)
189+
googleauth (1.1.0)
182190
faraday (>= 0.17.3, < 2.0)
183191
jwt (>= 1.4, < 3.0)
184192
memoist (~> 0.16)
185193
multi_json (~> 1.11)
186194
os (>= 0.9, < 2.0)
187-
signet (~> 0.14)
188-
highline (1.7.10)
189-
http-cookie (1.0.3)
195+
signet (>= 0.16, < 2.a)
196+
highline (2.0.3)
197+
http-cookie (1.0.4)
190198
domain_name (~> 0.5)
191199
httpclient (2.8.3)
192-
i18n (1.8.10)
200+
i18n (1.8.11)
193201
concurrent-ruby (~> 1.0)
194202
jmespath (1.4.0)
195-
json (2.5.1)
196-
jwt (2.2.3)
203+
json (2.6.1)
204+
jwt (2.3.0)
197205
memoist (0.16.2)
198206
mini_magick (4.11.0)
199-
mini_mime (1.1.0)
207+
mini_mime (1.1.2)
200208
minitest (5.14.4)
201-
molinillo (0.6.6)
209+
molinillo (0.8.0)
202210
multi_json (1.15.0)
203211
multipart-post (2.0.0)
204212
nanaimo (0.3.0)
205213
nap (1.1.0)
206214
naturally (2.2.1)
207215
netrc (0.11.0)
216+
optparse (0.1.1)
208217
os (1.1.1)
209218
plist (3.6.0)
210219
public_suffix (4.0.6)
211-
rake (13.0.3)
220+
rake (13.0.6)
212221
representable (3.1.1)
213222
declarative (< 0.1.0)
214223
trailblazer-option (>= 0.1.1, < 0.2.0)
215224
uber (< 0.2.0)
216225
retriable (3.1.2)
217226
rexml (3.2.5)
218227
rouge (2.0.7)
219-
ruby-macho (1.4.0)
220-
ruby2_keywords (0.0.4)
221-
rubyzip (2.3.0)
228+
ruby-macho (2.5.1)
229+
ruby2_keywords (0.0.5)
230+
rubyzip (2.3.2)
222231
security (0.1.3)
223-
signet (0.15.0)
224-
addressable (~> 2.3)
232+
signet (0.16.0)
233+
addressable (~> 2.8)
225234
faraday (>= 0.17.3, < 2.0)
226235
jwt (>= 1.5, < 3.0)
227236
multi_json (~> 1.10)
228237
simctl (1.6.8)
229238
CFPropertyList
230239
naturally
231-
slack-notifier (2.3.2)
240+
slack-notifier (2.4.0)
232241
terminal-notifier (2.0.0)
233242
terminal-table (1.8.0)
234243
unicode-display_width (~> 1.1, >= 1.1.1)
235-
thread_safe (0.3.6)
236244
trailblazer-option (0.1.1)
237245
tty-cursor (0.7.1)
238246
tty-screen (0.8.1)
239247
tty-spinner (0.9.3)
240248
tty-cursor (~> 0.7)
241249
typhoeus (1.4.0)
242250
ethon (>= 0.9.0)
243-
tzinfo (1.2.9)
244-
thread_safe (~> 0.1)
251+
tzinfo (2.0.4)
252+
concurrent-ruby (~> 1.0)
245253
uber (0.1.0)
246254
unf (0.1.4)
247255
unf_ext
248-
unf_ext (0.0.7.7)
249-
unicode-display_width (1.7.0)
256+
unf_ext (0.0.8)
257+
unicode-display_width (1.8.0)
250258
webrick (1.7.0)
251259
word_wrap (1.0.0)
252-
xcodeproj (1.19.0)
260+
xcodeproj (1.21.0)
253261
CFPropertyList (>= 2.3.3, < 4.0)
254262
atomos (~> 0.1.3)
255263
claide (>= 1.0.2, < 2.0)
256264
colored2 (~> 3.1)
257265
nanaimo (~> 0.3.0)
266+
rexml (~> 3.2.4)
258267
xcov (1.7.5)
259268
fastlane (>= 2.141.0, < 3.0.0)
260269
multipart-post
@@ -267,13 +276,14 @@ GEM
267276
xcpretty-travis-formatter (1.0.1)
268277
xcpretty (~> 0.2, >= 0.0.7)
269278
xcresult (0.2.1)
279+
zeitwerk (2.5.1)
270280

271281
PLATFORMS
272282
ruby
273283

274284
DEPENDENCIES
275-
cocoapods (~> 1.10)
276-
fastlane (~> 2.181)
285+
cocoapods (~> 1.11)
286+
fastlane (~> 2.197)
277287
xcov
278288

279289
BUNDLED WITH

0 commit comments

Comments
 (0)