nokogiri 1.16.3-x86_64-darwin → 1.16.4-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9af643ffe0b6d4c6ea3a1dfa0701bfa1ff246459acbd85f2a303cf7810942342
4
- data.tar.gz: 5738e5bdc6fb9f2943b4fc4808dbc12c4a2a27b9d97e096d6e23104270b5002a
3
+ metadata.gz: 5a2ba6a7cec7bc2a078200d1c84812c2ee804d20c168debe204f56a50f429ce9
4
+ data.tar.gz: 24ab7cea6e243bf4d6dc5b250bb81cfa20d2991b582fec662fa8e82aa54742fc
5
5
  SHA512:
6
- metadata.gz: e9fe5f263440af13ca8c6f323bd7309d2b6b38376be26b9ffd773d265a87005f464bcd5fd65099e978cc5d8e0f52a335277dd3989e9edd20cd55e87dd68c565c
7
- data.tar.gz: 4f047480a4ca1fc4b88b9a8ac310a84e9f27407976344d63ebc4250e3ba0a673027adfedae730b155b37c78da985f22f2c55c1b00e55426547bb4508b2d00fc9
6
+ metadata.gz: 217554dcd154fb9414962eb1cf58f00943ed1bec4f1397f390ca4df1d2f36cd338be3b5b33aed559a5ddf66ecb4a5876df79eb2fa1905f73ceb5cc9a5e6b79c6
7
+ data.tar.gz: 4ecde533a63d3c11b965d80cdfbcdd9512b36575d70390778c5c2a9b6480f723cf67d5d71ba07ed14abc2498d27c00f974869755af6578486b9660e09e06a9d5
data/dependencies.yml CHANGED
@@ -1,4 +1,4 @@
1
-
1
+ ---
2
2
  libxml2:
3
3
  version: "2.12.6"
4
4
  sha256: "889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb"
@@ -10,8 +10,8 @@ libxslt:
10
10
  # sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.39.sha256sum
11
11
 
12
12
  zlib:
13
- version: "1.3"
14
- sha256: "ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e"
13
+ version: "1.3.1"
14
+ sha256: "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23"
15
15
  # SHA-256 hash provided on http://zlib.net/
16
16
 
17
17
  libiconv:
@@ -132,7 +132,7 @@ extern "C" {
132
132
  #ifndef WITH_MODULES
133
133
  #define WITH_MODULES
134
134
  #endif
135
- #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/arm64-darwin/libxslt/1.1.39/lib/libxslt-plugins"
135
+ #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/home/flavorjones/code/oss/nokogiri/ports/x86_64-darwin/libxslt/1.1.39/lib/libxslt-plugins"
136
136
  #endif
137
137
 
138
138
  /**
Binary file
Binary file
Binary file
Binary file
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nokogiri
4
4
  # The version of Nokogiri you are using
5
- VERSION = "1.16.3"
5
+ VERSION = "1.16.4"
6
6
  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.16.3
4
+ version: 1.16.4
5
5
  platform: x86_64-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: 2024-03-15 00:00:00.000000000 Z
23
+ date: 2024-04-10 00:00:00.000000000 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: racc