libv8 3.16.14.19-arm-linux → 3.16.14.19.1-arm-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 44eea195b194eac7c3ecc442703c2922ddd74bbccfd1d7357dfd704fbb262cb3
4
+ data.tar.gz: 23abfe5d7486bbc21e4a67fd31f3c42436258e7b0b7f796d5f7225f8082342bd
5
+ SHA512:
6
+ metadata.gz: 4d8c5831571947d2f68c76ac816e29fc62e8323927d76cc036942c8bacb4e1cfca4900c4b8d5e31be8baa331c41eced7c37d4851f5c4c4f750d47a1db3e608ed
7
+ data.tar.gz: 4d1a43f9d16cb05e6f282b568d4bd6eff9acde20ef42ed9fd692bbd4b482e5c6cd184556583b8c0a63967744211c1bb316757540747dae9b8dba6b841f87398c
@@ -13,7 +13,7 @@ module Libv8
13
13
 
14
14
  def self.load!
15
15
  File.open(Pathname(__FILE__).dirname.join('.location.yml')) do |f|
16
- YAML.load f
16
+ YAML.respond_to?(:unsafe_load) ? YAML.unsafe_load(f) : YAML.load(f) # rubocop:disable Security/YAMLLoad
17
17
  end
18
18
  end
19
19
 
data/lib/libv8/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "3.16.14.19"
2
+ VERSION = "3.16.14.19.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libv8
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.16.14.19
4
+ version: 3.16.14.19.1
5
5
  prerelease:
6
6
  platform: arm-linux
7
7
  authors: