Skip to content

Commit b91cf2a

Browse files
committed
add metadata for source and changelog
1 parent 99eff4f commit b91cf2a

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 = ["[email protected]", "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"
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)