bake-toolkit 2.10.0 → 2.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/further/change.html +11 -1
- data/doc/index.html +1 -1
- data/lib/common/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61010a8e1fff0e852886c300faab8e351e1efb56
|
4
|
+
data.tar.gz: 193fa36bb7dc2aa38a3af802677078a3d05e713a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 836394ad61b83c3bd06e0deac78336e71acf99c64b8282699a5d9f4c4c4901127872bbd095711e737ff05b5a8d5f8a346e6c789b6065140846666d2ee268d131
|
7
|
+
data.tar.gz: 399c59c68bb57b1f1b0573f02c7aeabce6fbb61e1133b46df53cb381eabe0d6c8b0a1c980c5e56999312cac07bdc2432942814f77e109e22949ccf532cf72963
|
data/doc/further/change.html
CHANGED
@@ -7,9 +7,19 @@
|
|
7
7
|
<body>
|
8
8
|
<h1>Changelog</h1>
|
9
9
|
|
10
|
-
|
10
|
+
July 1, 2015 - bake-toolkit 2.10.1<br>
|
11
11
|
<ul>
|
12
12
|
<li><b>Added: Possibility to add descriptions for configs which will be printed when using <i>--show_configs</i></b>
|
13
|
+
<li><b>Bugfix: link_only did not link <i>only</i> if not all sources of the main project were not built before</b>
|
14
|
+
<li><b>Bugfix: Ctrl-C on command line did not work properly under Linux</b>
|
15
|
+
|
16
|
+
</ul>
|
17
|
+
|
18
|
+
July 1, 2015 - Eclipse plugin 1.5.1<br>
|
19
|
+
<ul>
|
20
|
+
<li><b>Bugfix: AdjustIncludes broken for subfolder projects (with a "^" in the name)</b>
|
21
|
+
<li><b>Bugfix: Error parser broken for subfolder projects (with a "^" in the name)</b>
|
22
|
+
<li><b>Bugfix: Configs with inherited DefaultToolchain were not selectable to build</b>
|
13
23
|
</ul>
|
14
24
|
|
15
25
|
June 10, 2015 - bake-toolkit 2.9.2<br>
|
data/doc/index.html
CHANGED
@@ -74,7 +74,7 @@ bake is used to build software <font color="#009900"><b>fast</b></font> and <fon
|
|
74
74
|
|
75
75
|
<p>
|
76
76
|
<hr>
|
77
|
-
<table width="100%" border="0"><tr><td align="left">Described bake-toolkit version: 2.
|
77
|
+
<table width="100%" border="0"><tr><td align="left">Described bake-toolkit version: 2.10.1</td><td align="right">July 1, 2015</td></tr></table>
|
78
78
|
|
79
79
|
</body>
|
80
80
|
|
data/lib/common/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bake-toolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.10.
|
4
|
+
version: 2.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Schaal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rtext
|