autobuild 1.5.36 → 1.5.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,11 @@
1
+ == Version 1.5.37
2
+ Quickfix release
3
+ * broke Autobuild::Orogen.always_regenerate by converting attr_accessor to
4
+ attr_reader instead of attr_writer. As we say in french "better is the ennemy
5
+ of good"
6
+
1
7
  == Version 1.5.36
8
+ Quickfix release
2
9
  * fix wrong caching behaviour in the orogen handler, which was leading to having
3
10
  failures in the orogen package handler
4
11
 
@@ -31,7 +31,7 @@ module Autobuild
31
31
  attr_accessor :extended_states
32
32
 
33
33
  # See #always_regenerate?
34
- attr_reader :always_regenerate
34
+ attr_writer :always_regenerate
35
35
 
36
36
  # If true (the default), the oroGen component will be regenerated
37
37
  # every time a dependency is newer than the package itself.
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.5.36" unless defined? Autobuild::VERSION
2
+ VERSION = "1.5.37" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- hash: 75
4
+ hash: 73
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 36
10
- version: 1.5.36
9
+ - 37
10
+ version: 1.5.37
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sylvain Joyeux