autobuild 1.5.59.rc1 → 1.5.59
Sign up to get free protection for your applications and to get access to all the features.
- data/Changes.txt +5 -0
- data/lib/autobuild/version.rb +1 -1
- metadata +8 -12
data/Changes.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
== Version 1.5.59
|
2
|
+
* orogen: try to autodetect the orogen_file value earlier, if not provided
|
3
|
+
* added Autobuild.color? and Autobuild.color= to control whether the output
|
4
|
+
should use colors or not
|
5
|
+
|
1
6
|
== Version 1.5.57
|
2
7
|
* added Autobuild.color? and Autobuild.color= to control whether the output
|
3
8
|
should use colors or not
|
data/lib/autobuild/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autobuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 117
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 5
|
9
9
|
- 59
|
10
|
-
|
11
|
-
- 1
|
12
|
-
version: 1.5.59.rc1
|
10
|
+
version: 1.5.59
|
13
11
|
platform: ruby
|
14
12
|
authors:
|
15
13
|
- Sylvain Joyeux
|
@@ -17,7 +15,7 @@ autorequire:
|
|
17
15
|
bindir: bin
|
18
16
|
cert_chain: []
|
19
17
|
|
20
|
-
date: 2012-01-
|
18
|
+
date: 2012-01-18 00:00:00 Z
|
21
19
|
dependencies:
|
22
20
|
- !ruby/object:Gem::Dependency
|
23
21
|
name: rake
|
@@ -157,14 +155,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
157
155
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
158
156
|
none: false
|
159
157
|
requirements:
|
160
|
-
- - "
|
158
|
+
- - ">="
|
161
159
|
- !ruby/object:Gem::Version
|
162
|
-
hash:
|
160
|
+
hash: 3
|
163
161
|
segments:
|
164
|
-
-
|
165
|
-
|
166
|
-
- 1
|
167
|
-
version: 1.3.1
|
162
|
+
- 0
|
163
|
+
version: "0"
|
168
164
|
requirements: []
|
169
165
|
|
170
166
|
rubyforge_project: autobuild
|