aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
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 /actionpack
parent61cc630ac7e7f8554dc049a3e5a2509c00303ef8 (diff)
downloadrails-3e6ce1cd698878d3324a5eda32bd600bfcb909f8.tar.gz
rails-3e6ce1cd698878d3324a5eda32bd600bfcb909f8.tar.bz2
rails-3e6ce1cd698878d3324a5eda32bd600bfcb909f8.zip
Add source code and changelog links to gemspecs
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/actionpack.gemspec5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/actionpack.gemspec b/actionpack/actionpack.gemspec
index 31803042dd..294cc45593 100644
--- a/actionpack/actionpack.gemspec
+++ b/actionpack/actionpack.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}/actionpack",
+ "changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/actionpack/CHANGELOG.md"
+ }
+
s.add_dependency "activesupport", version
s.add_dependency "rack", "~> 2.0"