aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.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 /activesupport/activesupport.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 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index ed277c81ef..16e912694c 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -20,6 +20,11 @@ Gem::Specification.new do |s|
s.rdoc_options.concat ["--encoding", "UTF-8"]
+ s.metadata = {
+ "source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/activesupport",
+ "changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/activesupport/CHANGELOG.md"
+ }
+
s.add_dependency "i18n", "~> 0.7"
s.add_dependency "tzinfo", "~> 1.1"
s.add_dependency "minitest", "~> 5.1"