rubinius-melbourne 2.0.0.18 → 2.0.0.19

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: 9c2d6d9b21109961895c274ef97e02e8d3c9ab1a
4
- data.tar.gz: e2cdc317d5db644f46f320139c9e42d5c084ef90
3
+ metadata.gz: 2707b9089a094027e673782a2482aa761cfd2c40
4
+ data.tar.gz: 2e3242f6ef0e6105da433a42919f4c3888a92a6c
5
5
  SHA512:
6
- metadata.gz: 1e4fb8341a120e65d5bac2bbbf659f05cf8467368d02aa83ee35ecc3046236a1d0e7343c8d1ddccc49f896e6bb24228fe9c658b9ccce7a729c85758ce01a9675
7
- data.tar.gz: 0cfd1ab3b583bab30b36b31cd48139d1a55d31d13897c6027429f5f7b37d8a7ae5f42431e1db8067739ac6dd651c6cb7290936ce32f86f327dd69609fdb395c7
6
+ metadata.gz: be76d146a72a79ddabd411636c4824d93e91e21f72a9171163bde48e34c7827fa895e815645a9e7f341ab4ad801ef3670d7fa55bbcb1e5ed1777307d9dd7f8eb
7
+ data.tar.gz: ca634acf9f7bfcebb04f5a28c44e9879cc6f2225a50c1a337afb9ffd605e053041d3b43945436dcf04facc8dc48dc6e00cb1b309c0aaf1acf95efce77a1ebf84
@@ -101,7 +101,7 @@ unless File.exists? "Makefile" and
101
101
  dldflags = ENV["LDFLAGS"] || RbConfig::CONFIG["LDFLAGS"] || ""
102
102
  dldflags += " #{RbConfig::CONFIG["DLDFLAGS"]}"
103
103
  libpath = "-L. -L#{RbConfig::CONFIG["libdir"]}"
104
- libs = RbConfig::CONFIG["LIBS"]
104
+ libs = "#{RbConfig::CONFIG["LIBS"]} #{RbConfig::CONFIG["LIBRUBYARG_SHARED"]}"
105
105
  install_path = Dir.pwd.sub %r[/ext/rubinius/melbourne$], "/lib/rubinius/melbourne"
106
106
 
107
107
  File.open "Makefile", "wb" do |f|
@@ -1,5 +1,5 @@
1
1
  module Rubinius::ToolSet.current::TS
2
2
  class Melbourne
3
- VERSION = "2.0.0.18"
3
+ VERSION = "2.0.0.19"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubinius-melbourne
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.18
4
+ version: 2.0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-09 00:00:00.000000000 Z
11
+ date: 2013-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubinius-toolset