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: 1eacfe087b69afd2c0255a513247426d5698b6e3
4
- data.tar.gz: 037422841a5061473c73166e299dd643fa8e46af
3
+ metadata.gz: 918c3b7e8a07aeb553541b871cf9934cb261e106
4
+ data.tar.gz: e0104ecbcda4813b61f2406a4d119cdf8aa2e75f
5
5
  SHA512:
6
- metadata.gz: 09a9753d65ad28ce0bd068dceed0da1a9351c7680f81de4d02180577ebbc08373297819fa471870531a6402de115c524d576fc355248e0a045d867b5586fab3e
7
- data.tar.gz: fc3831ccc82144c7a4a80efd05ec8b78dc03c82a5bb4380ec1e290e2d59b441740ae8b298b28ba4c04148893719d8f63b95f55060554bfaf781f6d8828504b18
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 )
@@ -1,3 +1,3 @@
1
1
  module PowerStencil
2
- VERSION = '0.8.0'.freeze
2
+ VERSION = '0.8.1'.freeze
3
3
  end
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.0
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.0 !\nFrom the command
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