libv8-node 16.19.0.0-aarch64-linux-musl → 16.19.0.1-aarch64-linux-musl

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: 1300c1578bcc0c8da302c8ff44049dce57ee9f7b960b5abe5837291fe0ca20ab
4
- data.tar.gz: a14c6c3fd22f6a1140c2f824af3ca53575a69c7f4f601d250e038b7e97632f51
3
+ metadata.gz: 5f79589fe5b337453adb0367fab2235c7be843749f82319c629bcb5ca59ad04d
4
+ data.tar.gz: ab63ac32e00e8acb3dda6733ba9bbeee947df2af4338cda63bc1006c51668866
5
5
  SHA512:
6
- metadata.gz: c0cb3fb7902828abcdceef093ddba3d618fc997a04f81b16318575c410538baf8fe91c26404b79f44a77e148d82e76f358d989b76347de0b1ba4cc6cf87b0795
7
- data.tar.gz: 23a262d0fe88a927c5d2751ee78235a3269333b941a8c45318851e5b094e4ef999bf13581e169fb47ccb90e553ebf2391e3bd590b56cdc3b4aeb747c23f0cc3f
6
+ metadata.gz: '085dc88ace61f5a39d01e48d538f1d22e3281569fe67388b5170bbdff00c228a774b8863e79e541c13d0723fbd1a0b0e7f95b32758bda3528018d25b57a80103'
7
+ data.tar.gz: d2b00d482d9d0699d706c11fc6a02499e852cf806a305e46386f4e1d471535c1e47d984bc9036dc2cec55597c93920b50dd6b591dc933c7fad5ae370a29e023b
@@ -45,7 +45,7 @@ module Libv8::Node
45
45
  def verify_installation!
46
46
  include_paths = Libv8::Node::Paths.include_paths
47
47
 
48
- unless include_paths.detect { |p| Pathname(p).join('v8.h').exist? }
48
+ unless include_paths.detect { |p| Pathname(p).join('v8.h').exist? } # rubocop:disable Style/IfUnlessModifier
49
49
  raise(HeaderNotFound, "Unable to locate 'v8.h' in the libv8 header paths: #{include_paths.inspect}")
50
50
  end
51
51
 
@@ -1,7 +1,7 @@
1
1
  module Libv8; end
2
2
 
3
3
  module Libv8::Node
4
- VERSION = '16.19.0.0'.freeze
4
+ VERSION = '16.19.0.1'.freeze
5
5
  NODE_VERSION = '16.19.0'.freeze
6
6
  LIBV8_VERSION = '9.4.146.26'.freeze # from v8/include/v8-version.h
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libv8-node
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.19.0.0
4
+ version: 16.19.0.1
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - ''
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-08 00:00:00.000000000 Z
11
+ date: 2023-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.50.0
33
+ version: 1.44.0
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.50.0
40
+ version: 1.44.0
41
41
  description: Node.JS's V8 JavaScript engine for multiplatform goodness
42
42
  email:
43
43
  - ''
@@ -115,7 +115,7 @@ homepage: https://github.com/rubyjs/libv8-node
115
115
  licenses:
116
116
  - MIT
117
117
  metadata: {}
118
- post_install_message:
118
+ post_install_message:
119
119
  rdoc_options: []
120
120
  require_paths:
121
121
  - lib
@@ -131,8 +131,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  - !ruby/object:Gem::Version
132
132
  version: '0'
133
133
  requirements: []
134
- rubygems_version: 3.0.3
135
- signing_key:
134
+ rubygems_version: 3.3.26
135
+ signing_key:
136
136
  specification_version: 4
137
137
  summary: Node.JS's V8 JavaScript engine
138
138
  test_files: []