autoproj 1.7.21.b4 → 1.7.21.b5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,10 @@
1
1
  require 'highline'
2
+ require 'utilrb/module/attr_predicate'
2
3
  module Autoproj
3
4
  class << self
4
5
  attr_accessor :verbose
5
6
  attr_reader :console
6
-
7
- def silent?
8
- !!@silent
9
- end
10
- attr_writer :silent
7
+ attr_predicate :silent?, true
11
8
  end
12
9
  @silent = false
13
10
  @verbose = false
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.7.21.b4"
2
+ VERSION = "1.7.21.b5"
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: 135
4
+ hash: 133
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 21
10
10
  - b
11
- - 4
12
- version: 1.7.21.b4
11
+ - 5
12
+ version: 1.7.21.b5
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sylvain Joyeux