easy_app_helper 4.0.1 → 4.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5fc859721470572a0903a0adaa42ad5e1f1c721
4
- data.tar.gz: 9d8128ce1c29204a1164029ce9d6d36083e49e66
3
+ metadata.gz: 73bc7b2b33d0d359d3e1005fbc6c2a92a20d733c
4
+ data.tar.gz: 2b1aa8fa9b075f7cb92311fa717599c7700e4f2a
5
5
  SHA512:
6
- metadata.gz: 969aa356c1d4c782d1fc898adb5842f1390a4037ae2a8c6c03e0d9aa30d2e9b281337b323b97c72a5c6e2e0410f579a6fc5eecdaa453014abefdd1689b8b6053
7
- data.tar.gz: c2727c8edf441fb32bc69b013d0a0b57a6ee3522cea1080200838e793d41ac73efaea4d874e49ead2d9d9c52525ae2ca090e689df1150ac5b79b1aed845dc6af
6
+ metadata.gz: a3cf06180ee47784fa0c3aeb0f4c4bdb659871edd39d3bba36411a194dd6ab7a073bf507a14c369db9cca23a0a26a0254d87f7b8a59303983889bbd02abc7b4a
7
+ data.tar.gz: d0152994ba752f25980931fc525299d547928c0c8c1ceddc874886a5f41682aed886d1442391450507c43dd6ae3501c08edd88a8cb21830653b97b2fb96476d8
@@ -1,3 +1,3 @@
1
1
  module EasyAppHelper
2
- VERSION = '4.0.1'
2
+ VERSION = '4.0.2'
3
3
  end
@@ -29,6 +29,7 @@ module EasyAppHelper
29
29
  end
30
30
 
31
31
  def safely_exec_command(message, command, show_output = false, log_output = true, &log_processor)
32
+ message = cmd if message.nil? or message.empty?
32
33
  safely_exec_code message, command, show_output, log_output do |command, show_output, log_output|
33
34
  process = EasyAppHelper::Processes::Base.new command
34
35
  process.show_output = show_output
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_app_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - L.Briais
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2016-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler