power_stencil 0.4.11 → 0.4.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94f31697927b7c398f3479e6119e5ec7b9ada878
4
- data.tar.gz: 1aa4ee24ce33bb0d056a471cde643d85c804b369
3
+ metadata.gz: 1f0cd3595adda0996cd964ee0a4a8f7c07ebb27e
4
+ data.tar.gz: 0b60844a7c8bcae8b410a0a0db76137f80cc04c5
5
5
  SHA512:
6
- metadata.gz: 903b071f3761253f8dcb766bd1d340a494115f6a5483d5346872488074c023ebf9b1fd573510f64fbfa53abddcdcdd944ac8ea778d528188748d6be7f6af6cfe
7
- data.tar.gz: 6df31360e4f082f1a45e80120d49057da5222e3f8466a02c71bafe31e39b6047a9223e5eb793c0c50b5b88d4802105cdbeaac86e750d000539b067f6768aa980
6
+ metadata.gz: 8de37294748189b813890f137b72bd0f42eb179038ec790a12a4df0c4005c0f498e3fd7b62f40f8bc96a2845a78a0dcf4175d38d1b41f4aa77531dfc3fa92ce2
7
+ data.tar.gz: a76e25e2d10d5c314a1da7fd3918a9da1bdb9fda88a886c2074736c2d69a30a4f1b534826441e966040ae744f0f3b797a3c32d00edcc8b357ce58cde625111d5
@@ -1,3 +1,3 @@
1
1
  module PowerStencil
2
- VERSION = '0.4.11'.freeze
2
+ VERSION = '0.4.12'.freeze
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{PowerStencil is the Swiss-army knife templating workflow for developers and ops.}
13
13
  spec.description = %q{PowerStencil is the Swiss-army knife templating workflow for developers and ops.}
14
- spec.homepage = ''
14
+ spec.homepage = 'https://powerstencil.brizone.org/'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -33,9 +33,10 @@ Gem::Specification.new do |spec|
33
33
  source_code_uri = 'https://gitlab.com/tools4devops/power_stencil'
34
34
 
35
35
  spec.metadata = {
36
- "bug_tracker_uri" => "#{source_code_uri}/issues",
37
- "documentation_uri" => "#{source_code_uri}/blob/master/README.md",
38
- "source_code_uri" => source_code_uri
36
+ 'bug_tracker_uri' => "#{source_code_uri}/issues",
37
+ 'documentation_uri' => "#{source_code_uri}/blob/master/README.md",
38
+ 'source_code_uri' => source_code_uri,
39
+ 'homepage_uri' => spec.homepage
39
40
  }
40
41
 
41
42
  spec.post_install_message = %Q{
@@ -45,6 +46,7 @@ If your shell is not completing the command:
45
46
  If you use rbenv: `rbenv rehash`
46
47
  If you use zsh : `rehash`
47
48
 
49
+ Official Website : #{spec.homepage}
48
50
  Full documentation here : #{spec.metadata['source_code_uri']}/blob/master/README.md
49
51
  Feel free to report issues: #{spec.metadata['source_code_uri']}/issues
50
52
  }
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.11
4
+ version: 0.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Briais
@@ -250,18 +250,20 @@ files:
250
250
  - lib/power_stencil/utils/semantic_version.rb
251
251
  - lib/power_stencil/version.rb
252
252
  - power_stencil.gemspec
253
- homepage: ''
253
+ homepage: https://powerstencil.brizone.org/
254
254
  licenses:
255
255
  - MIT
256
256
  metadata:
257
257
  bug_tracker_uri: https://gitlab.com/tools4devops/power_stencil/issues
258
258
  documentation_uri: https://gitlab.com/tools4devops/power_stencil/blob/master/README.md
259
259
  source_code_uri: https://gitlab.com/tools4devops/power_stencil
260
- post_install_message: "\nThank you for installing PowerStencil 0.4.11 !\nFrom the
260
+ homepage_uri: https://powerstencil.brizone.org/
261
+ post_install_message: "\nThank you for installing PowerStencil 0.4.12 !\nFrom the
261
262
  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
- free to report issues: https://gitlab.com/tools4devops/power_stencil/issues\n "
263
+ the command:\n If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nOfficial
264
+ Website : https://powerstencil.brizone.org/\nFull documentation here :
265
+ https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel free to
266
+ report issues: https://gitlab.com/tools4devops/power_stencil/issues\n "
265
267
  rdoc_options: []
266
268
  require_paths:
267
269
  - lib