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:
parent
359582507e
commit
1c34cec632
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@ Gem::Specification.new do |spec|
|
|||
end
|
||||
spec.homepage = 'http://haml.info/'
|
||||
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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue