nokogiri 1.12.1-arm64-darwin → 1.12.2-arm64-darwin

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: bc550819f9b611ced311b0fb74f5e73f95ac64e6d230754c8388953c34b38f00
4
- data.tar.gz: f4406b11951d9cf37b10ae9a2e9d74f2ff34b0a0f0d7848797d96a625d696bf2
3
+ metadata.gz: 15769ca3626dd8e31ae2985c698ff95f12d10fc6cb64533885f9ee3920b6204f
4
+ data.tar.gz: 52877c0f2ee43509584702a3fe281789680d0320dc25e65c34d35fad476e73c4
5
5
  SHA512:
6
- metadata.gz: 7248974eb1f3dbd476282e1ec5c5f7756635ec17f0670eef3c6b2c2075a298d4436ebd561f782ededcccea1eeeb61180ca7aa818488d24ce5ad24fb5202696ba
7
- data.tar.gz: dd7586dff191f5f4909097dd2c46ac54b0527eb0fda1c105b9d625aee6af4c95a29e62799e8a5ac7066d71a653acdb09324e6f3be865811771c04b4f17b97ac4
6
+ metadata.gz: 964e9b846a15aa75b3c22dee5904eef614a4636b0e4f19620c8640b459b6cf074b534596acda59a807f59cf50be492722a995f6957a2a32ed75ef2a59753de27
7
+ data.tar.gz: 56ebd1fcdd2187ad0986284cf8f609c050e2f5c9ac732766ddbd9781b010d07da745d684ac06159a51dc5054edda2deb1c9afef4fd5ad8292c775b1b649c09b7
@@ -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/x86_64-apple-darwin/libxslt/1.1.34/lib/libxslt-plugins"
136
+ #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/aarch64-apple-darwin/libxslt/1.1.34/lib/libxslt-plugins"
137
137
  #endif
138
138
 
139
139
  /**
Binary file
Binary file
Binary file
Binary file
@@ -2,6 +2,7 @@
2
2
 
3
3
  # load the C or Java extension
4
4
  begin
5
+ # native precompiled gems package shared libraries in <gem_dir>/lib/nokogiri/<ruby_version>
5
6
  ::RUBY_VERSION =~ /(\d+\.\d+)/
6
7
  require_relative "#{Regexp.last_match(1)}/nokogiri"
7
8
  rescue LoadError => e
@@ -22,5 +23,9 @@ rescue LoadError => e
22
23
  EOM
23
24
  raise e
24
25
  end
25
- require_relative "nokogiri"
26
+
27
+ # use "require" instead of "require_relative" because non-native gems will place C extension files
28
+ # in Gem::BasicSpecification#extension_dir after compilation (during normal installation), which
29
+ # is in $LOAD_PATH but not necessarily relative to this file (see #2300)
30
+ require "nokogiri/nokogiri"
26
31
  end
@@ -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.1"
4
+ VERSION = "1.12.2"
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.1
4
+ version: 1.12.2
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-03 00:00:00.000000000 Z
23
+ date: 2021-08-04 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc