From 3fd78fec38c9b897c39137e7d54d4cb6d40f5f02 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Mon, 4 Jun 2018 06:42:42 +1000 Subject: [PATCH] Add links for rubygems page (#2037) * Add links for rubygems page --- capybara.gemspec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/capybara.gemspec b/capybara.gemspec index 8be45e8d..14a61930 100644 --- a/capybara.gemspec +++ b/capybara.gemspec @@ -16,6 +16,10 @@ Gem::Specification.new do |s| s.files = Dir.glob("{lib,spec}/**/*") + %w[README.md History.md License.txt] s.homepage = "https://github.com/teamcapybara/capybara" + s.metadata = { + "changelog_uri" => "https://github.com/teamcapybara/capybara/blob/master/History.md", + "source_code_uri" => "https://github.com/teamcapybara/capybara" + } s.require_paths = ["lib"] s.summary = "Capybara aims to simplify the process of integration testing Rack applications, such as Rails, Sinatra or Merb"