Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1fd2658

Browse files
committedJul 7, 2022
Add gem metadata
1 parent e90b43b commit 1fd2658

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎simple_ldap_authenticator.gemspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ spec = Gem::Specification.new do |s|
1010
s.require_paths = ["lib"]
1111
s.rdoc_options = %w'--inline-source --line-numbers README lib'
1212

13+
s.metadata = {
14+
'bug_tracker_uri' => 'https://github.com/jeremyevans/simple_ldap_authenticator/issues',
15+
'changelog_uri' => 'https://github.com/jeremyevans/simple_ldap_authenticator/blob/master/CHANGELOG',
16+
'mailing_list_uri' => 'https://github.com/jeremyevans/simple_ldap_authenticator/discussions',
17+
"source_code_uri" => 'https://github.com/jeremyevans/simple_ldap_authenticator'
18+
}
19+
1320
s.add_development_dependency "minitest-global_expectations"
1421
s.add_development_dependency "eventmachine"
1522
s.add_development_dependency "net-ldap"

0 commit comments

Comments
 (0)
Failed to load comments.