aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/actionview.gemspec
diff options
context:
space:
mode:
authorGrey Baker <greysteil@gmail.com>2017-06-27 11:06:28 +0100
committerGrey Baker <greysteil@gmail.com>2017-06-28 10:06:01 +0100
commit3e6ce1cd698878d3324a5eda32bd600bfcb909f8 (patch)
treebf6ed4e19364bed084a929cb9e395878234f43cd /actionview/actionview.gemspec
parent61cc630ac7e7f8554dc049a3e5a2509c00303ef8 (diff)
downloadrails-3e6ce1cd698878d3324a5eda32bd600bfcb909f8.tar.gz
rails-3e6ce1cd698878d3324a5eda32bd600bfcb909f8.tar.bz2
rails-3e6ce1cd698878d3324a5eda32bd600bfcb909f8.zip
Add source code and changelog links to gemspecs
Diffstat (limited to 'actionview/actionview.gemspec')
-rw-r--r--actionview/actionview.gemspec5
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"