ecb 0.0.28 → 0.0.29

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d6c26fc156e61dbe196be16e0a698516c3733ce4
4
- data.tar.gz: ccd1283c478933c9884d055534c08adb92ad6417
3
+ metadata.gz: f99b44d3ef625415b8c563d68b07c8c82bde34aa
4
+ data.tar.gz: e6247148900e467b58750ac0f842f9afc33c190a
5
5
  SHA512:
6
- metadata.gz: 92f5971e39915d835f1b742f9832873c43ef92aa1fe3b050c7d6650f3344492a79423643c6df907084e49fb21b5d789bb92aed813276bdfa314c0f39c89ab777
7
- data.tar.gz: 9d3daa7b0a115f4104931b0b3056406a9c1ebeb7809a40bfdbe3248ea2dcae838470a8940a429ef4c571077ce4c540d5af66dd9d094dfd2ed91595b2afefe613
6
+ metadata.gz: b0c17143bef555a75faaed118f69c1f0c763383934f4414a3ca2b81c3cb1c333371648883957353167ccb70f6abe340cd4631ee38d3cba1a416f6e8939a35ec4
7
+ data.tar.gz: d7d02509413feb1e741b74ca3894189b59d8404aae8ff4cf8c8ec8563f047422525b01057d7faf7833743b5ef07271cd0e87db831145ce60b6fbc67347cc939c
@@ -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
- byebug
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
 
@@ -7,6 +7,6 @@
7
7
  #
8
8
  class Info
9
9
  def self.version
10
- "0.0.28"
10
+ "0.0.29"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.28
4
+ version: 0.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Hoiberg