mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Add metadata for RubyGems
This commit is contained in:
parent
2fa860e5f6
commit
c99cda7e48
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@ Gem::Specification.new do |s|
|
|||
s.description = "Forms made easy!"
|
||||
s.authors = ['José Valim', 'Carlos Antônio', 'Rafael França']
|
||||
s.license = "MIT"
|
||||
s.metadata = {
|
||||
"homepage_uri" => "https://github.com/heartcombo/simple_form",
|
||||
"documentation_uri" => "https://rubydoc.info/github/heartcombo/simple_form",
|
||||
"changelog_uri" => "https://github.com/heartcombo/simple_form/blob/master/CHANGELOG.md",
|
||||
"source_code_uri" => "https://github.com/heartcombo/simple_form",
|
||||
"bug_tracker_uri" => "https://github.com/heartcombo/simple_form/issues",
|
||||
"wiki_uri" => "https://github.com/heartcombo/simple_form/wiki"
|
||||
}
|
||||
|
||||
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*"]
|
||||
s.test_files = Dir["test/**/*.rb"]
|
||||
|
|
Loading…
Reference in a new issue