ecb 0.0.38 → 0.0.39

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.
@@ -107,7 +107,7 @@ module Commands
107
107
  # the file is expected to be in JSON format
108
108
  config_name = options[:config]
109
109
  #config_branch = options[:branch]
110
- config_branch = options[:config_branch].nil? "master" : options[:config_branch]
110
+ config_branch = options[:config_branch].nil? ? "master" : options[:config_branch]
111
111
  deliverablesPath = options[:deliverables]
112
112
  archive_build = options[:archive_build]
113
113
 
@@ -8,6 +8,6 @@
8
8
 
9
9
  class Info
10
10
  def self.version
11
- "0.0.38"
11
+ "0.0.39"
12
12
  end
13
13
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 38
9
- version: 0.0.38
8
+ - 39
9
+ version: 0.0.39
10
10
  platform: ruby
11
11
  authors:
12
12
  - Rick Hoiberg