libv8 6.0.286.54.1-x86-linux → 6.0.286.54.3-x86-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3dbb01054cc9764fafbed7c61fabedda3ccfc72
4
- data.tar.gz: 0a330eeba1821b2d860bd409aefe5ba3d68f7ada
3
+ metadata.gz: 8105ecfb874e9b779731ef4e2131299eb741a9ee
4
+ data.tar.gz: 2c045793387bea1077b995a5859a9949517aba34
5
5
  SHA512:
6
- metadata.gz: 67655b34c89a67450fcf2bdefd04f63701594ab7638cb32bfeccbdf4a2d847a6a661c605d067296460597f08261a7ff2d6d5f846aea1f4332ab8abdfb2f1e2f2
7
- data.tar.gz: 1f038262a67356f8af5a11087b6fb45ae37fc4e69b668ed0c2e239b2d51c34bb069bdd7046b90b1e1099c042d073a64417f531acc3f04ffcbd6d2ebda238e7c7
6
+ metadata.gz: 8ed7219da1d9197d47bae6ad5ec5ddb1f5809f812106b2859331da9931d8b6fd699c4fbe73bd773db2f890017bfbbaec9ddf66bec666e086ea60592b0a8cbc4e
7
+ data.tar.gz: dfbb631c0d463cdf4f9d579c73b77b2330313415a77f7e5ab07ed1476318233a54baf4139621b3d40ae78df3ec8838df7e389dcb4698775473aea0d8c076365a
@@ -11,7 +11,7 @@ module Libv8
11
11
  end
12
12
 
13
13
  def object_paths
14
- [:base, :libbase, :snapshot, :libplatform, :libsampler].map do |name|
14
+ [:base, :libplatform, :libsampler, :libbase, :snapshot].map do |name|
15
15
  Shellwords.escape libv8_object(name)
16
16
  end
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "6.0.286.54.1"
2
+ VERSION = "6.0.286.54.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libv8
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.286.54.1
4
+ version: 6.0.286.54.3
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - Charles Lowell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-25 00:00:00.000000000 Z
11
+ date: 2017-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  version: '0'
119
119
  requirements: []
120
120
  rubyforge_project: libv8
121
- rubygems_version: 2.5.2
121
+ rubygems_version: 2.5.2.1
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: Distribution of the V8 JavaScript engine