Skip to content

Commit d944582

Browse files
committed
Fix finance_rb.gemspec metadata
1 parent c4c7de8 commit d944582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

finance_rb.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Gem::Specification.new do |spec|
1717
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
1818
spec.metadata = {
1919
'bug_tracker_uri' => 'https://github.com/wowinter13/finance_rb/issues',
20-
'changelog_uri' => "https://github.com/wowinter13/finance_rb/blob/v#{spec.version}/CHANGELOG.md",
21-
'documentation_uri' => "https://www.rubydoc.info/wowinter13/finance_rb/#{spec.version}",
22-
'source_code_uri' => "https://github.com/wowinter13/finance_rb/tree/v#{spec.version}"
20+
'changelog_uri' => "https://github.com/wowinter13/finance_rb/blob/master/CHANGELOG.md",
21+
'documentation_uri' => "https://www.rubydoc.info/github/wowinter13/finance_rb",
22+
'source_code_uri' => "https://github.com/wowinter13/finance_rb"
2323
}
2424

2525
spec.files = %w[CHANGELOG.md README.md LICENSE.txt]

0 commit comments

Comments
 (0)