autoproj 1.6.0.rc2 → 1.6.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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