Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 6428df3

Browse files
author
Jonathan Claudius
authored
Merge pull request #473 from mozilla/remove_unneeded_constants
Remove unneeded constants
2 parents 44b5297 + 1e5cb54 commit 6428df3

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

lib/ssh_scan/constants.rb

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -50,43 +50,5 @@ module Constants
5050
00021686d61632d6d64352c686d61632d736861312c686d61632d\
5151
726970656d64313630000000046e6f6e65000000046e6f6e65000\
5252
000000000000000000000006e05b3b4".freeze
53-
54-
CONTRIBUTE_JSON = {
55-
:name => "ssh_scan api",
56-
:description => "An api for performing ssh compliance \
57-
and policy scanning",
58-
:repository => {
59-
:url => "https://github.com/mozilla/ssh_scan",
60-
:tests => "https://travis-ci.org/mozilla/ssh_scan",
61-
},
62-
:participate => {
63-
:home => "https://github.com/mozilla/ssh_scan",
64-
:docs => "https://github.com/mozilla/ssh_scan",
65-
:irc => "irc://irc.mozilla.org/#infosec",
66-
:irc_contacts => [
67-
"claudijd",
68-
"pwnbus",
69-
"kang",
70-
],
71-
:gitter => "https://gitter.im/mozilla-ssh_scan/Lobby",
72-
:gitter_contacts => [
73-
"claudijd",
74-
"pwnbus",
75-
"kang",
76-
"jinankjain",
77-
"agaurav77"
78-
],
79-
},
80-
:bugs => {
81-
:list => "https://github.com/mozilla/ssh_scan/issues",
82-
},
83-
:keywords => [
84-
"ruby",
85-
"sinatra",
86-
],
87-
:urls => {
88-
:dev => "https://sshscan.rubidus.com",
89-
}
90-
}.freeze
9153
end
9254
end

0 commit comments

Comments
 (0)