power_stencil 0.8.8 → 0.8.9
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 696922401cd53b56b5b0c902376e0c95093069c8
|
|
4
|
+
data.tar.gz: 2ce84bd347b0d55337e72521d47ebdecaa0704f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f30eea32756e4c6ff86dd116d36574a8277f027d7641f720d601e55135d435af197d842589c74945280a9367950c3d338525bfdca6e8abd6cffefe915dc80c3
|
|
7
|
+
data.tar.gz: 26ad01bce4343dc399553281413fbfaa56331f35b0163ad430273d166aa7aff9811258a54b07ce670f46cad0ce1877c2706a11a778d8c985ab07bebb301512fd
|
|
@@ -14,7 +14,7 @@ module PowerStencil
|
|
|
14
14
|
|
|
15
15
|
def execute
|
|
16
16
|
setup_project_path
|
|
17
|
-
log_startup_context
|
|
17
|
+
# log_startup_context
|
|
18
18
|
puts_and_logs "Creating new project structure in '#{config[:'project-path']}'", check_verbose: false
|
|
19
19
|
PowerStencil::Project::Base.create_project_tree config[:'project-path']
|
|
20
20
|
puts_and_logs 'Done.', check_verbose: false
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: power_stencil
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Laurent Briais
|
|
@@ -299,7 +299,7 @@ metadata:
|
|
|
299
299
|
documentation_uri: https://gitlab.com/tools4devops/power_stencil/blob/master/README.md
|
|
300
300
|
source_code_uri: https://gitlab.com/tools4devops/power_stencil
|
|
301
301
|
homepage_uri: https://powerstencil.brizone.org/
|
|
302
|
-
post_install_message: "\nThank you for installing PowerStencil 0.8.
|
|
302
|
+
post_install_message: "\nThank you for installing PowerStencil 0.8.9 !\nFrom the command
|
|
303
303
|
line you can run `power_stencil --help`\nIf your shell is not completing the command:\n
|
|
304
304
|
\ If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nOfficial Website
|
|
305
305
|
\ : https://powerstencil.brizone.org/\nFull documentation here : https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel
|