easy_meli 0.6.18 → 0.6.19
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 +3 -0
- data/Gemfile.lock +3 -3
- data/lib/easy_meli/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a61030f52976ce550540b283c28a2d1bc6488a0ecd8a348e733f92659ec2c0c
|
|
4
|
+
data.tar.gz: f07b69ef620397713896b757ced9067731eccb675817b0efeb26851e99970c3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7d47984eabbe48987c5e1292671d52f51b6211153e5a9736e67b5665197d60a8416671af72946c88fa62428afbb6f0df4a749932fcbb79d903b6aaaa7410d06
|
|
7
|
+
data.tar.gz: b1bd76a72b1da3020f4148f6934204b97aa40b5856a344c1f04720d3f1bd9e8fb947b3bce3a191dfa67e1e08773671745733aeaa719aea5533f2427be0a706fa
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## V 0.6.19
|
|
3
|
+
- Update addressable from 2.8.8 to 2.9.0 (security fix for ReDoS vulnerability in Addressable templates)
|
|
4
|
+
|
|
2
5
|
## V 0.6.18
|
|
3
6
|
- Update httparty from ~> 0.21 to ~> 0.24 (security fix for CVE-2025-68696 - SSRF vulnerability)
|
|
4
7
|
- Fix tests to use proper path format with leading slash
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
easy_meli (0.6.
|
|
4
|
+
easy_meli (0.6.19)
|
|
5
5
|
httparty (~> 0.24)
|
|
6
6
|
multi_xml (~> 0.6.0)
|
|
7
7
|
rexml (~> 3.4.2)
|
|
@@ -9,7 +9,7 @@ PATH
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
addressable (2.
|
|
12
|
+
addressable (2.9.0)
|
|
13
13
|
public_suffix (>= 2.0.2, < 8.0)
|
|
14
14
|
bigdecimal (4.0.1)
|
|
15
15
|
coderay (1.1.3)
|
|
@@ -33,7 +33,7 @@ GEM
|
|
|
33
33
|
coderay (~> 1.1)
|
|
34
34
|
method_source (~> 1.0)
|
|
35
35
|
reline (>= 0.6.0)
|
|
36
|
-
public_suffix (7.0.
|
|
36
|
+
public_suffix (7.0.5)
|
|
37
37
|
rake (13.3.1)
|
|
38
38
|
reline (0.6.3)
|
|
39
39
|
io-console (~> 0.5)
|
data/lib/easy_meli/version.rb
CHANGED