wombat 3.2.0 → 3.3.0
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/.github/workflows/ci.yml +1 -1
- data/Gemfile.lock +42 -37
- data/VERSION +1 -1
- data/wombat.gemspec +3 -3
- 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: bd3f81085fc6aa33637c5d6485870ffc38fa0094734343594992418df8a334a4
|
|
4
|
+
data.tar.gz: 4284d66d90a94da27029325f42d74172121664b66e233447026c4740cd6ed844
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14e99ffe8b2130744d53f509985f51a91905a2ad496d58db5dd2cddd5a0b29a6204119ed1ec088223da42956c737a301fe3aae147ed2860c4764c409b9f7070f
|
|
7
|
+
data.tar.gz: '096baa3cf7655bd89e63141418d3f4dafdc0fc9c2b245929af393f758d971eea75246d504bf12866e9bcf8b92a441d124a644255350951e60934dbc2f90f4f80'
|
data/.github/workflows/ci.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: http://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
activesupport (8.1.
|
|
4
|
+
activesupport (8.1.2)
|
|
5
5
|
base64
|
|
6
6
|
bigdecimal
|
|
7
7
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
@@ -14,13 +14,13 @@ GEM
|
|
|
14
14
|
securerandom (>= 0.3)
|
|
15
15
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
16
16
|
uri (>= 0.13.1)
|
|
17
|
-
addressable (2.8.
|
|
17
|
+
addressable (2.8.9)
|
|
18
18
|
public_suffix (>= 2.0.2, < 8.0)
|
|
19
19
|
base64 (0.3.0)
|
|
20
|
-
bigdecimal (
|
|
20
|
+
bigdecimal (4.0.1)
|
|
21
21
|
builder (3.3.0)
|
|
22
|
-
concurrent-ruby (1.3.
|
|
23
|
-
connection_pool (
|
|
22
|
+
concurrent-ruby (1.3.6)
|
|
23
|
+
connection_pool (3.0.2)
|
|
24
24
|
coveralls (0.8.23)
|
|
25
25
|
json (>= 1.8, < 3)
|
|
26
26
|
simplecov (~> 0.16.1)
|
|
@@ -30,15 +30,15 @@ GEM
|
|
|
30
30
|
crack (1.0.1)
|
|
31
31
|
bigdecimal
|
|
32
32
|
rexml
|
|
33
|
-
date (3.5.
|
|
33
|
+
date (3.5.1)
|
|
34
34
|
descendants_tracker (0.0.4)
|
|
35
35
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
36
36
|
diff-lcs (1.6.2)
|
|
37
37
|
docile (1.4.1)
|
|
38
38
|
domain_name (0.6.20240107)
|
|
39
39
|
drb (2.2.3)
|
|
40
|
-
erb (6.0.
|
|
41
|
-
faraday (1.10.
|
|
40
|
+
erb (6.0.2)
|
|
41
|
+
faraday (1.10.5)
|
|
42
42
|
faraday-em_http (~> 1.0)
|
|
43
43
|
faraday-em_synchrony (~> 1.0)
|
|
44
44
|
faraday-excon (~> 1.1)
|
|
@@ -54,14 +54,14 @@ GEM
|
|
|
54
54
|
faraday-em_synchrony (1.0.1)
|
|
55
55
|
faraday-excon (1.1.0)
|
|
56
56
|
faraday-httpclient (1.0.1)
|
|
57
|
-
faraday-multipart (1.
|
|
57
|
+
faraday-multipart (1.2.0)
|
|
58
58
|
multipart-post (~> 2.0)
|
|
59
59
|
faraday-net_http (1.0.2)
|
|
60
60
|
faraday-net_http_persistent (1.2.0)
|
|
61
61
|
faraday-patron (1.0.0)
|
|
62
62
|
faraday-rack (1.0.0)
|
|
63
|
-
faraday-retry (1.0.
|
|
64
|
-
git (4.
|
|
63
|
+
faraday-retry (1.0.4)
|
|
64
|
+
git (4.3.1)
|
|
65
65
|
activesupport (>= 5.0)
|
|
66
66
|
addressable (~> 2.8)
|
|
67
67
|
process_executer (~> 4.0)
|
|
@@ -79,10 +79,10 @@ GEM
|
|
|
79
79
|
http-accept (1.7.0)
|
|
80
80
|
http-cookie (1.1.0)
|
|
81
81
|
domain_name (~> 0.5)
|
|
82
|
-
i18n (1.14.
|
|
82
|
+
i18n (1.14.8)
|
|
83
83
|
concurrent-ruby (~> 1.0)
|
|
84
|
-
io-console (0.8.
|
|
85
|
-
json (2.
|
|
84
|
+
io-console (0.8.2)
|
|
85
|
+
json (2.19.3)
|
|
86
86
|
juwelier (2.4.9)
|
|
87
87
|
builder
|
|
88
88
|
bundler
|
|
@@ -116,21 +116,23 @@ GEM
|
|
|
116
116
|
mime-types (3.7.0)
|
|
117
117
|
logger
|
|
118
118
|
mime-types-data (~> 3.2025, >= 3.2025.0507)
|
|
119
|
-
mime-types-data (3.
|
|
120
|
-
minitest (
|
|
119
|
+
mime-types-data (3.2026.0303)
|
|
120
|
+
minitest (6.0.2)
|
|
121
|
+
drb (~> 2.0)
|
|
122
|
+
prism (~> 1.5)
|
|
121
123
|
mize (0.6.1)
|
|
122
|
-
multi_json (1.
|
|
123
|
-
multi_xml (0.
|
|
124
|
-
bigdecimal (
|
|
124
|
+
multi_json (1.19.1)
|
|
125
|
+
multi_xml (0.8.1)
|
|
126
|
+
bigdecimal (>= 3.1, < 5)
|
|
125
127
|
multipart-post (2.4.1)
|
|
126
128
|
net-http-digest_auth (1.4.1)
|
|
127
|
-
net-http-persistent (4.0.
|
|
128
|
-
connection_pool (
|
|
129
|
+
net-http-persistent (4.0.8)
|
|
130
|
+
connection_pool (>= 2.2.4, < 4)
|
|
129
131
|
netrc (0.11.0)
|
|
130
132
|
nkf (0.2.0)
|
|
131
|
-
nokogiri (1.
|
|
133
|
+
nokogiri (1.19.1-x86_64-darwin)
|
|
132
134
|
racc (~> 1.4)
|
|
133
|
-
nokogiri (1.
|
|
135
|
+
nokogiri (1.19.1-x86_64-linux-gnu)
|
|
134
136
|
racc (~> 1.4)
|
|
135
137
|
oauth2 (1.4.11)
|
|
136
138
|
faraday (>= 0.17.3, < 3.0)
|
|
@@ -138,20 +140,23 @@ GEM
|
|
|
138
140
|
multi_json (~> 1.3)
|
|
139
141
|
multi_xml (~> 0.5)
|
|
140
142
|
rack (>= 1.2, < 4)
|
|
141
|
-
|
|
143
|
+
prism (1.9.0)
|
|
144
|
+
process_executer (4.0.2)
|
|
142
145
|
track_open_instances (~> 0.1)
|
|
143
|
-
psych (5.
|
|
146
|
+
psych (5.3.1)
|
|
144
147
|
date
|
|
145
148
|
stringio
|
|
146
|
-
public_suffix (7.0.
|
|
149
|
+
public_suffix (7.0.5)
|
|
147
150
|
racc (1.8.1)
|
|
148
|
-
rack (3.2.
|
|
151
|
+
rack (3.2.6)
|
|
149
152
|
rake (13.3.1)
|
|
150
153
|
rchardet (1.10.0)
|
|
151
|
-
rdoc (
|
|
154
|
+
rdoc (7.2.0)
|
|
152
155
|
erb
|
|
153
156
|
psych (>= 4.0.0)
|
|
154
157
|
tsort
|
|
158
|
+
readline (0.0.4)
|
|
159
|
+
reline
|
|
155
160
|
reline (0.6.3)
|
|
156
161
|
io-console (~> 0.5)
|
|
157
162
|
rest-client (2.1.0)
|
|
@@ -169,10 +174,10 @@ GEM
|
|
|
169
174
|
rspec-expectations (3.13.5)
|
|
170
175
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
171
176
|
rspec-support (~> 3.13.0)
|
|
172
|
-
rspec-mocks (3.13.
|
|
177
|
+
rspec-mocks (3.13.8)
|
|
173
178
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
174
179
|
rspec-support (~> 3.13.0)
|
|
175
|
-
rspec-support (3.13.
|
|
180
|
+
rspec-support (3.13.7)
|
|
176
181
|
ruby2_keywords (0.0.5)
|
|
177
182
|
rubyntlm (0.6.5)
|
|
178
183
|
base64
|
|
@@ -183,30 +188,30 @@ GEM
|
|
|
183
188
|
json (>= 1.8, < 3)
|
|
184
189
|
simplecov-html (~> 0.10.0)
|
|
185
190
|
simplecov-html (0.10.2)
|
|
186
|
-
stringio (3.
|
|
191
|
+
stringio (3.2.0)
|
|
187
192
|
sync (0.5.0)
|
|
188
193
|
term-ansicolor (1.11.3)
|
|
189
194
|
tins (~> 1)
|
|
190
|
-
thor (1.
|
|
195
|
+
thor (1.5.0)
|
|
191
196
|
thread_safe (0.3.6)
|
|
192
|
-
tins (1.
|
|
197
|
+
tins (1.52.0)
|
|
193
198
|
bigdecimal
|
|
194
199
|
mize (~> 0.6)
|
|
200
|
+
readline
|
|
195
201
|
sync
|
|
196
202
|
track_open_instances (0.1.15)
|
|
197
203
|
tsort (0.2.0)
|
|
198
204
|
tzinfo (2.0.6)
|
|
199
205
|
concurrent-ruby (~> 1.0)
|
|
200
206
|
uri (1.1.1)
|
|
201
|
-
vcr (6.
|
|
202
|
-
base64
|
|
207
|
+
vcr (6.4.0)
|
|
203
208
|
webmock (3.26.1)
|
|
204
209
|
addressable (>= 2.8.0)
|
|
205
210
|
crack (>= 0.3.2)
|
|
206
211
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
207
212
|
webrick (1.9.2)
|
|
208
213
|
webrobots (0.1.2)
|
|
209
|
-
yard (0.9.
|
|
214
|
+
yard (0.9.38)
|
|
210
215
|
|
|
211
216
|
PLATFORMS
|
|
212
217
|
x86_64-darwin-22
|
|
@@ -226,4 +231,4 @@ DEPENDENCIES
|
|
|
226
231
|
yard
|
|
227
232
|
|
|
228
233
|
BUNDLED WITH
|
|
229
|
-
|
|
234
|
+
4.0.7
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.3.0
|
data/wombat.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: wombat 3.
|
|
5
|
+
# stub: wombat 3.3.0 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "wombat".freeze
|
|
9
|
-
s.version = "3.
|
|
9
|
+
s.version = "3.3.0".freeze
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
@@ -88,7 +88,7 @@ Gem::Specification.new do |s|
|
|
|
88
88
|
s.homepage = "http://felipecsl.github.com/wombat".freeze
|
|
89
89
|
s.licenses = ["MIT".freeze]
|
|
90
90
|
s.required_ruby_version = Gem::Requirement.new(">= 1.9".freeze)
|
|
91
|
-
s.rubygems_version = "
|
|
91
|
+
s.rubygems_version = "4.0.3".freeze
|
|
92
92
|
s.summary = "Ruby DSL to scrape web pages".freeze
|
|
93
93
|
|
|
94
94
|
s.specification_version = 4
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wombat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felipe Lima
|
|
@@ -254,7 +254,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
254
254
|
- !ruby/object:Gem::Version
|
|
255
255
|
version: '0'
|
|
256
256
|
requirements: []
|
|
257
|
-
rubygems_version:
|
|
257
|
+
rubygems_version: 4.0.3
|
|
258
258
|
specification_version: 4
|
|
259
259
|
summary: Ruby DSL to scrape web pages
|
|
260
260
|
test_files: []
|