nokogiri 1.12.4-x86-mingw32 → 1.12.5-x86-mingw32

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.

Potentially problematic release.


This version of nokogiri might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fe6d40d6f53f4498d9cec7a6d2ae64157796549ec8c8a9a3187cb6da2230d00
4
- data.tar.gz: a498a01f041d1ba989ff8001e4d345cc7924ee621cc01275f1d23cb1dac6e134
3
+ metadata.gz: 391626f71e03f18b9960c7bc3f31a53a949d47a6673a5fb20b1ec7074e6639b5
4
+ data.tar.gz: 8c41960c1b8d352bd53b5980abc6bb3f6517ea0b0810b0396aa82bec8c15ea73
5
5
  SHA512:
6
- metadata.gz: 6626aeab57c9373fe7d2e5cc313d238b20716814e64b7e1f796cc202c9aad9c121153b3c0d523ad0de284f2005fd3ce622c0795e46127ddbc6a384b1a995c6a6
7
- data.tar.gz: ebd0f740c30c3d302e03aeaac4b23ddb3c67f6b55db354eaa42adc9223b763d5ce01c739bfabf9ed4f9875547cb0a7b005d7ae79e51fa0e576c01b846d77f80a
6
+ metadata.gz: d311909b89e7d214c9615db3009c9615fd766a0f1282a5cde1e34829d58f67cfedb90cc6c7a36ac400ab5af1a9ad2a338aa15e7de9cf27d5da17b368a3e72628
7
+ data.tar.gz: 23198c59ee90d3a7fc1aaaee1e784da5cd42de913409f59e9098201cde66cd0015d18961117d3381cf810aa407fd5458cd3c555c0a37af899d79cad748fef9a9
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Nokogiri
3
3
  # The version of Nokogiri you are using
4
- VERSION = "1.12.4"
4
+ VERSION = "1.12.5"
5
5
  end
@@ -34,7 +34,7 @@ module Nokogiri
34
34
  DEFAULT_HTML = FORMAT | NO_DECLARATION | NO_EMPTY_TAGS | AS_HTML
35
35
  end
36
36
  # the default for XHTML document
37
- DEFAULT_XHTML = FORMAT | NO_DECLARATION | NO_EMPTY_TAGS | AS_XHTML
37
+ DEFAULT_XHTML = FORMAT | NO_DECLARATION | AS_XHTML
38
38
 
39
39
  # Integer representation of the SaveOptions
40
40
  attr_reader :options
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nokogiri
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.4
4
+ version: 1.12.5
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Mike Dalessio
@@ -20,7 +20,7 @@ authors:
20
20
  autorequire:
21
21
  bindir: bin
22
22
  cert_chain: []
23
- date: 2021-08-29 00:00:00.000000000 Z
23
+ date: 2021-09-27 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc