Add links for rubygems page (#2037)

* Add links for rubygems page
This commit is contained in:
Igor Kapkov 2018-06-04 06:42:42 +10:00 committed by Thomas Walpole
parent 5a75fc140f
commit 3fd78fec38
1 changed files with 4 additions and 0 deletions

View File

@ -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"