libv8 3.16.14.17-x86_64-linux → 3.16.14.19.1-x86_64-linux

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3ac576e2da575cb07ad8b4072789e391b636838e94f0fa0a80fec294725da455
4
+ data.tar.gz: 6f107b423600616f5e7e13be9dd7e787fdd03e79bb8056fef165a686f87c755f
5
+ SHA512:
6
+ metadata.gz: 81617c9ace9c938d04145aa1d742a0e1f4b19d84ba8baac26069db7146e2d9879ea5773f8328c5200f5016ec3580bba991d56479a4285a6cc0430cfaa153d250
7
+ data.tar.gz: 2f4802c91148ae7a59183ceaa3c9daf96ae94facf35a6f9670d2936fd021b17522dd49b8d6dad8ae2202c1c44443717f0e396876056959157c53e0290f913e38
@@ -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.17"
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.17
4
+ version: 3.16.14.19.1
5
5
  prerelease:
6
6
  platform: x86_64-linux
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-11-20 00:00:00.000000000 Z
12
+ date: 2017-03-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -89,15 +89,15 @@ files:
89
89
  - ext/libv8/location.rb
90
90
  - ext/libv8/paths.rb
91
91
  - ext/libv8/.location.yml
92
- - vendor/v8/include/v8.h
93
- - vendor/v8/include/v8stdint.h
94
92
  - vendor/v8/include/v8-testing.h
95
- - vendor/v8/include/v8-preparser.h
96
- - vendor/v8/include/v8-debug.h
97
93
  - vendor/v8/include/v8-profiler.h
94
+ - vendor/v8/include/v8.h
95
+ - vendor/v8/include/v8-debug.h
96
+ - vendor/v8/include/v8-preparser.h
97
+ - vendor/v8/include/v8stdint.h
98
98
  - vendor/v8/out/x64.release/obj.target/tools/gyp/libpreparser_lib.a
99
- - vendor/v8/out/x64.release/obj.target/tools/gyp/libv8_nosnapshot.a
100
99
  - vendor/v8/out/x64.release/obj.target/tools/gyp/libv8_base.a
100
+ - vendor/v8/out/x64.release/obj.target/tools/gyp/libv8_nosnapshot.a
101
101
  - vendor/v8/out/x64.release/obj.target/tools/gyp/libv8_snapshot.a
102
102
  homepage: http://github.com/cowboyd/libv8
103
103
  licenses:
@@ -115,7 +115,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: -4415268285477206213
118
+ hash: -4357697294207502773
119
119
  required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  none: false
121
121
  requirements:
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  segments:
126
126
  - 0
127
- hash: -4415268285477206213
127
+ hash: -4357697294207502773
128
128
  requirements: []
129
129
  rubyforge_project: libv8
130
130
  rubygems_version: 1.8.23