power_stencil 0.4.15 → 0.4.16

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: 39ef892e57acf1b138606b8ce494324a76759eac
4
- data.tar.gz: 811c9bbb835afa1f137c76d74a5261a01486fd6e
3
+ metadata.gz: b10ddad9f41bfb08e3d0917d4226038c4f80804c
4
+ data.tar.gz: 614c5bf32a33a9e55ce3b62f9a9d6a1e24db3b39
5
5
  SHA512:
6
- metadata.gz: 8d7d187f50b36b965576bc4dd538bacd401a8b62df1968c9f7cbc13ccfc3e6027c842dcc6e82be8753cd62e093c7d1c28d4e0f87c8247324cfa99d0e45a3aa70
7
- data.tar.gz: 091f7d4bf28c89f292e33a78a1176b72678c8464c1dc0e517b6be47b42908fefd9a4fdabeec3af905871acecb72172b8a0a6395d67973ea3588c426c57acab42
6
+ metadata.gz: 23e52fc919f98bb92b173e4b5e945028b78a6a14597646ffc6fef7f39fbafe9be0d0bae32b8ee247537144ccb7ccd3206eb8d795711003879b76557f1b925dc7
7
+ data.tar.gz: f2af26ceb8859707ff7b721b2346c93fafca817c9253ac65b9b9840205f21833798bd39606f377715ed0c0ce6849656e7943b293e306ab2edca026621c774f6e
@@ -67,7 +67,7 @@ module PowerStencil
67
67
  script_to_execute = File.expand_path File.join(files_path, entity_to_build.post_process.process)
68
68
  exec_options = {message: "Running '#{script_to_execute}'"}
69
69
  exec_options[:show_output] = true if config[:verbose]
70
- process_report = safely_exec_command script_to_execute, exec_options
70
+ process_report = safely_exec_command "'#{script_to_execute}'", exec_options
71
71
  unless process_report.exit_status.exitstatus == 0
72
72
  raise PowerStencil::Error, "Process `#{process_report.command}` failed and returned exit code '#{process_report.exit_status.exitstatus}'"
73
73
  end
@@ -1,3 +1,3 @@
1
1
  module PowerStencil
2
- VERSION = '0.4.15'.freeze
2
+ VERSION = '0.4.16'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: power_stencil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.15
4
+ version: 0.4.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Briais
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-03 00:00:00.000000000 Z
11
+ date: 2019-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -259,7 +259,7 @@ metadata:
259
259
  documentation_uri: https://gitlab.com/tools4devops/power_stencil/blob/master/README.md
260
260
  source_code_uri: https://gitlab.com/tools4devops/power_stencil
261
261
  homepage_uri: https://powerstencil.brizone.org/
262
- post_install_message: "\nThank you for installing PowerStencil 0.4.15 !\nFrom the
262
+ post_install_message: "\nThank you for installing PowerStencil 0.4.16 !\nFrom the
263
263
  command line you can run `power_stencil --help`\nIf your shell is not completing
264
264
  the command:\n If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nOfficial
265
265
  Website : https://powerstencil.brizone.org/\nFull documentation here :