autoproj 1.7.16.rc2 → 1.7.16.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.
@@ -783,6 +783,7 @@ module Autoproj
783
783
  @only_config = false
784
784
  @partial_build = false
785
785
  @color = true
786
+ Autobuild.color = true
786
787
  Autobuild.doc_errors = false
787
788
  Autobuild.do_doc = false
788
789
  Autobuild.only_doc = false
@@ -860,6 +861,7 @@ where 'mode' is one of:
860
861
  end
861
862
  opts.on("--[no-]color", "enable or disable color in status messages (enabled by default)") do |flag|
862
863
  @color = flag
864
+ Autobuild.color = flag
863
865
  end
864
866
  opts.on("--version", "displays the version and then exits") do
865
867
  puts "autoproj v#{Autoproj::VERSION}"
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.7.16.rc2"
2
+ VERSION = "1.7.16.rc3"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424193
4
+ hash: 15424195
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 16
10
10
  - rc
11
- - 2
12
- version: 1.7.16.rc2
11
+ - 3
12
+ version: 1.7.16.rc3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sylvain Joyeux