Skip to content

Commit f0cd25d

Browse files
committed
Land rapid7#7035, lib/sshkey* swap to gem
2 parents 1401a61 + 80563b2 commit f0cd25d

File tree

7 files changed

+4
-287
lines changed

7 files changed

+4
-287
lines changed

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ PATH
3939
rubyntlm
4040
rubyzip
4141
sqlite3
42+
sshkey
4243
tzinfo
4344
tzinfo-data
4445

@@ -256,6 +257,7 @@ GEM
256257
simplecov-html (0.10.0)
257258
slop (3.6.0)
258259
sqlite3 (1.3.11)
260+
sshkey (1.8.0)
259261
thor (0.19.1)
260262
thread_safe (0.3.5)
261263
timecop (0.8.1)

lib/sshkey.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/sshkey/LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

lib/sshkey/README.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

lib/sshkey/lib/sshkey.rb

Lines changed: 0 additions & 187 deletions
This file was deleted.

lib/sshkey/lib/sshkey/version.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

metasploit-framework.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ Gem::Specification.new do |spec|
9898
spec.add_runtime_dependency 'patch_finder'
9999
# TimeZone info
100100
spec.add_runtime_dependency 'tzinfo-data'
101+
# Gem for dealing with SSHKeys
102+
spec.add_runtime_dependency 'sshkey'
101103
# BitStruct Library used for handling certain Protocol Header/Packet construction
102104
spec.add_runtime_dependency 'bit-struct'
103105

0 commit comments

Comments
 (0)