Skip to content

Commit 4c2668c

Browse files
authored
Add metadata for source and changelog (#115)
It is minor, but it is nice to have a link to source code at https://rubygems.org/gems/gettext
1 parent 99eff4f commit 4c2668c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gettext.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ So you can use GNU gettext tools for maintaining.
1616
s.authors = ["Kouhei Sutou", "Masao Mutoh"]
1717
s.email = ["kou@clear-code.com", "mutomasa at gmail.com"]
1818
s.homepage = "https://ruby-gettext.github.io/"
19+
s.metadata = {
20+
"source_code_uri" => "https://github.com/ruby-gettext/gettext",
21+
"changelog_uri" => "https://github.com/ruby-gettext/gettext/releases/tag/#{s.version}"
22+
}
1923
s.require_paths = ["lib"]
2024
Dir.chdir(base_dir) do
2125
s.files = Dir.glob("{locale,bin,data,doc/text,lib,po,samples,src,test}/**/*")

0 commit comments

Comments
 (0)