ecb 0.0.40 → 0.0.41

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.
@@ -106,8 +106,8 @@ module Commands
106
106
  # see if we can open the config file - we append the .config suffix
107
107
  # the file is expected to be in JSON format
108
108
  config_name = options[:config]
109
- #config_branch = options[:branch]
110
- config_branch = options[:branch].nil? ? "master" : options[:branch]
109
+ config_branch = options[:branch]
110
+ config_branch = 'master' if config_branch.nil? || config_branch.empty?
111
111
  deliverablesPath = options[:deliverables]
112
112
  archive_build = options[:archive_build]
113
113
 
data/lib/info.rb CHANGED
@@ -8,6 +8,6 @@
8
8
 
9
9
  class Info
10
10
  def self.version
11
- "0.0.40"
11
+ "0.0.41"
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
- - 40
9
- version: 0.0.40
8
+ - 41
9
+ version: 0.0.41
10
10
  platform: ruby
11
11
  authors:
12
12
  - Rick Hoiberg
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2014-03-07 00:00:00 -08:00
17
+ date: 2014-03-10 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency