easy_app_helper 4.0.1 → 4.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/easy_app_helper/version.rb +1 -1
- data/lib/easy_app_helper.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73bc7b2b33d0d359d3e1005fbc6c2a92a20d733c
|
4
|
+
data.tar.gz: 2b1aa8fa9b075f7cb92311fa717599c7700e4f2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3cf06180ee47784fa0c3aeb0f4c4bdb659871edd39d3bba36411a194dd6ab7a073bf507a14c369db9cca23a0a26a0254d87f7b8a59303983889bbd02abc7b4a
|
7
|
+
data.tar.gz: d0152994ba752f25980931fc525299d547928c0c8c1ceddc874886a5f41682aed886d1442391450507c43dd6ae3501c08edd88a8cb21830653b97b2fb96476d8
|
data/lib/easy_app_helper.rb
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2016-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|