aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/activejob.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 /activejob/activejob.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 'activejob/activejob.gemspec')
-rw-r--r--activejob/activejob.gemspec5
1 files changed, 5 insertions, 0 deletions
diff --git a/activejob/activejob.gemspec b/activejob/activejob.gemspec
index 2f2b94a4c4..bdf23223d1 100644
--- a/activejob/activejob.gemspec
+++ b/activejob/activejob.gemspec
@@ -18,6 +18,11 @@ Gem::Specification.new do |s|
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*"]
s.require_path = "lib"
+ s.metadata = {
+ "source_code_uri" => "https://github.com/rails/rails/tree/v#{version}/activejob",
+ "changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/activejob/CHANGELOG.md"
+ }
+
s.add_dependency "activesupport", version
s.add_dependency "globalid", ">= 0.3.6"
end