diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-06-28 11:24:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 11:24:02 -0400 |
commit | cf8c46938b84f01fc014fa35021da610daf71ab2 (patch) | |
tree | 7d0e6467b6a3aeb90b3fe98d48fa305941554643 /actionview | |
parent | b64a66a1fee2dd37913cb3a449e453403eb91a79 (diff) | |
parent | 3e6ce1cd698878d3324a5eda32bd600bfcb909f8 (diff) | |
download | rails-cf8c46938b84f01fc014fa35021da610daf71ab2.tar.gz rails-cf8c46938b84f01fc014fa35021da610daf71ab2.tar.bz2 rails-cf8c46938b84f01fc014fa35021da610daf71ab2.zip |
Merge pull request #29588 from greysteil/add-gemspec-links
Add source code and changelog links to gemspecs
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/actionview.gemspec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actionview/actionview.gemspec b/actionview/actionview.gemspec index 41221dd04e..48e79c53ca 100644 --- a/actionview/actionview.gemspec +++ b/actionview/actionview.gemspec @@ -19,6 +19,11 @@ Gem::Specification.new do |s| s.require_path = "lib" s.requirements << "none" + s.metadata = { + "source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/actionview", + "changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/actionview/CHANGELOG.md" + } + s.add_dependency "activesupport", version s.add_dependency "builder", "~> 3.1" |