libv8 6.0.286.54.0beta1-arm-linux → 6.0.286.54.1-arm-linux

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ module Libv8
29
29
 
30
30
  def configure(context = MkmfContext.new)
31
31
  context.incflags.insert 0, Libv8::Paths.include_paths.map{ |p| "-I#{p}" }.join(" ") + " "
32
- context.ldflags.insert 0, "-Wl,--start-group " + Libv8::Paths.object_paths.join(" ") + " -Wl,--end-group "
32
+ context.ldflags.insert 0, Libv8::Paths.object_paths.join(" ") + " "
33
33
  end
34
34
 
35
35
  def verify_installation!
data/lib/libv8/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Libv8
2
- VERSION = "6.0.286.54.0beta1"
2
+ VERSION = "6.0.286.54.1"
3
3
  end
Binary file
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libv8
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.286.54.0beta1
5
- prerelease: 12
4
+ version: 6.0.286.54.1
5
+ prerelease:
6
6
  platform: arm-linux
7
7
  authors:
8
8
  - Charles Lowell
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-08-23 00:00:00.000000000 Z
12
+ date: 2017-08-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -120,13 +120,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  segments:
122
122
  - 0
123
- hash: -400294509
123
+ hash: 416376431
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  none: false
126
126
  requirements:
127
- - - ! '>'
127
+ - - ! '>='
128
128
  - !ruby/object:Gem::Version
129
- version: 1.3.1
129
+ version: '0'
130
+ segments:
131
+ - 0
132
+ hash: 416376431
130
133
  requirements: []
131
134
  rubyforge_project: libv8
132
135
  rubygems_version: 1.8.23