bake-toolkit 2.70.0 → 2.70.1
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.
- checksums.yaml +4 -4
- data/Rakefile.rb +0 -4
- data/lib/blocks/compile.rb +3 -7
- data/lib/common/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 416c14f84643a59f67c1c7d3ba19032a847d56bbef738c8e3563a9919ba255db
|
|
4
|
+
data.tar.gz: 59250025415e8353a51a7e753d5af219491a05f2bd959cf520b682c963758ef2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 815be1963aef84b578e080d47dd0454170f93b0ba8b0b455c7478fb8a6d04be5fc08bba9b8c649666f237774ac280803a76d7b53d537eaa904126c162247b6f4
|
|
7
|
+
data.tar.gz: 8efb1f2f9594f3affcf970c06829e9791b16cbe54dc554dbc566f21066a2d0bb3cd7934fc88ae03c821c8d0a4d7f0b1d7c04b1f3f4a74fb1825f442a90720543
|
data/Rakefile.rb
CHANGED
data/lib/blocks/compile.rb
CHANGED
|
@@ -586,8 +586,9 @@ module Bake
|
|
|
586
586
|
end
|
|
587
587
|
res.each do |f|
|
|
588
588
|
singleFile = res.length == 1 && res[0] == pr
|
|
589
|
-
|
|
590
|
-
|
|
589
|
+
fTcs = (Bake.options.consoleOutput_fullnames ? File.expand_path(f, @projectDir) : f)
|
|
590
|
+
if ((!@fileTcs.has_key?(fTcs)) || singleFile)
|
|
591
|
+
@fileTcs[fTcs] = icf
|
|
591
592
|
end
|
|
592
593
|
if source_files.include?(f) || exclude_files.include?(f)
|
|
593
594
|
if (singleFile)
|
|
@@ -781,11 +782,6 @@ module Bake
|
|
|
781
782
|
end
|
|
782
783
|
end
|
|
783
784
|
|
|
784
|
-
def tcs4source(source)
|
|
785
|
-
@fileTcs[source] || @block.tcs
|
|
786
|
-
end
|
|
787
|
-
|
|
788
|
-
|
|
789
785
|
end
|
|
790
786
|
|
|
791
787
|
end
|
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.70.
|
|
4
|
+
version: 2.70.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Schaal
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rtext
|
|
@@ -128,28 +128,28 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - '='
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 0.
|
|
131
|
+
version: 0.21.2
|
|
132
132
|
type: :development
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - '='
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 0.
|
|
138
|
+
version: 0.21.2
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
|
-
name:
|
|
140
|
+
name: simplecov-lcov
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
142
142
|
requirements:
|
|
143
143
|
- - '='
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
|
-
version: 0.8.
|
|
145
|
+
version: 0.8.0
|
|
146
146
|
type: :development
|
|
147
147
|
prerelease: false
|
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
149
149
|
requirements:
|
|
150
150
|
- - '='
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: 0.8.
|
|
152
|
+
version: 0.8.0
|
|
153
153
|
description: See documentation for more details
|
|
154
154
|
email: alexander.schaal@esrlabs.com
|
|
155
155
|
executables:
|
|
@@ -269,7 +269,7 @@ homepage: https://github.com/esrlabs/bake
|
|
|
269
269
|
licenses:
|
|
270
270
|
- MIT
|
|
271
271
|
metadata: {}
|
|
272
|
-
post_install_message:
|
|
272
|
+
post_install_message:
|
|
273
273
|
rdoc_options:
|
|
274
274
|
- "-x"
|
|
275
275
|
- doc
|
|
@@ -286,8 +286,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
286
286
|
- !ruby/object:Gem::Version
|
|
287
287
|
version: '0'
|
|
288
288
|
requirements: []
|
|
289
|
-
rubygems_version: 3.
|
|
290
|
-
signing_key:
|
|
289
|
+
rubygems_version: 3.2.22
|
|
290
|
+
signing_key:
|
|
291
291
|
specification_version: 4
|
|
292
292
|
summary: Build tool to compile C/C++ projects fast and easy.
|
|
293
293
|
test_files: []
|