libv8 6.7.288.46.0 → 6.7.288.46.1beta0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e8d4ab4854d4b90aa58cbab9c38ffd47fe97c968530206e3ea530ce05341643
4
- data.tar.gz: 53326757113ab5135e73952859f676be734b23863c62de07ddf7399c4a37e8ff
3
+ metadata.gz: 560874180a3dc04fb8c59447ad1cb8b30efaadde49bde7e174c9daf2ba246d82
4
+ data.tar.gz: 9ea36fecea377c82e753bcb439ce7f79549020a641afff277fc9ac5a18b617a0
5
5
  SHA512:
6
- metadata.gz: c3e5a5531a444278614d1d0b998cffff088fffeb8e024a08d469cf8e67d32a33e13a445a205ac6e86ebd1e5c3ec12f4f9e6dac090da809316c6c6c081f9f75a5
7
- data.tar.gz: 0d021f650a8af2efa4f1666006814a2688de39086ac5747bfae9329d02c80d22969bc4dcd6a7edcb91726cefcd41dc14a7253882a583f9fed6637848f2576496
6
+ metadata.gz: e351a38dd76f20f4fdca7070a9454de90919f3b5912dd644065537deb4182a0ed129e2a3aa220bc4b9cf328ae08799267628736b810806c98d93c3cfec7bf25b
7
+ data.tar.gz: c5a1fb1cd86d48d6af669fed33d3eb0c20c04c6706ad3dbaf3b87035b62f4caee5481fc395b546de6b559d026c708e4fd524a31de9ceff261ddcb1623739999f
data/.travis.yml CHANGED
@@ -27,7 +27,7 @@ before_install:
27
27
  - if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" != "system" ]; then gem update bundler; fi
28
28
  script:
29
29
  - git submodule update --init
30
- - bundle exec rake spec binary --trace
30
+ - MAKEFLAGS+=-j8 bundle exec rake spec binary --trace
31
31
  deploy:
32
32
  provider: releases
33
33
  file: $(git ls-files -o pkg | head -1)
data/CHANGELOG.md CHANGED
@@ -1,19 +1,3 @@
1
- ### v6.7.288.46.0, v6.7.288.46.1 - 2017-07-06
2
-
3
- * Update upstream v8 version to 6.7.288.46 (https://github.com/cowboyd/libv8/pull/258)
4
- Due to the change in V8's build system this causes several major changes until
5
- we're able to find a way to reimplement the necessary functionality. The changes
6
- are listed below.
7
- * Remove the option to specify --with-cxx. For now V8 is built with the
8
- toolchain provided by the build system (https://github.com/cowboyd/libv8/issues/260)
9
- * Remove the option to specify --with-system-v8. It was making it too easy for
10
- the user to shot themself in the foot.
11
- * Drop ARM support. The V8 build system is not working natively on ARM and for
12
- some reason crosscompilation produces X86 binaries
13
- (https://github.com/cowboyd/libv8/issues/261)
14
- * Drop FreeBSD support. Chromium's depot_tools do not support FreeBSD at this
15
- point. (https://github.com/cowboyd/libv8/issues/253)
16
-
17
1
  ### v6.3.292.48.0, v6.3.292.48.1 - 2017-12-20
18
2
 
19
3
  * Update upstream v8 version to 6.3.292.48
data/README.md CHANGED
@@ -23,12 +23,13 @@ opens the door for supporting Windows.
23
23
  That depends on your platform. Right now, we support the following
24
24
  platforms.
25
25
 
26
- * x86_64-darwin-17
27
26
  * x86_64-darwin-16
28
27
  * x86_64-darwin-15
29
28
  * x86_64-darwin-14
30
29
  * x86_64-linux
31
30
  * x86-linux
31
+ * x86_64-freebsd-10
32
+ * x86_64-freebsd-11
32
33
 
33
34
  If you don't see your platform on this list, first, make sure that it
34
35
  installs from source, and second talk to us about setting up a binary
@@ -77,13 +78,8 @@ source-based distribution
77
78
 
78
79
  Building the V8 library from source imposes the following requirements:
79
80
 
80
- * An x86/x86_64 CPU. See [#261](https://github.com/cowboyd/libv8/issues/261) for ARM state.
81
- * Linux with glibc or macOS. See
82
- [#259](https://github.com/cowboyd/libv8/issues/259),
83
- [#253](https://github.com/cowboyd/libv8/issues/253) and
84
- [#217](https://github.com/cowboyd/libv8/issues/217) for state of other
85
- platforms.
86
- * Python 2
81
+ * Ninja
82
+ * Python 2
87
83
 
88
84
  ### Using a git version
89
85
 
@@ -124,6 +120,7 @@ installed that gem.
124
120
  ### Sponsored by
125
121
 
126
122
  <a href="http://frontside.io">![The Frontside](/thefrontside.png)</a>
123
+ <a href="https://www.scaleway.com">![Scaleway](/scaleway.png)</a>
127
124
 
128
125
  ### License
129
126
 
data/lib/libv8/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "6.7.288.46.0"
2
+ VERSION = "6.7.288.46.1beta0"
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.7.288.46.0
4
+ version: 6.7.288.46.1beta0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Lowell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-06 00:00:00.000000000 Z
11
+ date: 2018-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -977,9 +977,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
977
977
  version: '0'
978
978
  required_rubygems_version: !ruby/object:Gem::Requirement
979
979
  requirements:
980
- - - ">="
980
+ - - ">"
981
981
  - !ruby/object:Gem::Version
982
- version: '0'
982
+ version: 1.3.1
983
983
  requirements: []
984
984
  rubyforge_project: libv8
985
985
  rubygems_version: 2.7.7