legitbot 1.12.3 → 1.12.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c4f8bea5161d5a93791e83e7fe5e2c79726f9d73cb9512dd83ad8ae19333454
4
- data.tar.gz: 4ce3d59f639623cf383662cde6e6074f538300bc5618523172963c07c4d29e6c
3
+ metadata.gz: 6d8ac25c38e8791b2728862d84e3ec9824b0bec0fc660d06e0da2cf41d85c2c4
4
+ data.tar.gz: 0b17e89ee57cf29a081b1ac35a6771cd14fff7d1921f645ad97c8bb1f6de5c75
5
5
  SHA512:
6
- metadata.gz: 861a4997833845489a143270caf346422197d1fbf875f49f66cc7922519e390762ab6b1d7c388fbfa2fd0f7d53ef25d6bf5c82392e9c6870ffdfc33454123e4d
7
- data.tar.gz: cde7ff9896d5959cdf0a28f8aa92320d9e0d941734ebd767a17e4ae1e3edac0a472255edd54565e47d8addd192dfebd779a33ac5fa95a5529a444a596857710d
6
+ metadata.gz: 04bd7264552597770307381e4f7934f12592fb20a12119b005fb0bcce0f691ff10531e8846c08b150ee37781c0bfb85e5d8285e0b2f3bc1e2a52400332acff46
7
+ data.tar.gz: ed41584ae80b5666d86f1a9cbfe725a7ce99fd31a3990abda3c966b83bdc4648e083d320cc3e4db28b710112a55766c2d22cb0f32b189eb5dbe70318aa8031fb
@@ -11,10 +11,16 @@ module Legitbot # :nodoc:
11
11
  20.171.206.0/24
12
12
  20.171.207.0/24
13
13
  52.230.152.0/24
14
+ 74.7.175.128/25
14
15
  74.7.227.0/25
15
16
  74.7.227.128/25
16
17
  74.7.228.0/25
17
18
  74.7.230.0/25
19
+ 74.7.241.0/25
20
+ 74.7.241.128/25
21
+ 74.7.242.0/25
22
+ 74.7.243.128/25
23
+ 74.7.244.0/25
18
24
  132.196.86.0/24
19
25
  172.182.202.0/25
20
26
  172.182.204.0/24
@@ -44,15 +50,19 @@ module Legitbot # :nodoc:
44
50
  4.197.64.64/28
45
51
  4.197.115.112/28
46
52
  4.205.128.176/28
47
- 4.234.83.96/28
48
53
  12.129.184.64/26
49
54
  13.65.138.96/28
50
55
  13.65.138.112/28
56
+ 13.67.46.240/28
51
57
  13.67.72.16/28
52
58
  13.70.107.160/28
53
59
  13.71.2.208/28
54
60
  13.76.32.208/28
61
+ 13.76.115.224/28
62
+ 13.76.115.240/28
55
63
  13.76.116.80/28
64
+ 13.76.223.48/28
65
+ 13.79.43.0/28
56
66
  13.83.167.128/28
57
67
  13.83.237.176/28
58
68
  20.0.53.96/28
@@ -60,7 +70,6 @@ module Legitbot # :nodoc:
60
70
  20.45.178.144/28
61
71
  20.55.229.144/28
62
72
  20.63.221.64/28
63
- 20.77.178.240/28
64
73
  20.90.7.144/28
65
74
  20.97.189.96/28
66
75
  20.102.212.144/28
@@ -133,6 +142,8 @@ module Legitbot # :nodoc:
133
142
  52.231.30.48/28
134
143
  52.231.34.176/28
135
144
  52.231.39.144/28
145
+ 52.231.39.192/28
146
+ 52.231.49.48/28
136
147
  52.231.50.64/28
137
148
  52.236.94.144/28
138
149
  52.242.132.224/28
@@ -180,6 +191,9 @@ module Legitbot # :nodoc:
180
191
  135.237.131.208/28
181
192
  135.237.133.48/28
182
193
  135.237.133.112/28
194
+ 137.135.183.96/28
195
+ 137.135.190.240/28
196
+ 137.135.191.32/28
183
197
  137.135.191.176/28
184
198
  138.91.30.48/28
185
199
  138.91.46.96/28
@@ -239,11 +253,16 @@ module Legitbot # :nodoc:
239
253
  20.171.123.64/28
240
254
  40.67.175.0/25
241
255
  51.8.102.0/24
256
+ 74.7.175.128/25
242
257
  74.7.228.0/25
243
258
  74.7.228.128/25
244
259
  74.7.229.0/25
245
260
  74.7.229.128/25
246
261
  74.7.230.0/25
262
+ 74.7.241.128/25
263
+ 74.7.242.128/25
264
+ 74.7.243.0/25
265
+ 74.7.244.0/25
247
266
  104.210.140.128/28
248
267
  135.234.64.0/24
249
268
  172.182.193.80/28
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Legitbot
4
- VERSION = '1.12.3'
4
+ VERSION = '1.12.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: legitbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.3
4
+ version: 1.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Azarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-01 00:00:00.000000000 Z
11
+ date: 2025-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fast_interval_tree