libv8-node 22.5.1.0-x86_64-darwin → 22.7.0.1-x86_64-darwin

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: 2aedac8c624c6c1883d33b9b00ce598225850b8f3c1c026b887406a13ee4feb0
4
- data.tar.gz: 28350c34ef92008a30f0d41f7d492d6f2ad91dbbfa8d51e30975cb0600480312
3
+ metadata.gz: 5350c7c980dbc3d152b2463470e2648ba69e0e45d9f87b792cec75621c5ef203
4
+ data.tar.gz: 2b70c2881cb354a57eb17b9ed41530e846d08154468ab18fd4b6e37b5b50f19c
5
5
  SHA512:
6
- metadata.gz: 914498aea73af82919e26f72f3a7d89c3e0fdeaf4c104076df9ae388389312b4d6188bb4d65d0f21350356fdb89fa827ddd2411b3660e4b3945b0dfda464fd7c
7
- data.tar.gz: ce6e55d7fcd8546720bde81b45a721316c6732dbbd7efd748a758308bea1791dd3e3854a098297872d6c1479427a6077f5e594f43247a9a1040c2783bd6b6e56
6
+ metadata.gz: 918f84f79ee93395e86492f05de4d17905a5dac3d10146ccf3bc52fce93f22abbc65867ffa336a4b6d4281c4e1347d488c093aa15046a28c2fcfc421c6429f5b
7
+ data.tar.gz: 5667156651e696dea8693311a5b3d99ef0b480428364038559f2c465a0557ef549969733bc178cc51bb031788028ad6c0994d01947d06b93cb8e00922ca1ad18
@@ -1,7 +1,10 @@
1
- module Libv8; end
1
+ # frozen_string_literal: true
2
+
3
+ module Libv8
4
+ end
2
5
 
3
6
  module Libv8::Node
4
- VERSION = '22.5.1.0'.freeze
5
- NODE_VERSION = '22.5.1'.freeze
6
- LIBV8_VERSION = '12.4.254.21'.freeze # from v8/include/v8-version.h
7
+ VERSION = '22.7.0.1'
8
+ NODE_VERSION = '22.7.0'
9
+ LIBV8_VERSION = '12.4.254.21' # from src/node-.../deps/v8/include/v8-version.h
7
10
  end
@@ -398,8 +398,7 @@ class V8_TRIVIAL_ABI Local : public LocalBase<T>,
398
398
  explicit Local(const Local<T>& other, no_checking_tag do_not_check)
399
399
  : LocalBase<T>(other), StackAllocated(do_not_check) {}
400
400
 
401
- V8_INLINE explicit Local<T>(const LocalBase<T>& other)
402
- : LocalBase<T>(other) {}
401
+ V8_INLINE explicit Local(const LocalBase<T>& other) : LocalBase<T>(other) {}
403
402
 
404
403
  V8_INLINE static Local<T> FromSlot(internal::Address* slot) {
405
404
  return Local<T>(LocalBase<T>::FromSlot(slot));
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: 22.5.1.0
4
+ version: 22.7.0.1
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - ''
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-22 00:00:00.000000000 Z
11
+ date: 2024-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -179,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
181
  requirements: []
182
- rubygems_version: 3.5.9
182
+ rubygems_version: 3.5.17
183
183
  signing_key:
184
184
  specification_version: 4
185
185
  summary: Node.JS's V8 JavaScript engine