Skip to content

Commit 63ccdfb

Browse files
committed
Add metadata for RubyGems
1 parent 57d1a1d commit 63ccdfb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

devise.gemspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Gem::Specification.new do |s|
1414
s.homepage = "https://github.com/heartcombo/devise"
1515
s.description = "Flexible authentication solution for Rails with Warden"
1616
s.authors = ['José Valim', 'Carlos Antônio']
17+
s.metadata = {
18+
"homepage_uri" => "https://github.com/heartcombo/devise",
19+
"documentation_uri" => "https://rubydoc.info/github/heartcombo/devise",
20+
"changelog_uri" => "https://github.com/heartcombo/devise/blob/master/CHANGELOG.md",
21+
"source_code_uri" => "https://github.com/heartcombo/devise",
22+
"bug_tracker_uri" => "https://github.com/heartcombo/devise/issues",
23+
"wiki_uri" => "https://github.com/heartcombo/devise/wiki"
24+
}
1725

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

0 commit comments

Comments
 (0)