legitbot 1.12.4 → 1.12.5

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: 6d8ac25c38e8791b2728862d84e3ec9824b0bec0fc660d06e0da2cf41d85c2c4
4
- data.tar.gz: 0b17e89ee57cf29a081b1ac35a6771cd14fff7d1921f645ad97c8bb1f6de5c75
3
+ metadata.gz: 741c3288a566d044c2d48ccd0833fecdf070af2928413ed962bcf0e0f4801b46
4
+ data.tar.gz: c8f3c1a95346d6624301d07f6c99841f96cb391b146bb945f43e61d9bbfb3db6
5
5
  SHA512:
6
- metadata.gz: 04bd7264552597770307381e4f7934f12592fb20a12119b005fb0bcce0f691ff10531e8846c08b150ee37781c0bfb85e5d8285e0b2f3bc1e2a52400332acff46
7
- data.tar.gz: ed41584ae80b5666d86f1a9cbfe725a7ce99fd31a3990abda3c966b83bdc4648e083d320cc3e4db28b710112a55766c2d22cb0f32b189eb5dbe70318aa8031fb
6
+ metadata.gz: 468968e3ebe0f06b0a574351b299d8143e40e49a32b2eb07fa4a371b1074c93cf926d2a103f9daebffc2df8a964ec89767485e9eeab60322c8469a3e34840e9d
7
+ data.tar.gz: 168ef26eef5d7d28c7db83041860c5d9f9e1ac7063b3d4651b6180d93631aa5b598d13d79d07722d8497233f9e871fed8c4f5161455d0bb7b53e9da612ca8845
data/Gemfile CHANGED
@@ -13,5 +13,4 @@ group :development do
13
13
  gem 'rake'
14
14
  gem 'rubocop'
15
15
  gem 'rubocop-minitest'
16
- gem 'simplecov-cobertura'
17
16
  end
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Legitbot ![](https://github.com/alaz/legitbot/workflows/build/badge.svg) ![](https://badge.fury.io/rb/legitbot.svg) ![codecov](https://codecov.io/gh/alaz/legitbot/branch/master/graph/badge.svg?token=LKtJ3E9VUl)
1
+ # Legitbot ![](https://github.com/alaz/legitbot/workflows/build/badge.svg) ![](https://badge.fury.io/rb/legitbot.svg)
2
2
 
3
3
  Ruby gem to make sure that an IP really belongs to a bot, typically a search
4
4
  engine.
@@ -7,6 +7,7 @@ module Legitbot # :nodoc:
7
7
  # @fetch:url https://duckduckgo.com/duckduckgo-help-pages/results/duckduckbot
8
8
  # @fetch:selector main > article ul > li > div
9
9
  ip_ranges %w[
10
+ 4.150.142.218
10
11
  4.156.136.79
11
12
  4.182.131.108
12
13
  4.195.133.120
@@ -130,6 +131,7 @@ module Legitbot # :nodoc:
130
131
  40.119.232.218
131
132
  40.119.232.251
132
133
  40.127.154.196
134
+ 48.217.212.89
133
135
  51.8.71.117
134
136
  51.8.253.152
135
137
  51.104.146.225
@@ -214,6 +216,8 @@ module Legitbot # :nodoc:
214
216
  52.154.171.235
215
217
  52.154.171.250
216
218
  52.154.172.2
219
+ 52.186.37.211
220
+ 52.188.89.106
217
221
  52.190.37.160
218
222
  52.224.16.221
219
223
  52.224.16.229
@@ -240,16 +244,22 @@ module Legitbot # :nodoc:
240
244
  52.224.21.61
241
245
  52.242.224.168
242
246
  57.152.72.128
247
+ 64.236.118.43
243
248
  68.219.152.220
249
+ 74.179.232.116
244
250
  104.43.54.127
245
251
  104.43.55.116
246
252
  104.43.55.117
247
253
  104.43.55.166
248
254
  104.43.55.167
249
255
  108.141.83.74
256
+ 128.203.132.152
250
257
  130.107.228.224
251
258
  132.164.209.198
259
+ 135.234.221.112
260
+ 172.168.115.250
252
261
  172.169.17.165
262
+ 172.169.28.184
253
263
  172.199.55.212
254
264
  191.233.3.197
255
265
  191.233.3.202
@@ -39,7 +39,6 @@ module Legitbot # :nodoc:
39
39
  4.151.71.176/28
40
40
  4.151.119.48/28
41
41
  4.151.241.240/28
42
- 4.185.216.109/32
43
42
  4.196.118.112/28
44
43
  4.196.198.80/28
45
44
  4.197.19.176/28
@@ -50,7 +49,6 @@ module Legitbot # :nodoc:
50
49
  4.197.64.64/28
51
50
  4.197.115.112/28
52
51
  4.205.128.176/28
53
- 12.129.184.64/26
54
52
  13.65.138.96/28
55
53
  13.65.138.112/28
56
54
  13.67.46.240/28
@@ -75,7 +73,6 @@ module Legitbot # :nodoc:
75
73
  20.102.212.144/28
76
74
  20.117.22.224/28
77
75
  20.161.75.208/28
78
- 20.171.137.175/32
79
76
  20.193.50.32/28
80
77
  20.194.0.208/28
81
78
  20.194.1.0/28
@@ -89,7 +86,6 @@ module Legitbot # :nodoc:
89
86
  20.228.106.176/28
90
87
  20.235.75.208/28
91
88
  20.235.87.224/28
92
- 20.241.32.36/32
93
89
  20.249.63.208/28
94
90
  23.97.109.224/28
95
91
  23.98.142.176/28
@@ -104,20 +100,11 @@ module Legitbot # :nodoc:
104
100
  40.84.181.32/28
105
101
  40.84.221.208/28
106
102
  40.84.221.224/28
107
- 40.88.27.77/32
108
103
  40.116.73.208/28
109
- 40.122.118.93/32
110
- 40.122.118.119/32
111
- 40.122.118.202/32
112
- 48.218.181.198/32
113
- 50.145.17.210/32
114
- 50.235.235.77/32
115
- 50.235.235.78/32
116
104
  51.8.155.48/28
117
105
  51.8.155.64/28
118
106
  51.8.155.80/28
119
107
  51.8.155.112/28
120
- 52.119.123.85/32
121
108
  52.148.129.32/28
122
109
  52.154.22.48/28
123
110
  52.156.77.144/28
@@ -164,8 +151,6 @@ module Legitbot # :nodoc:
164
151
  57.154.174.112/28
165
152
  57.154.175.0/28
166
153
  57.154.187.32/28
167
- 64.124.21.196/32
168
- 66.193.99.66/32
169
154
  68.154.28.96/28
170
155
  68.218.30.112/28
171
156
  68.220.57.64/28
@@ -182,12 +167,9 @@ module Legitbot # :nodoc:
182
167
  74.249.86.176/28
183
168
  104.210.139.192/28
184
169
  104.210.139.224/28
185
- 130.33.24.99/32
186
170
  132.196.82.48/28
187
171
  135.119.134.128/28
188
172
  135.119.134.192/28
189
- 135.220.208.92/32
190
- 135.234.27.89/32
191
173
  135.237.131.208/28
192
174
  135.237.133.48/28
193
175
  135.237.133.112/28
@@ -197,20 +179,12 @@ module Legitbot # :nodoc:
197
179
  137.135.191.176/28
198
180
  138.91.30.48/28
199
181
  138.91.46.96/28
200
- 148.76.185.195/32
201
- 148.76.185.196/32
202
- 148.76.185.197/32
203
182
  168.63.252.240/28
204
- 172.167.32.228/32
205
- 172.167.161.96/32
206
- 172.171.234.186/32
207
183
  172.178.140.144/28
208
184
  172.178.141.112/28
209
185
  172.178.141.128/28
210
186
  172.183.143.224/28
211
187
  172.183.222.128/28
212
- 172.191.70.179/32
213
- 172.191.238.68/32
214
188
  172.204.16.64/28
215
189
  172.212.159.64/28
216
190
  172.213.11.144/28
@@ -225,13 +199,6 @@ module Legitbot # :nodoc:
225
199
  191.235.98.144/28
226
200
  191.235.99.80/28
227
201
  191.239.245.16/28
228
- 208.52.97.119/32
229
- 208.80.35.35/32
230
- 208.80.35.36/32
231
- 208.80.35.37/32
232
- 208.80.35.40/32
233
- 209.249.37.128/26
234
- 216.64.170.234/32
235
202
  ]
236
203
  end
237
204
  # rubocop:enable Metrics/ClassLength
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Legitbot
4
- VERSION = '1.12.4'
4
+ VERSION = '1.12.5'
5
5
  end
data/test/test_helper.rb CHANGED
@@ -1,13 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'simplecov'
4
- require 'simplecov-cobertura'
5
- SimpleCov.start do
6
- formatter SimpleCov::Formatter::CoberturaFormatter
7
- add_filter %r{^/lib/rubocop/}
8
- add_filter %r{^/test/}
9
- end
10
-
11
3
  require 'legitbot'
12
4
 
13
5
  require 'minitest/autorun'
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.4
4
+ version: 1.12.5
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-08 00:00:00.000000000 Z
11
+ date: 2025-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fast_interval_tree
@@ -68,7 +68,6 @@ files:
68
68
  - LICENSE.txt
69
69
  - README.md
70
70
  - Rakefile
71
- - codecov.yml
72
71
  - legitbot.gemspec
73
72
  - lib/legitbot.rb
74
73
  - lib/legitbot/ahrefs.rb
data/codecov.yml DELETED
@@ -1,15 +0,0 @@
1
- coverage:
2
- status:
3
- project:
4
- default:
5
- informational: true
6
- only_pulls: true
7
- threshold: 1%
8
- patch:
9
- default:
10
- informational: true
11
- only_pulls: true
12
- threshold: 1%
13
-
14
- comment:
15
- require_changes: true