ecb 0.0.28 → 0.0.29
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/lib/commands/xcode_build.rb +1 -1
- data/lib/info.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f99b44d3ef625415b8c563d68b07c8c82bde34aa
|
4
|
+
data.tar.gz: e6247148900e467b58750ac0f842f9afc33c190a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0c17143bef555a75faaed118f69c1f0c763383934f4414a3ca2b81c3cb1c333371648883957353167ccb70f6abe340cd4631ee38d3cba1a416f6e8939a35ec4
|
7
|
+
data.tar.gz: d7d02509413feb1e741b74ca3894189b59d8404aae8ff4cf8c8ec8563f047422525b01057d7faf7833743b5ef07271cd0e87db831145ce60b6fbc67347cc939c
|
data/lib/commands/xcode_build.rb
CHANGED
@@ -117,7 +117,7 @@ module Commands
|
|
117
117
|
config_repo_url = EcbSharedLib.prepare_config_repo(config_branch)
|
118
118
|
info = EcbSharedLib.read_repo_config(config_repo_url, config_name)
|
119
119
|
build_config = EcbSharedLib.read_build_config(config_repo_url)
|
120
|
-
|
120
|
+
|
121
121
|
# Now that we have the json, prepare the world by creating a directory with the config name and placing
|
122
122
|
# the various repos beneath that. The directory is created relative to the current directory.
|
123
123
|
|
data/lib/info.rb
CHANGED