Sha256: 368b637b80eba5c225dc1af077bcd352da30204111abd819eaae17350c95fd03
Contents?: true
Size: 1.61 KB
Versions: 3
Compression:
Stored size: 1.61 KB
Contents
$:.push File.expand_path('../lib', __FILE__) require File.expand_path('../lib/version', __FILE__) Gem::Specification.new do |s| s.name = 'yawast' s.version = Yawast::VERSION s.platform = Gem::Platform::RUBY s.summary = 'The YAWAST Antecedent Web Application Security Toolkit' s.description = 'YAWAST is an application meant to simplify initial analysis and information gathering for penetration testers and security auditors.' s.authors = ['Adam Caudill'] s.email = 'adam@adamcaudill.com' s.homepage = 'https://github.com/adamcaudill/yawast' s.license = 'MIT' s.rubyforge_project = 'yawast' s.add_runtime_dependency 'colorize', '~> 0.8' s.add_runtime_dependency 'commander', '~> 4.4' s.add_runtime_dependency 'diff-lcs', '~> 1.3' s.add_runtime_dependency 'diffy', '~> 3.3' s.add_runtime_dependency 'dnsruby', '~> 1.60' s.add_runtime_dependency 'highline', '~> 1.7' s.add_runtime_dependency 'ipaddr_extensions', '~> 1.0' s.add_runtime_dependency 'ipaddress', '~> 0.8' s.add_runtime_dependency 'nokogiri', '~> 1.8' s.add_runtime_dependency 'openssl-extensions', '~> 1.2' s.add_runtime_dependency 'public_suffix', '~> 2.0' s.add_runtime_dependency 'selenium-webdriver', '~> 3.141' s.add_runtime_dependency 'sslshake', '~> 1.1' s.bindir = 'bin' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_path = ['lib'] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yawast-0.7.1 | yawast.gemspec |
yawast-0.7.0 | yawast.gemspec |
yawast-0.7.0.beta3 | yawast.gemspec |