ecb 0.0.29 → 0.0.30

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: f99b44d3ef625415b8c563d68b07c8c82bde34aa
4
- data.tar.gz: e6247148900e467b58750ac0f842f9afc33c190a
3
+ metadata.gz: 55e62c6489f277ea18195f60cbff284c93ea4b08
4
+ data.tar.gz: 4f81f5b3d4ad300b2df3ce2eceb8436ba1eb2ae9
5
5
  SHA512:
6
- metadata.gz: b0c17143bef555a75faaed118f69c1f0c763383934f4414a3ca2b81c3cb1c333371648883957353167ccb70f6abe340cd4631ee38d3cba1a416f6e8939a35ec4
7
- data.tar.gz: d7d02509413feb1e741b74ca3894189b59d8404aae8ff4cf8c8ec8563f047422525b01057d7faf7833743b5ef07271cd0e87db831145ce60b6fbc67347cc939c
6
+ metadata.gz: 4a1d2af69421dd57a001adddb21f2858fdc6da3cb590c932d4ce561df5002113507a67172f71bbd5276a216df4ca31e3e78a2b2c6893011c7516c69882249303
7
+ data.tar.gz: fa3954936db7930e6f7008a5b04d0d9bc1f906aa69ff9e63cfaa712a6767a70525a1fb17121efe617130f3eff7a810ff577aab33b55cb2430d561cf9ec41487e
@@ -54,6 +54,7 @@ module Commands
54
54
  config_name = options[:config]
55
55
  config_branch = options[:branch]
56
56
  build = options[:build]
57
+ byebug
57
58
  config_repo_url = EcbSharedLib.prepare_config_repo(config_branch)
58
59
  info = EcbSharedLib.read_repo_config(config_repo_url, config_name)
59
60
  info_plist = info[:info_plist]
@@ -126,10 +126,10 @@ 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(config_branch)
129
+ def self.prepare_config_repo(ls -l config_branch)
130
130
  # get the full url
131
131
  repo_url = EcbSharedLib.get_config_repo_url(nil)
132
-
132
+ byebug
133
133
  # get the local config dir
134
134
  base_config_path = base_config_path(repo_url)
135
135
 
data/lib/info.rb CHANGED
@@ -7,6 +7,6 @@
7
7
  #
8
8
  class Info
9
9
  def self.version
10
- "0.0.29"
10
+ "0.0.30"
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.29
4
+ version: 0.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Hoiberg