autoproj 2.0.0.rc19 → 2.0.0.rc20

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: a4e000d6b49a19cffb296ce9d5bacbddd50d4dfc
4
- data.tar.gz: 5e2d2041471df69656143e613bc851fa82f7eca6
3
+ metadata.gz: 1fbd65182b37417db130e9ef63810501eccbfc5c
4
+ data.tar.gz: 47857dc0216176e61cbd61efb0f46782f10aac46
5
5
  SHA512:
6
- metadata.gz: 0b0f3128089d5e32d8fdbf322cae877238751fd37cf51190e48df8cb5b056130c2381d52c2b278d06ba6e2b45e6678b72117ee5f58d6e410d307d5a397a8c276
7
- data.tar.gz: 8e1a20a1be2ed7c4477826ac26c189a38b346474d7ec384ea21dfcf7b9762646e1f9b0f0ebf3987dcc24fdb8739b2292b2846ff9d02fa72f7b5f5996e7ea0a6c
6
+ metadata.gz: fa4af40e629100c3eda2db1804980fc90348e2d4920a1f194fed013da91301c413c3a0db55eaf8a09b8e2040371db0d7c529634260d0af0506fd3a87bbf1bf3c
7
+ data.tar.gz: 22fa50e159b06b43635eca65c9df4d4c9c0ed4a1afff089e9a33d974ba200ffe0b1b656f1df2afe3bf43064b3965c3e90a279bbe04218ae23f2b8256af31b8cd
@@ -4,6 +4,10 @@
4
4
  require 'set'
5
5
 
6
6
  module Autoproj
7
+ def self.ruby_executable
8
+ Autoproj.workspace.config.ruby_executable
9
+ end
10
+
7
11
  module CmdLine
8
12
  def self.ruby_executable
9
13
  Autoproj.workspace.config.ruby_executable
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "2.0.0.rc19"
2
+ VERSION = "2.0.0.rc20"
3
3
  end
@@ -331,7 +331,7 @@ def update_autoproj(restart_on_update: true)
331
331
  config.save
332
332
  ENV['AUTOPROJ_RESTARTING'] = '1'
333
333
  require 'rbconfig'
334
- exec(ruby_executable, $0, *argv)
334
+ exec(config.ruby_executable, $0, *ARGV)
335
335
  end
336
336
  end
337
337
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc19
4
+ version: 2.0.0.rc20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvain Joyeux