power_stencil 0.8.0 → 0.8.1
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: 918c3b7e8a07aeb553541b871cf9934cb261e106
|
|
4
|
+
data.tar.gz: e0104ecbcda4813b61f2406a4d119cdf8aa2e75f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5baa7ed61a7eb6328373dd8b7e510252532fb96dd4ecb8b3865ba1b6d062df3225a8a4adf536470a85116b996aec7700d670cb498376c8e4b4bb95c9400c4c3a
|
|
7
|
+
data.tar.gz: e8672fcd322902c53d2b1d48803b25498898c4ee634a1a1d01f4c653516f121fcdbfafe2a7755c243d2fb5592fdc35ab876caa89d3afd9aa00abfda0dedd8bf6
|
|
@@ -103,6 +103,11 @@ _power_stencil_log_level() {
|
|
|
103
103
|
_values : $( echo 0 1 2 3 4 5 )
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
+
# Type path
|
|
107
|
+
_power_stencil_path() {
|
|
108
|
+
_path_files
|
|
109
|
+
}
|
|
110
|
+
|
|
106
111
|
# Type completion_query_type
|
|
107
112
|
_power_stencil_completion_query_type() {
|
|
108
113
|
_values : $( echo entities entity-types scenario )
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Laurent Briais
|
|
@@ -298,7 +298,7 @@ metadata:
|
|
|
298
298
|
documentation_uri: https://gitlab.com/tools4devops/power_stencil/blob/master/README.md
|
|
299
299
|
source_code_uri: https://gitlab.com/tools4devops/power_stencil
|
|
300
300
|
homepage_uri: https://powerstencil.brizone.org/
|
|
301
|
-
post_install_message: "\nThank you for installing PowerStencil 0.8.
|
|
301
|
+
post_install_message: "\nThank you for installing PowerStencil 0.8.1 !\nFrom the command
|
|
302
302
|
line you can run `power_stencil --help`\nIf your shell is not completing the command:\n
|
|
303
303
|
\ If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nOfficial Website
|
|
304
304
|
\ : https://powerstencil.brizone.org/\nFull documentation here : https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel
|