power_stencil.gemspec in power_stencil-0.4.8 vs power_stencil.gemspec in power_stencil-0.4.9

- 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 = 'https://powerstencil.brizone.org' + spec.homepage = 'https://gitlab.com/tools4devops/power_stencil' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end @@ -27,9 +27,15 @@ spec.add_dependency 'climatic', '~> 0.2.29' spec.add_dependency 'dir_glob_ignore', '~> 0.3' spec.add_dependency 'universe_compiler', '~> 0.4.3' spec.add_dependency 'pry' + + spec.metadata = { + "Bug Tracker" => "#{spec.homepage}/issues", + "Documentation" => "#{spec.homepage}/blob/master/README.md", + "Project Website" => "https://powerstencil.brizone.org" + } 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: