Sha256: 0a02316d2291656a307e1ce1b3319d7590f158c006963ac9f5c4f851fd4f8c97
Contents?: true
Size: 788 Bytes
Versions: 1
Compression:
Stored size: 788 Bytes
Contents
Gem::Specification.new do |s| s.name = 'seeker-junos' s.version = '0.1.0' s.licenses = %w( Apache-2.0 ) s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] s.email = %w( saku@ytti.fi ) s.homepage = 'http://github.com/ytti/seeker-junos' s.summary = 'find hidden commands in junos' s.description = 'logs via ssh to junos devices and brute forces hidden passwords out' s.rubyforge_project = s.name s.files = `git ls-files`.split("\n") s.executables = %w( seeker-junos ) s.require_path = 'lib' s.add_runtime_dependency 'net-ssh', '~> 2.9' s.add_runtime_dependency 'net-netrc', '~> 0.2' s.add_runtime_dependency 'slop', '~> 3.6' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
seeker-junos-0.1.0 | seeker-junos.gemspec |