ecb 0.0.39 → 0.0.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -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[:branch].nil? ? "master" : options[: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.39"
11
+ "0.0.40"
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
- - 39
9
- version: 0.0.39
8
+ - 40
9
+ version: 0.0.40
10
10
  platform: ruby
11
11
  authors:
12
12
  - Rick Hoiberg