We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99eff4f commit 252ae37Copy full SHA for 252ae37
1 file changed
gettext.gemspec
@@ -16,6 +16,10 @@ So you can use GNU gettext tools for maintaining.
16
s.authors = ["Kouhei Sutou", "Masao Mutoh"]
17
s.email = ["kou@clear-code.com", "mutomasa at gmail.com"]
18
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
+ }
23
s.require_paths = ["lib"]
24
Dir.chdir(base_dir) do
25
s.files = Dir.glob("{locale,bin,data,doc/text,lib,po,samples,src,test}/**/*")
0 commit comments