Skip to content

Commit b89565c

Browse files
authored
Add changelog URI to gemspec metadata
Added metadata with changelog URI to gemspec
1 parent 2532600 commit b89565c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

launchdarkly-server-sdk.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Gem::Specification.new do |spec|
1515
spec.homepage = "https://github.com/launchdarkly/ruby-server-sdk"
1616
spec.license = "Apache-2.0"
1717

18+
spec.metadata = {
19+
"changelog_uri" => "https://github.com/launchdarkly/ruby-server-sdk/blob/main/CHANGELOG.md",
20+
}
21+
1822
spec.files = Dir["lib/**/*.rb", "README.md", "LICENSE.txt"]
1923
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
2024
spec.require_paths = ["lib"]

0 commit comments

Comments
 (0)