bake-toolkit 1.0.20 → 1.0.21
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.
- data/lib/bake/version.rb +1 -1
- data/lib/tocxx.rb +2 -2
- metadata +2 -2
data/lib/bake/version.rb
CHANGED
data/lib/tocxx.rb
CHANGED
|
@@ -237,11 +237,11 @@ module Cxxproject
|
|
|
237
237
|
|
|
238
238
|
potentialProjs = []
|
|
239
239
|
@options.roots.each do |r|
|
|
240
|
-
potentialProjs.concat(Dir.glob(r+"
|
|
240
|
+
potentialProjs.concat(Dir.glob(r+"/**{,/*/**}/Project.meta"))
|
|
241
241
|
end
|
|
242
242
|
|
|
243
243
|
potentialProjs.uniq!
|
|
244
|
-
|
|
244
|
+
|
|
245
245
|
while project2config_pending.length > 0
|
|
246
246
|
|
|
247
247
|
pname_toload = project2config_pending.keys[0]
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: bake-toolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.0.
|
|
5
|
+
version: 1.0.21
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Alexander Schaal
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-08-01 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: cxxproject
|