Skip to content

Commit 0d649a4

Browse files
authored
Add infos to gemspec file (#110)
Signed-off-by: Nymuxyzo <[email protected]>
1 parent 7a0d1c3 commit 0d649a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fluent-logger.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Gem::Specification.new do |gem|
1515
gem.description = %q{fluent logger for ruby}
1616
gem.summary = gem.description
1717

18+
gem.metadata['changelog_uri'] = "https://github.com/fluent/fluent-logger-ruby/blob/master/ChangeLog"
19+
gem.metadata['source_code_uri'] = "https://github.com/fluent/fluent-logger-ruby"
20+
gem.metadata['bug_tracker_uri'] = "https://github.com/fluent/fluent-logger-ruby/issues"
21+
1822
gem.files = `git ls-files`.split("\n")
1923
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
2024
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)