rubinius-melbourne 3.9 → 3.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/rubinius/code/melbourne/extconf.rb +2 -2
- data/lib/rubinius/code/melbourne/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1128a4314fc91ef18ec51bfbb732fed62d69a5d6
|
4
|
+
data.tar.gz: 988fd755082a3231e8438612cb4b034e201af376
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5da3aca1aa2ef81f09a564de95871387a2cea3314a4aa190b9ac66719a341b415d6e6a28f82628ab7dcd19159dada6cbaa9dc2a906234d882c8250e24deac307
|
7
|
+
data.tar.gz: cc91e54db00dac10ec47aa7447d325ac4349810d6c2ace6b898d80718b07ab69cdc1aeed280d12d7f143bcb8fadd2f56969b423b09645824e4d5671df942d776
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require 'rbconfig' unless defined?(RbConfig)
|
2
2
|
|
3
|
-
path =
|
3
|
+
path = Dir.pwd + "/namespace.h"
|
4
4
|
File.open path, "wb" do |f|
|
5
5
|
melbourne = "melbourne_#{Time.now.to_i}"
|
6
6
|
|
@@ -10,7 +10,7 @@ File.open path, "wb" do |f|
|
|
10
10
|
end
|
11
11
|
|
12
12
|
unless File.exist? "Makefile" and
|
13
|
-
File.mtime("Makefile") > File.mtime(
|
13
|
+
File.mtime("Makefile") > File.mtime(Dir.pwd + "/extconf.rb")
|
14
14
|
cxx = ENV["CXX"] || RbConfig::CONFIG["CXX"] || "g++"
|
15
15
|
cxxflags = "#{ENV["CXXFLAGS"] || ENV["CPPFLAGS"] ||
|
16
16
|
RbConfig::CONFIG["CXXFLAGS"] || RbConfig::CONFIG["CPPFLAGS"]} -fPIC"
|
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: '3.
|
4
|
+
version: '3.10'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Shirai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: redcard
|