Skip to content

Commit

Permalink
ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
kubicek committed Mar 9, 2024
1 parent a2fad5e commit 0052d13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ PATH
colorize
dnsruby
httparty
net-ssh
ruby-nmap
slop
whois-parser
Expand Down Expand Up @@ -43,6 +44,7 @@ GEM
mini_mime (1.1.5)
minitest (5.22.2)
multi_xml (0.6.0)
net-ssh (7.2.1)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
Expand Down
1 change: 1 addition & 0 deletions lib/xmon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
require_relative "xmon/rdap"
require_relative "xmon/reverse_dns"
require_relative "xmon/whois"
require_relative "xmon/ssh"

module Xmon
class Error < StandardError; end
Expand Down
1 change: 1 addition & 0 deletions xmon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "ruby-nmap"
spec.add_dependency "activesupport", "~> 7.0.8"
spec.add_dependency "colorize"
spec.add_dependency "net-ssh"
spec.add_development_dependency "pry"

# For more information and examples about making a new gem, check out our
Expand Down

0 comments on commit 0052d13

Please sign in to comment.