Skip to content

Commit 31ffdba

Browse files
committed
Further optimize README to link to version
1 parent f88a388 commit 31ffdba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graphql-sources.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Gem::Specification.new do |spec|
1515
spec.required_ruby_version = '>= 2.6.0'
1616

1717
spec.metadata['homepage_uri'] = spec.homepage
18-
spec.metadata['source_code_uri'] = 'https://github.com/ksylvest/graphql-sources'
19-
spec.metadata['changelog_uri'] = 'https://github.com/ksylvest/graphql-sources/releases'
18+
spec.metadata['source_code_uri'] = "https://github.com/ksylvest/graphql-sources/tree/v#{GraphQL::Sources::VERSION}"
19+
spec.metadata['changelog_uri'] = "https://github.com/ksylvest/graphql-sources/releases/tag/v#{GraphQL::Sources::VERSION}"
20+
spec.metadata['documentation_uri'] = 'https://graphql-sources.ksylvest.com/'
2021

2122
spec.files = Dir.glob('{bin,lib}/**/*') + %w[README.md LICENSE Gemfile]
2223

0 commit comments

Comments
 (0)