nokogiri 1.12.0-x86-mingw32 → 1.12.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

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: d610b1b7b4b8aab592ce917f50df8ebb7e73c4ecc4b616fcfe54e1aca9e89111
4
- data.tar.gz: a56432b46497a4bdb8c7b202c05e88f0c91112f31f1fe72c94974ce0915dbaf3
3
+ metadata.gz: e076e1df82c8b8f2b4487859c7faa3ccebbd8d64c2ac76c2a01a197b12ca8f55
4
+ data.tar.gz: 7cab5951ee9c6d4276467ef57c96c9d2223aaa9ea4b59279c727ae2d70980a5d
5
5
  SHA512:
6
- metadata.gz: c602ab845f38a6a00b6b5a795811d516afc43f107b4ac6f5c497b599fe9b1cee51f8231435c178ca35112fa83e8e50154623ea8826051dd3c34bacd1401b6f0e
7
- data.tar.gz: 9610412e7029579fcba137031b50e6744c3b74edc22a95e7ebe376bd00e3cced6f1bc4108ed6d27e0fb650d3408ed1781f579dd2e1a6ca992dc7b2315ed4b87b
6
+ metadata.gz: 13198a35b1f64cae468740efc61c36fb79ecc434c9d4f09a2e5183391e43b1122e8585fefea0057777628d1ea787413614f6a0e05a378141b70a32b18f7c564d
7
+ data.tar.gz: 00b122dba8d004fd54d4d9f5e0760f47df99fa94420d16a6dbb850ea1db1314ce16a1b8bdba72f42b2b48e0e8cc67be1b3e8c7b51d000e7b4032345853ddb01d
@@ -133,7 +133,7 @@ extern "C" {
133
133
  #ifndef WITH_MODULES
134
134
  #define WITH_MODULES
135
135
  #endif
136
- #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/i686-w64-mingw32/libxslt/1.1.34/lib/libxslt-plugins"
136
+ #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/x86_64-w64-mingw32/libxslt/1.1.34/lib/libxslt-plugins"
137
137
  #endif
138
138
 
139
139
  /**
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.0"
4
+ VERSION = "1.12.1"
5
5
  end
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.0
4
+ version: 1.12.1
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-02 00:00:00.000000000 Z
23
+ date: 2021-08-03 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc