libv8 6.0.286.54.0beta1-amd64-freebsd-10 → 6.0.286.54.1-amd64-freebsd-10

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: 49bb2fb16d4074ab4179c85b38827acac4f1f2c4
4
- data.tar.gz: fe5355cfda829a73fea7511ae848c1101046e653
3
+ metadata.gz: b2608173060147b841f998870de2c9d098da2fe6
4
+ data.tar.gz: 328b2fd9819b9fb4201a094884e23bf9d7fc6011
5
5
  SHA512:
6
- metadata.gz: ecd7e74d7aa88c6d01fc26ecd3ee35636b6985ca9fbe040b9b812375d458434b2b1ec8c4823f05782a65eb395c4a5bf14b1a61bfbe554e84eccd97f5037c4ee0
7
- data.tar.gz: ebf5d748d160b28a0de66a74e3f5f9d1be837e67e4143b627c81e792c39188840faf5d7898469ca2cdc040d3f3715484b11052def3633260d91413b88245721d
6
+ metadata.gz: 825199dc518b6d84da8abc61e582709150d3776104c17f98d074aca79c8ef6bd3d642570f5d0fbaa8b2a17ad9905798a3d679144a79d49166a2de000fd22f218
7
+ data.tar.gz: 0ea6afdb26239fe5b56e6d2a3e9ded6a6cc8e13f2b957558d2834b9a0295bc4319cc552bd94bfa20023f55051a2637e4f3333d55766df9b483731dc33f0c4e69
@@ -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!
@@ -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
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.0beta1
4
+ version: 6.0.286.54.1
5
5
  platform: amd64-freebsd-10
6
6
  authors:
7
7
  - Charles Lowell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-23 00:00:00.000000000 Z
11
+ date: 2017-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -113,9 +113,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - ">"
116
+ - - ">="
117
117
  - !ruby/object:Gem::Version
118
- version: 1.3.1
118
+ version: '0'
119
119
  requirements: []
120
120
  rubyforge_project: libv8
121
121
  rubygems_version: 2.6.12