1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

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

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"