I have just started using ruby-nessus and I am getting warnings from ruby:
/var/lib/gems/2.3.0/gems/ruby-nessus-1.2.0/lib/nessus/Version2/host.rb:362: warning: Enumerator.new without a block is deprecated; use Object#to_enum
so I went and fixed the source and then went looking for the 'original'. The code here has clearly been reworked substantially from what I got from the gem.
I assume the gem has not been updated so my question is -- what is the best way to use the
up to date version of this module? i.e clearly I uninstall the gem and then where should I clone the repository to (working on ubuntu).