pronto-xmllint 0.3.0 → 0.3.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/README.md +4 -0
- data/lib/pronto/xmllint_runner.rb +1 -0
- data/lib/pronto/xmllint_version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f087ccdcf0bcd2159a8da38d197f9c9a43e3a9b63466a892e57cead46814dc5
|
|
4
|
+
data.tar.gz: 80797fac84ca6102d38dd80f6e2a2b55b1cec43ffc5503772c88aa589a38d695
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51be0a1818d8b01a64162c4e92242498eb746e12cdcebe35da080df308eea1e1d5da5142837921b49449211a29b5a83a9a4f338fff4156e3f8d48cfdb3872aa8
|
|
7
|
+
data.tar.gz: 83ac256fe75bdd511647b26e1ae09b15765a0ce6fa36a58e0fe326e48a09c37f722d38a1387fdc405a57dbda073f4c2159165ce35c3aa6592621ad64cef01f83
|
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Pronto runner for xmllint
|
|
2
2
|
|
|
3
3
|
[](http://badge.fury.io/rb/pronto-xmllint)
|
|
4
|
+
[](https://codeclimate.com/github/pauliusm/pronto-xmllint/maintainability)
|
|
4
5
|
|
|
5
6
|
Pronto runner for [xmllint](http://xmlsoft.org/xmllint.html). [What is Pronto?](https://github.com/prontolabs/pronto)
|
|
6
7
|
|
|
@@ -11,5 +12,8 @@ You need to have `xmllint` present in the system, found via `$PATH`
|
|
|
11
12
|
|
|
12
13
|
## Changelog
|
|
13
14
|
|
|
15
|
+
0.3.1 Fixes for ruby 2.7
|
|
16
|
+
|
|
14
17
|
0.3.0 Depend on pronto v0.1.1
|
|
18
|
+
|
|
15
19
|
0.2.0 Added option to not complain on warnings.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pronto-xmllint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paulius Mazeika
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pronto
|
|
@@ -54,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements:
|
|
56
56
|
- xmllint (in PATH)
|
|
57
|
-
rubygems_version: 3.
|
|
57
|
+
rubygems_version: 3.1.6
|
|
58
58
|
signing_key:
|
|
59
59
|
specification_version: 4
|
|
60
60
|
summary: Pronto runner for XMLLint
|