legitbot 1.11.11 → 1.11.12
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/lib/legitbot/openai.rb +21 -0
- data/lib/legitbot/version.rb +1 -1
- 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: dae329e5de6473d5dc71904c8ca420808cb33e55dc90628846d032411d4d7132
|
4
|
+
data.tar.gz: 3f48ffc519567ea4c4612a42195425a4039dd03027e3a121dabec0b268ad14e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcbe5171defe72ed8f1e5343296c7ca5b4a00909da05758369fe967972413c6d13fc70d18a194fd29a809554e1bba53309e63c2849cdb474803e9ced3474f183
|
7
|
+
data.tar.gz: 3eaf46e33803aed892f4409fbbd1318422f1d6c5aedba4e60899d005d194c1d3f93b95c740717ee2430b7a102c4085479729cf6da4b7efb9a2c693e9b09b95b6
|
data/lib/legitbot/openai.rb
CHANGED
@@ -18,6 +18,7 @@ module Legitbot # :nodoc:
|
|
18
18
|
end
|
19
19
|
|
20
20
|
# https://platform.openai.com/docs/bots
|
21
|
+
# rubocop:disable Metrics/ClassLength
|
21
22
|
class OpenAIChat < BotMatch
|
22
23
|
# @fetch:url https://openai.com/chatgpt-user.json
|
23
24
|
# @fetch:jsonpath $.prefixes[*].ipv4Prefix
|
@@ -28,19 +29,25 @@ module Legitbot # :nodoc:
|
|
28
29
|
4.196.118.112/28
|
29
30
|
4.197.22.112/28
|
30
31
|
4.197.115.112/28
|
32
|
+
4.205.128.176/28
|
31
33
|
13.65.138.96/28
|
32
34
|
13.65.138.112/28
|
35
|
+
13.76.116.80/28
|
33
36
|
13.83.167.128/28
|
34
37
|
13.83.237.176/28
|
35
38
|
20.55.229.144/28
|
39
|
+
20.63.221.64/28
|
36
40
|
20.90.7.144/28
|
37
41
|
20.97.189.96/28
|
38
42
|
20.102.212.144/28
|
43
|
+
20.117.22.224/28
|
39
44
|
20.161.75.208/28
|
40
45
|
20.193.50.32/28
|
41
46
|
20.215.188.192/28
|
42
47
|
20.215.214.16/28
|
43
48
|
20.228.106.176/28
|
49
|
+
20.235.87.224/28
|
50
|
+
20.249.63.208/28
|
44
51
|
23.98.179.16/28
|
45
52
|
23.98.186.64/28
|
46
53
|
23.98.186.96/28
|
@@ -58,6 +65,7 @@ module Legitbot # :nodoc:
|
|
58
65
|
52.159.227.32/28
|
59
66
|
52.159.249.96/28
|
60
67
|
52.173.234.16/28
|
68
|
+
52.173.234.80/28
|
61
69
|
52.176.139.176/28
|
62
70
|
52.190.137.16/28
|
63
71
|
52.190.137.144/28
|
@@ -68,10 +76,14 @@ module Legitbot # :nodoc:
|
|
68
76
|
52.230.163.32/28
|
69
77
|
52.230.164.176/28
|
70
78
|
52.236.94.144/28
|
79
|
+
52.242.132.224/28
|
80
|
+
52.242.132.240/28
|
71
81
|
52.252.113.240/28
|
72
82
|
52.255.109.80/28
|
83
|
+
52.255.109.96/28
|
73
84
|
52.255.109.112/28
|
74
85
|
52.255.109.128/28
|
86
|
+
52.255.109.144/28
|
75
87
|
52.255.111.0/28
|
76
88
|
52.255.111.16/28
|
77
89
|
52.255.111.32/28
|
@@ -88,9 +100,17 @@ module Legitbot # :nodoc:
|
|
88
100
|
68.221.67.224/28
|
89
101
|
68.221.67.240/28
|
90
102
|
68.221.75.16/28
|
103
|
+
74.7.35.48/28
|
104
|
+
74.7.35.112/28
|
105
|
+
74.7.36.64/28
|
106
|
+
74.7.36.80/28
|
107
|
+
74.7.36.96/28
|
91
108
|
74.249.86.176/28
|
92
109
|
104.210.139.192/28
|
93
110
|
104.210.139.224/28
|
111
|
+
132.196.82.48/28
|
112
|
+
135.119.134.128/28
|
113
|
+
135.119.134.192/28
|
94
114
|
135.237.131.208/28
|
95
115
|
135.237.133.48/28
|
96
116
|
135.237.133.112/28
|
@@ -108,6 +128,7 @@ module Legitbot # :nodoc:
|
|
108
128
|
172.213.21.144/28
|
109
129
|
]
|
110
130
|
end
|
131
|
+
# rubocop:enable Metrics/ClassLength
|
111
132
|
|
112
133
|
# https://platform.openai.com/docs/bots
|
113
134
|
class OpenAISearch < BotMatch
|
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.11.
|
4
|
+
version: 1.11.12
|
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
|
+
date: 2025-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fast_interval_tree
|