autoproj 1.6.0.rc2 → 1.6.0.rc3

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.
@@ -481,8 +481,12 @@ module Autoproj
481
481
 
482
482
  if automatic_osdeps_mode == ASK && (os_def || !gems.empty?)
483
483
  if !os_def
484
+ print "Should I install the RubyGems packages ? [yes] "
485
+ else
484
486
  print "Should I install these packages ? [yes] "
487
+ end
485
488
  STDOUT.flush
489
+
486
490
  do_osdeps = nil
487
491
  while do_osdeps.nil?
488
492
  answer = STDIN.readline.chomp
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.6.0.rc2"
2
+ VERSION = "1.6.0.rc3"
3
3
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 6
8
8
  - 0
9
- - rc2
10
- version: 1.6.0.rc2
9
+ - rc3
10
+ version: 1.6.0.rc3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sylvain Joyeux