legitbot 1.14.0 → 1.14.1
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 +4 -4
- data/Gemfile +2 -1
- data/lib/legitbot/duckduckgo.rb +4 -0
- data/lib/legitbot/openai.rb +4 -1
- data/lib/legitbot/version.rb +1 -1
- data/test/legitbot/validators/domains_test.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1354153ebd9a86c65859bcdcab109602ae84d73fb434bbe428dfff22af80a05d
|
|
4
|
+
data.tar.gz: 8b1fe76e0b50edffebbcec4d8c0994764c2b161fa93fb1e2812baed640a11f65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '05997cc88feef7055eecc50db3c2544bb31f6dbae20d11b5a0f96c1e1b47e40128517ca6b07de45b5f8c96f5e229b7d993ea9804c4a1c7982603a3102e68fc61'
|
|
7
|
+
data.tar.gz: e1f4ae2b7a38a6653b79ce9490524df73070f0487b6766b304885af862574674e5a51737bd064695a195cfacfeb89fece4d64a7ed316c6330be106ee030799e4
|
data/Gemfile
CHANGED
data/lib/legitbot/duckduckgo.rb
CHANGED
|
@@ -7,7 +7,10 @@ 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.144.148.23
|
|
10
11
|
4.144.182.50
|
|
12
|
+
4.144.227.142
|
|
13
|
+
4.144.251.39
|
|
11
14
|
4.150.142.218
|
|
12
15
|
4.156.30.123
|
|
13
16
|
4.156.136.79
|
|
@@ -326,6 +329,7 @@ module Legitbot # :nodoc:
|
|
|
326
329
|
132.164.209.198
|
|
327
330
|
132.220.1.71
|
|
328
331
|
134.33.207.189
|
|
332
|
+
135.171.251.169
|
|
329
333
|
135.234.221.112
|
|
330
334
|
172.168.43.43
|
|
331
335
|
172.168.53.53
|
data/lib/legitbot/openai.rb
CHANGED
|
@@ -177,7 +177,6 @@ module Legitbot # :nodoc:
|
|
|
177
177
|
52.242.132.240/28
|
|
178
178
|
52.255.109.80/28
|
|
179
179
|
52.255.109.96/28
|
|
180
|
-
52.255.109.112/28
|
|
181
180
|
52.255.109.144/28
|
|
182
181
|
52.255.111.0/28
|
|
183
182
|
52.255.111.80/28
|
|
@@ -238,7 +237,11 @@ module Legitbot # :nodoc:
|
|
|
238
237
|
172.207.1.32/28
|
|
239
238
|
172.212.172.160/28
|
|
240
239
|
172.215.215.32/28
|
|
240
|
+
191.232.238.96/28
|
|
241
|
+
191.233.197.0/28
|
|
241
242
|
191.233.199.160/28
|
|
243
|
+
191.234.167.144/28
|
|
244
|
+
191.235.99.160/28
|
|
242
245
|
191.237.249.64/28
|
|
243
246
|
]
|
|
244
247
|
end
|
data/lib/legitbot/version.rb
CHANGED
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.14.
|
|
4
|
+
version: 1.14.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Azarov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fast_interval_tree
|