CFPropertyList 3.0.1 → 3.0.2

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: ce2a2a12ec01d75900aa23b675b98a29a536514b3a57535c1b8ba0eedc40d54b
4
- data.tar.gz: 88c7d8d35e92c2c25d9da2007952a5d5b7e5149a74b3375d474075d5b71b3e16
3
+ metadata.gz: a0568e4049dc9c21713c7e9793934c956738d1ee648cd7e45c0bf5813380d1cd
4
+ data.tar.gz: '09edc2bb4ffb4a191827461c7da1694db8646264e74972cd2ab7794b4b679867'
5
5
  SHA512:
6
- metadata.gz: f3c408d2b546aaf3d0a5df01f12257965e5925130db5dbf4bc0bc92c4ef549ed649d89fb7d5887e33603f9846e59d081a3b2b11340e3573a3f3e14931f240d82
7
- data.tar.gz: a881a3d15e2f8c6e2e14c7c6b31adb2a7f3c5a37555dc6a1f745bdf516c8c4c08fd789d90b8935aedf98952d3bba05c24538837d5ea0107cc9bf3493b0308837
6
+ metadata.gz: a52b25ae9d07cb51279b3baf74eda3c4039a521b27cdea89539883523e49cc9a6d2ed16efad7f8f1b6ba3564d6aa434bf466675a264f312de1bca1b7d5e7ff57
7
+ data.tar.gz: a4eed9a4da33bfb84e2769deec99e8bca7a4e15c40ec041d044c3c3e6a331fda5bd3b1cad4e77d1fb31d43e0856f7b0484b56d091b795ed957b98c584f817100
@@ -5,7 +5,7 @@ require 'libxml'
5
5
  module CFPropertyList
6
6
  # XML parser
7
7
  class LibXMLParser < XMLParserInterface
8
- PARSER_OPTIONS = LibXML::XML::Parser::Options::NOBLANKS|LibXML::XML::Parser::Options::NOENT|LibXML::XML::Parser::Options::NONET
8
+ PARSER_OPTIONS = LibXML::XML::Parser::Options::NOBLANKS|LibXML::XML::Parser::Options::NONET
9
9
  # read a XML file
10
10
  # opts::
11
11
  # * :file - The filename of the file to load
@@ -5,7 +5,7 @@ require 'nokogiri'
5
5
  module CFPropertyList
6
6
  # XML parser
7
7
  class NokogiriXMLParser < ParserInterface
8
- PARSER_OPTIONS = Nokogiri::XML::ParseOptions::NOBLANKS|Nokogiri::XML::ParseOptions::NOENT|Nokogiri::XML::ParseOptions::NONET
8
+ PARSER_OPTIONS = Nokogiri::XML::ParseOptions::NOBLANKS|Nokogiri::XML::ParseOptions::NONET
9
9
  # read a XML file
10
10
  # opts::
11
11
  # * :file - The filename of the file to load
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: CFPropertyList
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Kruse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-21 00:00:00.000000000 Z
11
+ date: 2019-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake