summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-31 14:15:21 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-31 14:15:21 -0800
commit2d04cad22ff0607c7c7a9da3a8ae7f23845f49d7 (patch)
tree0a966abf137cc0c5274c47f2a4d60e4087a2e923
parentb0ad1f6254b695d8d6388c03c56687dac933f747 (diff)
downloadchef-2d04cad22ff0607c7c7a9da3a8ae7f23845f49d7.tar.gz
Add gemspec metadata
This ensures we have all the links on Rubygems now Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--chef.gemspec9
1 files changed, 9 insertions, 0 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 8bc5484e21..564c98591c 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -63,4 +63,13 @@ Gem::Specification.new do |s|
Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) } +
Dir.glob("*.gemspec") +
Dir.glob("tasks/rspec.rb")
+
+ s.metadata = {
+ "bug_tracker_uri" => "https://github.com/chef/chef/issues",
+ "changelog_uri" => "https://github.com/chef/chef/blob/master/CHANGELOG.md",
+ "documentation_uri" => "https://docs.chef.io/",
+ "homepage_uri" => "https://www.chef.io",
+ "mailing_list_uri" => "https://discourse.chef.io/",
+ "source_code_uri" => "https://github.com/chef/chef/",
+ }
end