nokogiri 1.6.6.3-x64-mingw32 → 1.6.6.4-x64-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
  SHA1:
3
- metadata.gz: 0204927698736cac60143373bbc987571262d3af
4
- data.tar.gz: 83d1d8abc3aed31490cc733738da4e14e739d92e
3
+ metadata.gz: 4a7c66ceab26bc7e81c11a4d15d26b53736eac42
4
+ data.tar.gz: 0df2358b6cee589a2f9fe1774d41ebcfe49652d4
5
5
  SHA512:
6
- metadata.gz: 3fb7eb2c40681c0b9f00e49ca68c87194133c630ab370cd349fb35ec5ad91d33eba0e40e84a4e07fc966460df99325eedeed2aa9e83b554dfe9ed76840fa395b
7
- data.tar.gz: 881fac58321f5ac25a9d5747150cf5bdc03adb1e8c33d3738121185444aa27422b6464e4c382961ad9ebfa7d863b91d1b53c51b17161075cd8f878d0ea798b3a
6
+ metadata.gz: f3f48c61af1b7525109acf92edec3f0c600bc446ac5e5a541f1ff3f7632bc7a392fe0a96c98fcf84416c596a956915e17b7f848499033254438fea5da9d503b6
7
+ data.tar.gz: 2dae53b29a4c9718a38c1d263a41c0d9e51a292c9f5122b94c95571a561f6106136d7f210099342b67aad7f66b6244417b1b84d6f937464aa946509e0ce1e6f8
@@ -1,3 +1,12 @@
1
+ === 1.6.6.4 / 2015-11-19
2
+
3
+ This version pulls in an upstream patche to the vendored libxml2 to address:
4
+
5
+ * unclosed comment uninitialized access issue (#1376)
6
+
7
+ This issue does not have a CVE assigned to it as this time.
8
+
9
+
1
10
  === 1.6.6.3 / 2015-11-16
2
11
 
3
12
  This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
@@ -1,3 +1,12 @@
1
+ === 1.6.6.4 / 2015-11-19
2
+
3
+ This version pulls in an upstream patche to the vendored libxml2 to address:
4
+
5
+ * unclosed comment uninitialized access issue (#1376)
6
+
7
+ This issue does not have a CVE assigned to it as this time.
8
+
9
+
1
10
  === 1.6.6.3 / 2015-11-16
2
11
 
3
12
  This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  module Nokogiri
2
2
  # The version of Nokogiri you are using
3
- VERSION = '1.6.6.3'
3
+ VERSION = '1.6.6.4'
4
4
 
5
5
  class VersionInfo # :nodoc:
6
6
  def jruby?
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.6.6.3
4
+ version: 1.6.6.4
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Aaron Patterson
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-11-16 00:00:00.000000000 Z
15
+ date: 2015-11-19 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: mini_portile