Skip to content

Commit

Permalink
Merge pull request heartcombo#5378 from nickhammond/patch-1
Browse files Browse the repository at this point in the history
Add metadata for RubyGems
  • Loading branch information
carlosantoniodasilva authored May 8, 2021
2 parents 2ee0068 + 63ccdfb commit c82e4cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/heartcombo/devise"
s.description = "Flexible authentication solution for Rails with Warden"
s.authors = ['José Valim', 'Carlos Antônio']
s.metadata = {
"homepage_uri" => "https://github.com/heartcombo/devise",
"documentation_uri" => "https://rubydoc.info/github/heartcombo/devise",
"changelog_uri" => "https://github.com/heartcombo/devise/blob/master/CHANGELOG.md",
"source_code_uri" => "https://github.com/heartcombo/devise",
"bug_tracker_uri" => "https://github.com/heartcombo/devise/issues",
"wiki_uri" => "https://github.com/heartcombo/devise/wiki"
}

s.files = Dir["{app,config,lib}/**/*", "CHANGELOG.md", "MIT-LICENSE", "README.md"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit c82e4cf

Please sign in to comment.