libv8 5.1.281.59.0beta3 → 5.1.281.59.0

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
  SHA1:
3
- metadata.gz: 41cbaf11fa4edba84e871c58099ed8243019b2b1
4
- data.tar.gz: 958c801dae727821359a0004ebac3b35b654e527
3
+ metadata.gz: 8b75c76adb51f634158f31808077170e6be37433
4
+ data.tar.gz: 2f341db2d4d957b390e84fd832c7668631b66e8b
5
5
  SHA512:
6
- metadata.gz: 3ee57388f66c9f06452560879ab5bc7fec7fb58a76a36eebf36d18de8f25dcd54b0c1eec391dbfb50d1cae63a7bc898a7fc91121bd704a6bd341499d2c72a48f
7
- data.tar.gz: 3837b26a28511330199c8f31e1296ff6d1eab8bd018415b606e53cb9e1978e7eec059ef932f10600a4514cb5937f0e2efcff4a75887bd2e848768b46bc03f854
6
+ metadata.gz: b3dd4384cc5d0f79607ce23a061acf2141f8e15ea6382e3c93d5166c16ae56f9e59a3c37b6dab52fe1e7adda8723f236ba0d87f9c16bd60125066c5df7f40f4a
7
+ data.tar.gz: b47c33c7ee8e0870a0631b1d413963ca269e79738a7d990352958603dee5fed3208b4eb9e3c33bb2b384bcd8f432ea6290714e235570ce7500203deeb249fdf8
@@ -1,5 +1,10 @@
1
1
  ### Unreleased
2
2
 
3
+ ### 5.1.281.59.0, 5.1.281.59.1 - 2016-06-15:
4
+
5
+ * Update upstream v8 version to 5.1.281.59
6
+ * Make sure the patch set is applied in the correct order
7
+
3
8
  ### 5.0.71.48.4, 5.0.71.48.5 - 2016-05-13:
4
9
 
5
10
  * Enable the -fPIC flag for ARM
data/README.md CHANGED
@@ -59,6 +59,16 @@ source-based distribution
59
59
 
60
60
  > This step release system is a workaround to carlhuda/bundler#1537
61
61
 
62
+ ##### Use with different standard C libraries
63
+
64
+ The binary versions of this gem are linked against the most used standard
65
+ library - glibc. Currently rubygems does not differentiate binary gems by
66
+ standard library so we have no way of distributing different binaries for
67
+ differnt standard libraries.
68
+
69
+ What this means is that if you're running a distro that does not use glibc
70
+ (like Alpine Linux), you'll have to use a source version of the gem.
71
+
62
72
  ### Requirements
63
73
 
64
74
  Building the v8 library from source imposes the following requirements:
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "5.1.281.59.0beta3"
2
+ VERSION = "5.1.281.59.0"
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: 5.1.281.59.0beta3
4
+ version: 5.1.281.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Lowell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-13 00:00:00.000000000 Z
11
+ date: 2016-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -1003,9 +1003,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
1003
1003
  version: '0'
1004
1004
  required_rubygems_version: !ruby/object:Gem::Requirement
1005
1005
  requirements:
1006
- - - ">"
1006
+ - - ">="
1007
1007
  - !ruby/object:Gem::Version
1008
- version: 1.3.1
1008
+ version: '0'
1009
1009
  requirements: []
1010
1010
  rubyforge_project: libv8
1011
1011
  rubygems_version: 2.6.4