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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ed43780d95f2bd6a2a5d163fae81f8be5b3b71cd9315a43cfdf597fa74fd784
4
- data.tar.gz: 9466f9be07179301415bcc46d3e814530ca9d245b3b7a049a328e89922af12dc
3
+ metadata.gz: 9f087ccdcf0bcd2159a8da38d197f9c9a43e3a9b63466a892e57cead46814dc5
4
+ data.tar.gz: 80797fac84ca6102d38dd80f6e2a2b55b1cec43ffc5503772c88aa589a38d695
5
5
  SHA512:
6
- metadata.gz: 1f0f6e7571a05e40374806c8c8ce6f595e2bb0cb30483c9d3953dd0696f60b04118d5919e85059463e4f0361b67cd7e18f873164b42b0029644ac543a73a998c
7
- data.tar.gz: a20c3fff5b0a3352906b9b3ec9944515ef0c1d5f96fbd1944f4644b009997d80b6192a098a8afe2e980f6b6287438b53f044b0245c3d66fcaf993abfbf83b89a
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
  [![Gem Version](https://badge.fury.io/rb/pronto-xmllint.svg)](http://badge.fury.io/rb/pronto-xmllint)
4
+ [![Maintainability](https://api.codeclimate.com/v1/badges/08e26c0033d3ff2ad30e/maintainability)](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.
@@ -37,6 +37,7 @@ module Pronto
37
37
 
38
38
  def inspect(patch)
39
39
  new_message('XMLLint failed.') if run_xmllint(patch).nonzero?
40
+ []
40
41
  end
41
42
 
42
43
  def new_message(offence)
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module XMLLintVersion
3
- VERSION = '0.3.0'.freeze
3
+ VERSION = '0.3.1'.freeze
4
4
  end
5
5
  end
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.0
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: 2021-05-25 00:00:00.000000000 Z
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.0.3
57
+ rubygems_version: 3.1.6
58
58
  signing_key:
59
59
  specification_version: 4
60
60
  summary: Pronto runner for XMLLint