power_stencil.gemspec in power_stencil-0.4.11 vs power_stencil.gemspec in power_stencil-0.4.12
- old
+ new
@@ -9,11 +9,11 @@
spec.authors = ['Laurent Briais']
spec.email = ['powerstencil-contact@brizone.org']
spec.summary = %q{PowerStencil is the Swiss-army knife templating workflow for developers and ops.}
spec.description = %q{PowerStencil is the Swiss-army knife templating workflow for developers and ops.}
- spec.homepage = ''
+ spec.homepage = 'https://powerstencil.brizone.org/'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
@@ -31,21 +31,23 @@
spec.add_dependency 'pry'
source_code_uri = 'https://gitlab.com/tools4devops/power_stencil'
spec.metadata = {
- "bug_tracker_uri" => "#{source_code_uri}/issues",
- "documentation_uri" => "#{source_code_uri}/blob/master/README.md",
- "source_code_uri" => source_code_uri
+ 'bug_tracker_uri' => "#{source_code_uri}/issues",
+ 'documentation_uri' => "#{source_code_uri}/blob/master/README.md",
+ 'source_code_uri' => source_code_uri,
+ 'homepage_uri' => spec.homepage
}
spec.post_install_message = %Q{
Thank you for installing PowerStencil #{PowerStencil::VERSION} !
From the command line you can run `power_stencil --help`
If your shell is not completing the command:
If you use rbenv: `rbenv rehash`
If you use zsh : `rehash`
+Official Website : #{spec.homepage}
Full documentation here : #{spec.metadata['source_code_uri']}/blob/master/README.md
Feel free to report issues: #{spec.metadata['source_code_uri']}/issues
}
end