medusa-crawler 1.0.0 → 2.0.0.pre.2
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/CHANGELOG.md +13 -0
- data/VERSION +1 -1
- data/lib/medusa/version.rb +1 -1
- metadata +49 -37
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93449f7eaf488828f47375c8a6f4507f935ad66bd8b87b9c0861883aa0c37ca3
|
|
4
|
+
data.tar.gz: bb31d351122effd895001db71c266759c860424ee23323cc2ceecadce89e1457
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4815f7e839fbe41bedd5e804452c3634504e40732b5eab1bad03215d2d6b858656eec9230b5a6e7ed3f6db7c5b8b43f8dbe6c110c039660effe5e931d947961
|
|
7
|
+
data.tar.gz: 00d26b931fbb6bd9c40ed23c661191cda398967c7c40f600a52cdf93ce396d4d69d815327f40f84513e12e66ef7214df5889bac127680c550552d2626f1154cf
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## Pre-release v2.0.0.pre.2 (2026-08-26)
|
|
2
|
+
|
|
3
|
+
Fixes:
|
|
4
|
+
- Fix tag-version validation in the RubyGems publishing workflow
|
|
5
|
+
|
|
6
|
+
## Pre-release v2.0.0.pre.1 (2026-08-26)
|
|
7
|
+
|
|
8
|
+
Changes:
|
|
9
|
+
- Require Ruby 3.3 or newer and test against Ruby 3.3, 3.4, and 4.0
|
|
10
|
+
- Add explicit `ostruct` and `webrick` runtime dependencies for modern Ruby releases
|
|
11
|
+
- Add trusted publishing to RubyGems through GitHub Actions
|
|
12
|
+
- Add project guidance, roadmap, and agent-readable documentation
|
|
13
|
+
|
|
1
14
|
## Release v1.0.0 (2020-08-17)
|
|
2
15
|
Features:
|
|
3
16
|
- Remove `PageStore#pages_linking_to`, `PageStore#urls_linking_to`
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2.0.0.pre.2
|
data/lib/medusa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,41 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: medusa-crawler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0.pre.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mauro Asprea
|
|
8
8
|
- Chris Kite
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
|
-
cert_chain:
|
|
12
|
-
-
|
|
13
|
-
-----BEGIN CERTIFICATE-----
|
|
14
|
-
MIIERDCCAqygAwIBAgIBATANBgkqhkiG9w0BAQsFADAmMSQwIgYDVQQDDBttYXVy
|
|
15
|
-
b2FzcHJlYS9EQz1nbWFpbC9EQz1jb20wHhcNMjAwODA2MTEwNDAzWhcNMjEwODA2
|
|
16
|
-
MTEwNDAzWjAmMSQwIgYDVQQDDBttYXVyb2FzcHJlYS9EQz1nbWFpbC9EQz1jb20w
|
|
17
|
-
ggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDNsvJN5orxdj+eEUiSttpC
|
|
18
|
-
6N6IeTK/btk65TAbZlY7/9MVIHM/Ya3tUSWoQA6KURsksV+lUbJm0MC4pwm5y46T
|
|
19
|
-
p+Q6/eDz8gmofian4X+y3inyzYqmvbM2t2mPcO+Mj1NjSfGn56jqk0ey32xL7cz3
|
|
20
|
-
YZqx9LnkUUuqzn4QM+R8LfGUWXe9nlkMoLoNGw+X1XB8bPYoQo2YpofILEWcCLJl
|
|
21
|
-
NnFjcjIzQuE3NDaPIBX/cXPDpvuKNVXw51My35pQb5uW4Aa7sRZAz1MCDoFA1+XO
|
|
22
|
-
9czVf+zE+YsMtuqruWOI08TEPD2kMeiDqMc1fbPkLN9Rhe2Nxj8fTK1Ptyz0mQJL
|
|
23
|
-
x5cQZT2XK+nmZKiU/z+91XU17BNd+LEERU6ZmjkGQKUH/Gj060kQWMnw2sOsZJS9
|
|
24
|
-
VVU/raletJxhODeQbShcrxUR6VSGDkgQa4G/rqtPjUQ9AXYeNeVBg2aE4DRTRFhy
|
|
25
|
-
gYsyE9DbAluV7BcJWO+GKntyXqhu14dnATCfSFI3WMsCAwEAAaN9MHswCQYDVR0T
|
|
26
|
-
BAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFAjiCg2cEkNDWhG4P1PgDwATcmgR
|
|
27
|
-
MCAGA1UdEQQZMBeBFW1hdXJvYXNwcmVhQGdtYWlsLmNvbTAgBgNVHRIEGTAXgRVt
|
|
28
|
-
YXVyb2FzcHJlYUBnbWFpbC5jb20wDQYJKoZIhvcNAQELBQADggGBAG4S5uDseGtN
|
|
29
|
-
EqxvogGfJ+h7Pg5pdDsMVFWXOPN9IztSHE+88Ypv9b97zNk/vBztj3nwkUuhEczv
|
|
30
|
-
GZeI9/F72j1+8ARWdNgHalsrTHcFWaGEYNkm06EGh21dtO939Uqjg9auv9thDD/C
|
|
31
|
-
4jlEii1EvaGIaMhEdONAiRyOj0gEagw1AU5ItSxoWHFaaCEQSqXRskZMpw6fDZrE
|
|
32
|
-
jnJPYx5I8axku6D+/nlP3GeuMNwlqzTg1YblLDanzEdI7Yet41MgMwLcor6Z4BXb
|
|
33
|
-
xKDzHfGjkQfEpEvwzqSi0rAbrMv68FRybNxgB/3gwgSiEaeFeE4CFX0gm1F3m28m
|
|
34
|
-
Z9rgjNU1SA9dSTGLY14K3rjtn71PMlP64Ci+QJ0HA8V0+cpx1Lkn3WsywgILV16a
|
|
35
|
-
g4G6EZGbKCMwJDC0Wtmrygr7+THZVQlBs0ljTdrN8GXsuI9W52VlZctZQXEuoboH
|
|
36
|
-
mpXw1d3WewNciml1VaOG782DKqZvT0i19V5LnZzoGzmU2q3ZJw7jCw==
|
|
37
|
-
-----END CERTIFICATE-----
|
|
38
|
-
date: 2020-08-17 00:00:00.000000000 Z
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
39
12
|
dependencies:
|
|
40
13
|
- !ruby/object:Gem::Dependency
|
|
41
14
|
name: moneta
|
|
@@ -77,6 +50,26 @@ dependencies:
|
|
|
77
50
|
- - ">="
|
|
78
51
|
- !ruby/object:Gem::Version
|
|
79
52
|
version: 1.3.0
|
|
53
|
+
- !ruby/object:Gem::Dependency
|
|
54
|
+
name: ostruct
|
|
55
|
+
requirement: !ruby/object:Gem::Requirement
|
|
56
|
+
requirements:
|
|
57
|
+
- - ">="
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: '0.6'
|
|
60
|
+
- - "<"
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: '1.0'
|
|
63
|
+
type: :runtime
|
|
64
|
+
prerelease: false
|
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
66
|
+
requirements:
|
|
67
|
+
- - ">="
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
version: '0.6'
|
|
70
|
+
- - "<"
|
|
71
|
+
- !ruby/object:Gem::Version
|
|
72
|
+
version: '1.0'
|
|
80
73
|
- !ruby/object:Gem::Dependency
|
|
81
74
|
name: robotex
|
|
82
75
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -97,6 +90,26 @@ dependencies:
|
|
|
97
90
|
- - ">="
|
|
98
91
|
- !ruby/object:Gem::Version
|
|
99
92
|
version: 1.0.0
|
|
93
|
+
- !ruby/object:Gem::Dependency
|
|
94
|
+
name: webrick
|
|
95
|
+
requirement: !ruby/object:Gem::Requirement
|
|
96
|
+
requirements:
|
|
97
|
+
- - ">="
|
|
98
|
+
- !ruby/object:Gem::Version
|
|
99
|
+
version: '1.8'
|
|
100
|
+
- - "<"
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: '2.0'
|
|
103
|
+
type: :runtime
|
|
104
|
+
prerelease: false
|
|
105
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
106
|
+
requirements:
|
|
107
|
+
- - ">="
|
|
108
|
+
- !ruby/object:Gem::Version
|
|
109
|
+
version: '1.8'
|
|
110
|
+
- - "<"
|
|
111
|
+
- !ruby/object:Gem::Version
|
|
112
|
+
version: '2.0'
|
|
100
113
|
description: |+
|
|
101
114
|
== Medusa: a ruby crawler framework {rdoc-image:https://badge.fury.io/rb/medusa-crawler.svg}[https://rubygems.org/gems/medusa-crawler] rdoc-image:https://github.com/brutuscat/medusa-crawler/workflows/Ruby/badge.svg?event=push
|
|
102
115
|
|
|
@@ -181,9 +194,8 @@ licenses:
|
|
|
181
194
|
- MIT
|
|
182
195
|
metadata:
|
|
183
196
|
bug_tracker_uri: https://github.com/brutuscat/medusa-crawler/issues
|
|
184
|
-
source_code_uri: https://github.com/brutuscat/medusa-crawler/tree/
|
|
197
|
+
source_code_uri: https://github.com/brutuscat/medusa-crawler/tree/v2.0.0.pre.2
|
|
185
198
|
description_markup_format: rdoc
|
|
186
|
-
post_install_message:
|
|
187
199
|
rdoc_options:
|
|
188
200
|
- "-m"
|
|
189
201
|
- README.rdoc
|
|
@@ -195,19 +207,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
195
207
|
requirements:
|
|
196
208
|
- - ">="
|
|
197
209
|
- !ruby/object:Gem::Version
|
|
198
|
-
version:
|
|
210
|
+
version: '3.3'
|
|
199
211
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
212
|
requirements:
|
|
201
213
|
- - ">="
|
|
202
214
|
- !ruby/object:Gem::Version
|
|
203
215
|
version: '0'
|
|
204
216
|
requirements: []
|
|
205
|
-
rubygems_version:
|
|
206
|
-
signing_key:
|
|
217
|
+
rubygems_version: 4.0.16
|
|
207
218
|
specification_version: 4
|
|
208
219
|
summary: Medusa is a ruby crawler framework
|
|
209
220
|
test_files:
|
|
210
|
-
- spec/spec_helper.rb
|
|
211
|
-
- spec/medusa_helper.rb
|
|
212
221
|
- spec/fakeweb_helper.rb
|
|
222
|
+
- spec/medusa_helper.rb
|
|
213
223
|
- spec/medusa_spec.rb
|
|
224
|
+
- spec/spec_helper.rb
|
|
225
|
+
...
|
checksums.yaml.gz.sig
DELETED
|
Binary file
|
data.tar.gz.sig
DELETED
|
Binary file
|
metadata.gz.sig
DELETED
|
Binary file
|