nokogiri 1.12.4-arm64-darwin → 1.12.5-arm64-darwin

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: 3723bddb1259307c2fc8250029cee9b57a2dfb77c101c0583fac9e8f3c87e8f1
4
- data.tar.gz: d64dba675330e56d87eb8fe1e880353fc88dea821532bc753760e75b52abdfef
3
+ metadata.gz: eb3a3b7a58f3a4a4a28ef2cc964142824f49e6ccca78326023578b2ecb66d42b
4
+ data.tar.gz: df03190d613974cae1184b87a009b9855eaed253ce94372ddd3cfbf39c1af3aa
5
5
  SHA512:
6
- metadata.gz: 3a4eb9f27106ad50e9c5c908f3e3a1a5513cc34a6ae16c7feced449dd4aa897b081d833072ff643b78fffcfcdd2fbc5414ec854772fba50812fdc32936cae8b0
7
- data.tar.gz: a5f9780e3428a44c2cd6d34c325c57f9a1e6bef0dd410d991627f152070bee71508018aeb346bf116a8385aefa867f36efa5e8dfdff6fc59202905cfeedb3695
6
+ metadata.gz: 112c3c4336b62513770751eeacefc76e484609a16ee4f896b94f2913129d811af43dd7a28a8007dae5178d0ec01bb9e485abf575b50a0ff0396b40511b978314
7
+ data.tar.gz: 33d44032fa0652398f716b4e1a9439e645e87ceffb64b944b963ee01da0b259d39aae1d572963253943a4d637b427f5a804ca0994c5447ccf9dd3c731daf75a5
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: arm64-darwin
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