autoproj 1.9.7.rc5 → 1.9.7.rc6

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.
@@ -75,7 +75,7 @@ module Autoproj
75
75
  ['gem', 'irb', 'testrb'].each do |name|
76
76
  # Look for the corresponding gem program
77
77
  prg_name = "#{name}#{install_suffix}"
78
- if File.file?(prg_path = File.join(ruby_bindir, prg_name))
78
+ if File.file?(prg_path = File.join(RbConfig::CONFIG['bindir'], prg_name))
79
79
  File.open(File.join(bindir, name), 'w') do |io|
80
80
  io.puts "#! #{ruby_executable}"
81
81
  io.puts "exec \"#{prg_path}\", *ARGV"
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.9.7.rc5"
2
+ VERSION = "1.9.7.rc6"
3
3
  end
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: 1.9.7.rc5
4
+ version: 1.9.7.rc6
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: