autoproj 1.7.21.b3 → 1.7.21.b4

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.
@@ -7,7 +7,7 @@ module Autoproj
7
7
  def silent?
8
8
  !!@silent
9
9
  end
10
- attr_writer :silent=
10
+ attr_writer :silent
11
11
  end
12
12
  @silent = false
13
13
  @verbose = false
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.7.21.b3"
2
+ VERSION = "1.7.21.b4"
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: 137
4
+ hash: 135
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 21
10
10
  - b
11
- - 3
12
- version: 1.7.21.b3
11
+ - 4
12
+ version: 1.7.21.b4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sylvain Joyeux