power_stencil 0.4.15 → 0.4.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/power_stencil/engine/build_handling.rb +1 -1
- data/lib/power_stencil/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b10ddad9f41bfb08e3d0917d4226038c4f80804c
|
4
|
+
data.tar.gz: 614c5bf32a33a9e55ce3b62f9a9d6a1e24db3b39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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-
|
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.
|
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 :
|