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 /activesupport | |
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 'activesupport')
-rw-r--r-- | activesupport/activesupport.gemspec | 5 |
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" |