power_stencil 0.4.10 → 0.4.11

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: dc9c6f2ea647c097f3a6e9c84546369d8de9419e
4
- data.tar.gz: ffae8695d6cf182ea47bb990904838e2aaeb44ef
3
+ metadata.gz: 94f31697927b7c398f3479e6119e5ec7b9ada878
4
+ data.tar.gz: 1aa4ee24ce33bb0d056a471cde643d85c804b369
5
5
  SHA512:
6
- metadata.gz: c8f1c410c06d4be6b1e05bb4c2ac1c523bda13542108e5778db6778bec6a0d6defd5c6dccc31edfa212fb65fb7546607c0d316c9b4df668ec3f381e3e713ae58
7
- data.tar.gz: aa1e9c615cedefd8cebefdae156d3594c9e1e008de87a1a1ab864780182dd9851d81f527dc3a0b70855659e1afa75c1cbd2fed9b0f86a6e1441d08f0e373fc74
6
+ metadata.gz: 903b071f3761253f8dcb766bd1d340a494115f6a5483d5346872488074c023ebf9b1fd573510f64fbfa53abddcdcdd944ac8ea778d528188748d6be7f6af6cfe
7
+ data.tar.gz: 6df31360e4f082f1a45e80120d49057da5222e3f8466a02c71bafe31e39b6047a9223e5eb793c0c50b5b88d4802105cdbeaac86e750d000539b067f6768aa980
@@ -1,3 +1,3 @@
1
1
  module PowerStencil
2
- VERSION = '0.4.10'.freeze
2
+ VERSION = '0.4.11'.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 = 'https://gitlab.com/tools4devops/power_stencil'
14
+ spec.homepage = ''
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -30,10 +30,12 @@ Gem::Specification.new do |spec|
30
30
  spec.add_dependency 'universe_compiler', '~> 0.4.3'
31
31
  spec.add_dependency 'pry'
32
32
 
33
+ source_code_uri = 'https://gitlab.com/tools4devops/power_stencil'
34
+
33
35
  spec.metadata = {
34
- "bug_tracker_uri" => "#{spec.homepage}/issues",
35
- "documentation_uri" => "#{spec.homepage}/blob/master/README.md",
36
- "official_website_uri" => "https://powerstencil.brizone.org"
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
37
39
  }
38
40
 
39
41
  spec.post_install_message = %Q{
@@ -43,7 +45,7 @@ If your shell is not completing the command:
43
45
  If you use rbenv: `rbenv rehash`
44
46
  If you use zsh : `rehash`
45
47
 
46
- Full documentation here : #{spec.homepage}/blob/master/README.md
47
- Feel free to report issues: #{spec.homepage}/issues
48
+ Full documentation here : #{spec.metadata['source_code_uri']}/blob/master/README.md
49
+ Feel free to report issues: #{spec.metadata['source_code_uri']}/issues
48
50
  }
49
51
  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.4.10
4
+ version: 0.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Briais
@@ -250,14 +250,14 @@ files:
250
250
  - lib/power_stencil/utils/semantic_version.rb
251
251
  - lib/power_stencil/version.rb
252
252
  - power_stencil.gemspec
253
- homepage: https://gitlab.com/tools4devops/power_stencil
253
+ homepage: ''
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
- official_website_uri: https://powerstencil.brizone.org
260
- post_install_message: "\nThank you for installing PowerStencil 0.4.10 !\nFrom the
259
+ source_code_uri: https://gitlab.com/tools4devops/power_stencil
260
+ post_install_message: "\nThank you for installing PowerStencil 0.4.11 !\nFrom the
261
261
  command line you can run `power_stencil --help`\nIf your shell is not completing
262
262
  the command:\n If you use rbenv: `rbenv rehash`\n If you use zsh : `rehash`\n\nFull
263
263
  documentation here : https://gitlab.com/tools4devops/power_stencil/blob/master/README.md\nFeel