power_stencil 0.4.9 → 0.4.10

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: 43b7b6b0f091227dae7f7e4c196c74b826af12d7
4
- data.tar.gz: 8344c66df5508610ac8c7e9ab7905f21be6353b8
3
+ metadata.gz: dc9c6f2ea647c097f3a6e9c84546369d8de9419e
4
+ data.tar.gz: ffae8695d6cf182ea47bb990904838e2aaeb44ef
5
5
  SHA512:
6
- metadata.gz: 6fbf1e84e0fcbfe17b371908763c77b35045fe6217b3f233f113ca7caa3bde4a1d974b32a4e3296fbc5462ba492b381cb839146cae3dd357fac03babefbbc6bc
7
- data.tar.gz: c00401502df22c18b2f254abc321b9b710b6c418e3bdca442b25889a8544fb36ad39bdef9e571388e77372455e2038da7b9129af60c2116779c5245bbfd23251
6
+ metadata.gz: c8f1c410c06d4be6b1e05bb4c2ac1c523bda13542108e5778db6778bec6a0d6defd5c6dccc31edfa212fb65fb7546607c0d316c9b4df668ec3f381e3e713ae58
7
+ data.tar.gz: aa1e9c615cedefd8cebefdae156d3594c9e1e008de87a1a1ab864780182dd9851d81f527dc3a0b70855659e1afa75c1cbd2fed9b0f86a6e1441d08f0e373fc74
@@ -1,3 +1,3 @@
1
1
  module PowerStencil
2
- VERSION = '0.4.9'.freeze
2
+ VERSION = '0.4.10'.freeze
3
3
  end
@@ -31,9 +31,9 @@ Gem::Specification.new do |spec|
31
31
  spec.add_dependency 'pry'
32
32
 
33
33
  spec.metadata = {
34
- "Bug Tracker" => "#{spec.homepage}/issues",
35
- "Documentation" => "#{spec.homepage}/blob/master/README.md",
36
- "Project Website" => "https://powerstencil.brizone.org"
34
+ "bug_tracker_uri" => "#{spec.homepage}/issues",
35
+ "documentation_uri" => "#{spec.homepage}/blob/master/README.md",
36
+ "official_website_uri" => "https://powerstencil.brizone.org"
37
37
  }
38
38
 
39
39
  spec.post_install_message = %Q{
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.4.9
4
+ version: 0.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Briais
@@ -254,13 +254,13 @@ homepage: https://gitlab.com/tools4devops/power_stencil
254
254
  licenses:
255
255
  - MIT
256
256
  metadata:
257
- Bug Tracker: https://gitlab.com/tools4devops/power_stencil/issues
258
- Documentation: https://gitlab.com/tools4devops/power_stencil/blob/master/README.md
259
- Project Website: https://powerstencil.brizone.org
260
- post_install_message: "\nThank you for installing PowerStencil 0.4.9 !\nFrom the command
261
- line you can run `power_stencil --help`\nIf your shell is not completing the command:\n
262
- \ If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nFull documentation
263
- here : https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel
257
+ bug_tracker_uri: https://gitlab.com/tools4devops/power_stencil/issues
258
+ documentation_uri: https://gitlab.com/tools4devops/power_stencil/blob/master/README.md
259
+ official_website_uri: https://powerstencil.brizone.org
260
+ post_install_message: "\nThank you for installing PowerStencil 0.4.10 !\nFrom the
261
+ command line you can run `power_stencil --help`\nIf your shell is not completing
262
+ the command:\n If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nFull
263
+ documentation here : https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel
264
264
  free to report issues: https://gitlab.com/tools4devops/power_stencil/issues\n "
265
265
  rdoc_options: []
266
266
  require_paths: