ecb 0.0.8 → 0.0.9
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: ed9f8832cfd6ada2433bdf84dcb7415822c59b71
|
|
4
|
+
data.tar.gz: 079416aca61937c68828d531c3521e2c3e43f996
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c78f93abdbf2d6184b6df55359523d865d33c5c76112d102218824fd37b0e71b1983ab88ed68c62d6b30b37c152e097ced7a6207d01d0a3da57237915a08f32
|
|
7
|
+
data.tar.gz: 2e4f01407417d72a10c9979eb337816f550345040fbe3724655d1062fa4ec23de0920346a9b51cb57e7fbfd77cbbeda838be753df1f27b55f4381e749d3c90f3
|
data/lib/commands/xcode_build.rb
CHANGED
|
@@ -83,7 +83,7 @@ module Commands
|
|
|
83
83
|
config_repo_url = EcbSharedLib.prepare_config_repo(config_repo)
|
|
84
84
|
info = EcbSharedLib.read_repo_config(config_repo_url, config_name)
|
|
85
85
|
build_config = EcbSharedLib.read_build_config(config_repo_url)
|
|
86
|
-
|
|
86
|
+
|
|
87
87
|
# Now that we have the json, prepare the world by creating a directory with the config name and placing
|
|
88
88
|
# the various repos beneath that. The directory is created relative to the current directory.
|
|
89
89
|
|
data/lib/info.rb
CHANGED