1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Add metadata URLs

This commit is contained in:
Igor Kapkov 2019-05-17 10:20:13 +10:00 committed by GitHub
parent 359582507e
commit 1c34cec632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,14 @@ Gem::Specification.new do |spec|
end end
spec.homepage = 'http://haml.info/' spec.homepage = 'http://haml.info/'
spec.license = "MIT" spec.license = "MIT"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/haml/haml/issues",
"changelog_uri" => "https://github.com/haml/haml/blob/master/CHANGELOG.md",
"documentation_uri" => "http://haml.info/docs.html",
"homepage_uri" => "http://haml.info",
"mailing_list_uri" => "https://groups.google.com/forum/?fromgroups#!forum/haml",
"source_code_uri" => "https://github.com/haml/haml"
}
spec.required_ruby_version = '>= 2.0.0' spec.required_ruby_version = '>= 2.0.0'