Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Add source_code_uri metadata
Browse files Browse the repository at this point in the history
I searched turbolinks/turbolinks for this gem's source since there is a link to that repo from https://rubygems.org/gems/turbolinks.
According to https://guides.rubygems.org/specification-reference/#metadata, 
this change should add an link to rubygems.org

closes #19
  • Loading branch information
yskkin committed Jun 15, 2018
1 parent 3226841 commit 1ce1095
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions turbolinks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Gem::Specification.new do |s|
s.summary = 'Turbolinks makes navigating your web application faster'
s.description = 'Rails engine for Turbolinks 5 support'
s.files = Dir["lib/turbolinks.rb", "lib/turbolinks/*.rb", "README.md", "LICENSE"]
s.metadata = {
"source_code_uri" => "https://github.com/turbolinks/turbolinks-rails",
}

s.add_dependency 'turbolinks-source', '~> 5.1'
end

0 comments on commit 1ce1095

Please sign in to comment.