ecb 0.0.30 → 0.0.31

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: 55e62c6489f277ea18195f60cbff284c93ea4b08
4
- data.tar.gz: 4f81f5b3d4ad300b2df3ce2eceb8436ba1eb2ae9
3
+ metadata.gz: 080d8b5b6c1c3e4988533db1cc75bd492feb2104
4
+ data.tar.gz: 1b96e603bfdc360b6f28f9dfa7dc5fad9ffa52df
5
5
  SHA512:
6
- metadata.gz: 4a1d2af69421dd57a001adddb21f2858fdc6da3cb590c932d4ce561df5002113507a67172f71bbd5276a216df4ca31e3e78a2b2c6893011c7516c69882249303
7
- data.tar.gz: fa3954936db7930e6f7008a5b04d0d9bc1f906aa69ff9e63cfaa712a6767a70525a1fb17121efe617130f3eff7a810ff577aab33b55cb2430d561cf9ec41487e
6
+ metadata.gz: 5b0a809ea6293a028894b3b70534c0bcc8e9f749eefea41fcad73a51685f3645fb6a054de4a7558f1debbe3b7645c71a47024bd647cfa575cf34b2c3432897ac
7
+ data.tar.gz: 31066166dfc60bd9892cbc83a8b8be823b44bfa3cb7db93967978f53357ffe5afda6dc66d9e1823cba4c8ef8cb9d2f6fca28b7e8bbe9f5b8288c0c73310e6fff
data/bin/ecb CHANGED
@@ -13,6 +13,7 @@
13
13
 
14
14
  $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))
15
15
  require 'ecb'
16
+ require 'byebug'
16
17
 
17
18
  exit_code = Ecb.new.run
18
19
  exit!(exit_code)
@@ -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(ls -l config_branch)
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
@@ -7,6 +7,6 @@
7
7
  #
8
8
  class Info
9
9
  def self.version
10
- "0.0.30"
10
+ "0.0.31"
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.30
4
+ version: 0.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Hoiberg