autobuild 1.5.36 → 1.5.37
Sign up to get free protection for your applications and to get access to all the features.
- data/Changes.txt +7 -0
- data/lib/autobuild/packages/orogen.rb +1 -1
- data/lib/autobuild/version.rb +1 -1
- metadata +3 -3
data/Changes.txt
CHANGED
@@ -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
|
-
|
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.
|
data/lib/autobuild/version.rb
CHANGED
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:
|
4
|
+
hash: 73
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 1.5.
|
9
|
+
- 37
|
10
|
+
version: 1.5.37
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sylvain Joyeux
|