We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88a388 commit 31ffdbaCopy full SHA for 31ffdba
graphql-sources.gemspec
@@ -15,8 +15,9 @@ Gem::Specification.new do |spec|
15
spec.required_ruby_version = '>= 2.6.0'
16
17
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'
+ spec.metadata['source_code_uri'] = "https://github.com/ksylvest/graphql-sources/tree/v#{GraphQL::Sources::VERSION}"
+ 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/'
21
22
spec.files = Dir.glob('{bin,lib}/**/*') + %w[README.md LICENSE Gemfile]
23
0 commit comments