rubinius-melbourne 3.9 → 3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aae122d7545f67823511299e72f7ac5cb5196036
4
- data.tar.gz: 25714a41f86875ae5f154a97490da500b3e94a43
3
+ metadata.gz: 1128a4314fc91ef18ec51bfbb732fed62d69a5d6
4
+ data.tar.gz: 988fd755082a3231e8438612cb4b034e201af376
5
5
  SHA512:
6
- metadata.gz: a5be627d46f1e4417ac5c4106141caaf8421948a00632f3b79b517ab4a73415213a11ffb4ec6295f428444c32c331a5960266631433250e20ce2b5a75fab598a
7
- data.tar.gz: d470b26ca6efbab6ecedddb5785c218047de19c1f2c94194902a96c40a42a7197cacaa442ed35f7b949cd79f5cf964b02969f4db2902333c4669f576625a5e56
6
+ metadata.gz: 5da3aca1aa2ef81f09a564de95871387a2cea3314a4aa190b9ac66719a341b415d6e6a28f82628ab7dcd19159dada6cbaa9dc2a906234d882c8250e24deac307
7
+ data.tar.gz: cc91e54db00dac10ec47aa7447d325ac4349810d6c2ace6b898d80718b07ab69cdc1aeed280d12d7f143bcb8fadd2f56969b423b09645824e4d5671df942d776
@@ -1,6 +1,6 @@
1
1
  require 'rbconfig' unless defined?(RbConfig)
2
2
 
3
- path = File.expand_path "../namespace.h", __FILE__
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(__FILE__)
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"
@@ -1,5 +1,5 @@
1
1
  module CodeTools
2
2
  class Melbourne
3
- VERSION = "3.9"
3
+ VERSION = "3.10"
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: '3.9'
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-04-17 00:00:00.000000000 Z
11
+ date: 2017-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redcard