legitbot 1.11.6 → 1.11.8

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: 10160e18da1d349101e88f724901e149a0d168f5c64bca269ebd5f26735c2329
4
- data.tar.gz: 6d5a5cd334d415b7fae115dba730a870a37f079f6e0fadf1d153e185d96632a4
3
+ metadata.gz: 1dbdefcc0b07cf242a126aa96ce3f2b21295b169c51784f7f6b4a3c9fed6bbdc
4
+ data.tar.gz: 913038cbacd7d1f3712c76dc39e733b2a95007b9fb1322e021f65ac877dd18f8
5
5
  SHA512:
6
- metadata.gz: 81146246c7fc9c6f625a2dba602c66e70d40fdf11426ce541450deeacde4955b7dd1fc0e0f1d67cfef07d976a7562a7927f9d511c1436a937bfc4a555c417d71
7
- data.tar.gz: c4770a757126476b84d4e64be0c603cc268f3795ab4af22a3d627708cbfa1eed49b0951caa2a464f3fcdf709cfa2a28eaf4c41fd8f027626ccb057f6ffa68506
6
+ metadata.gz: f7a91a6abaf99d5952e302ece128fb5808c0ebad96a7d69002ea5d489247e8754e3ab64bf40760c42a216c2d18cce6659663c8de3293cc859d27ee77aad30d0a
7
+ data.tar.gz: 5289582720d0215a52a5527f53175a7a3b380e2a3ca0249d91d7a5a813b287498b087763678fb2c8cc0ce5c0454793a6381f8e84b4b9d24e6bc832473a2e6b63
data/.rubocop.yml CHANGED
@@ -1,5 +1,7 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-minitest
3
+
4
+ require:
3
5
  - rubocop/cop/custom
4
6
 
5
7
  AllCops:
@@ -42,6 +42,7 @@ module Legitbot # :nodoc:
42
42
  148.113.128.0/24
43
43
  148.113.130.0/24
44
44
  167.114.139.0/24
45
+ 168.100.149.0/24
45
46
  176.31.139.0/27
46
47
  198.244.168.0/24
47
48
  198.244.183.0/24
data/lib/legitbot/ias.rb CHANGED
@@ -9,6 +9,13 @@ module Legitbot # :nodoc:
9
9
  3.217.168.199
10
10
  3.226.51.67
11
11
  18.214.43.70
12
+ 23.21.212.31
13
+ 34.195.212.30
14
+ 35.175.92.196
15
+ 92.204.170.15
16
+ 92.204.190.235
17
+ 162.211.125.4
18
+ 162.211.125.5
12
19
  ]
13
20
  end
14
21
 
@@ -7,11 +7,11 @@ module Legitbot # :nodoc:
7
7
  # @fetch:jsonpath $.prefixes[*].ipv4Prefix
8
8
  ip_ranges %w[
9
9
  4.227.36.0/25
10
+ 20.125.66.80/28
10
11
  20.171.206.0/24
11
12
  20.171.207.0/24
12
13
  52.230.152.0/24
13
- 52.233.106.0/24
14
- 172.182.201.192/28
14
+ 172.182.193.160/28
15
15
  ]
16
16
  end
17
17
 
@@ -22,15 +22,13 @@ module Legitbot # :nodoc:
22
22
  ip_ranges %w[
23
23
  4.196.118.112/28
24
24
  4.197.22.112/28
25
- 13.65.240.240/28
26
- 20.61.70.160/28
25
+ 13.83.167.128/28
27
26
  20.97.189.96/28
28
27
  20.161.75.208/28
29
28
  20.215.188.192/28
30
- 23.98.142.176/28
31
29
  23.98.179.16/28
32
- 40.84.180.64/28
33
- 40.84.180.224/28
30
+ 23.98.186.176/28
31
+ 23.98.186.192/28
34
32
  40.84.221.208/28
35
33
  40.84.221.224/28
36
34
  51.8.155.48/28
@@ -40,8 +38,10 @@ module Legitbot # :nodoc:
40
38
  52.159.249.96/28
41
39
  52.225.75.208/28
42
40
  52.236.94.144/28
41
+ 57.154.175.0/28
43
42
  135.237.131.208/28
44
43
  172.178.140.144/28
44
+ 172.178.141.112/28
45
45
  172.178.141.128/28
46
46
  172.183.222.128/28
47
47
  ]
@@ -54,6 +54,7 @@ module Legitbot # :nodoc:
54
54
  ip_ranges %w[
55
55
  20.42.10.176/28
56
56
  51.8.102.0/24
57
+ 135.234.64.0/24
57
58
  172.203.190.128/28
58
59
  ]
59
60
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Legitbot
4
- VERSION = '1.11.6'
4
+ VERSION = '1.11.8'
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.11.6
4
+ version: 1.11.8
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-01-11 00:00:00.000000000 Z
11
+ date: 2025-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fast_interval_tree