Skip to content

Commit

Permalink
Merge pull request #1101 from viraptor/patch-1
Browse files Browse the repository at this point in the history
Add metadata link
  • Loading branch information
albus522 authored Dec 9, 2020
2 parents 59d8178 + a346ab8 commit c35dd0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions delayed_job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ Gem::Specification.new do |spec|
spec.summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify'
spec.test_files = Dir.glob('spec/**/*')
spec.version = '4.1.8'
spec.metadata = {
'changelog_uri' => 'https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md',
'bug_tracker_uri' => 'https://github.com/collectiveidea/delayed_job/issues',
'source_code_uri' => 'https://github.com/collectiveidea/delayed_job'
}
end

0 comments on commit c35dd0f

Please sign in to comment.