From 38a3c92f5d6547e36a628ba9c055c2ec06fdb0ea Mon Sep 17 00:00:00 2001 From: David Radcliffe Date: Mon, 17 Apr 2017 07:55:02 -0400 Subject: add metadata to gemspec Including new changelog link --- bundler.gemspec | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bundler.gemspec') diff --git a/bundler.gemspec b/bundler.gemspec index ef848e9e8d..38d739b0ba 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -18,6 +18,15 @@ Gem::Specification.new do |s| s.summary = "The best way to manage your application's dependencies" s.description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably" + if s.respond_to?(:metadata=) + s.metadata = { + "bug_tracker_uri" => "http://github.com/bundler/bundler/issues", + "changelog_uri" => "https://github.com/bundler/bundler/blob/master/CHANGELOG.md", + "homepage_uri" => "https://bundler.io/", + "source_code_uri" => "http://github.com/bundler/bundler/", + } + end + s.required_ruby_version = ">= 1.8.7" s.required_rubygems_version = ">= 1.3.6" -- cgit v1.2.1