easy_app_helper 4.0.2 → 4.0.3

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: 73bc7b2b33d0d359d3e1005fbc6c2a92a20d733c
4
- data.tar.gz: 2b1aa8fa9b075f7cb92311fa717599c7700e4f2a
3
+ metadata.gz: c2eb32cf29808bc04cc5f4e6ffbc7973631068bb
4
+ data.tar.gz: 6b580342994df7d9bcfb68596dd7cd4ef936f9ae
5
5
  SHA512:
6
- metadata.gz: a3cf06180ee47784fa0c3aeb0f4c4bdb659871edd39d3bba36411a194dd6ab7a073bf507a14c369db9cca23a0a26a0254d87f7b8a59303983889bbd02abc7b4a
7
- data.tar.gz: d0152994ba752f25980931fc525299d547928c0c8c1ceddc874886a5f41682aed886d1442391450507c43dd6ae3501c08edd88a8cb21830653b97b2fb96476d8
6
+ metadata.gz: 006b0fa47d732de40c9e8522f55a22850cf614accf45f69a21f22f445e4458bb10516eb40ee5aedb35ca3ec1fd47518b28512939df15d03d3d63d3ffde9873aa
7
+ data.tar.gz: 39264bf4170be1071a639cabc93d5d49acc4c6a8ba4e43bc4187fc1f1e8e3cdd85e888f4801ba1ef820bb3c15f591c7f653cbff3f5c6c05fd217f9a13b6dda8b
@@ -29,7 +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
+ message = command if message.nil? or message.empty?
33
33
  safely_exec_code message, command, show_output, log_output do |command, show_output, log_output|
34
34
  process = EasyAppHelper::Processes::Base.new command
35
35
  process.show_output = show_output
@@ -1,3 +1,3 @@
1
1
  module EasyAppHelper
2
- VERSION = '4.0.2'
2
+ VERSION = '4.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_app_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - L.Briais