ecb 0.0.30 → 0.0.31
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/bin/ecb +1 -0
- data/lib/ebmsharedlib/utilities.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: 080d8b5b6c1c3e4988533db1cc75bd492feb2104
|
4
|
+
data.tar.gz: 1b96e603bfdc360b6f28f9dfa7dc5fad9ffa52df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b0a809ea6293a028894b3b70534c0bcc8e9f749eefea41fcad73a51685f3645fb6a054de4a7558f1debbe3b7645c71a47024bd647cfa575cf34b2c3432897ac
|
7
|
+
data.tar.gz: 31066166dfc60bd9892cbc83a8b8be823b44bfa3cb7db93967978f53357ffe5afda6dc66d9e1823cba4c8ef8cb9d2f6fca28b7e8bbe9f5b8288c0c73310e6fff
|
data/bin/ecb
CHANGED
@@ -126,7 +126,7 @@ module EcbSharedLib
|
|
126
126
|
# takes the repo name (shortcut or full url)
|
127
127
|
# and fetches config into appropriate location
|
128
128
|
# returns the full repo_url
|
129
|
-
def self.prepare_config_repo(
|
129
|
+
def self.prepare_config_repo(config_branch)
|
130
130
|
# get the full url
|
131
131
|
repo_url = EcbSharedLib.get_config_repo_url(nil)
|
132
132
|
byebug
|
data/lib/info.rb
CHANGED