wmap.gemspec in wmap-2.5.6 vs wmap.gemspec in wmap-2.5.7

- old
+ new

@@ -38,10 +38,10 @@ s.executables = ["wmap","wscan","wadd","wadds","wdel","wcheck","wdump","spiderBot","googleBot","updateAll","prime","deprime","refresh","trust","distrust","run_tests"] s.files = ["CHANGELOG.md", "TODO", "settings/discovery_ports","data/","LICENSE.txt", "version.txt","README.md", "wmap.gemspec"] s.files += Dir['lib/*.rb'] + Dir['lib/wmap/*.rb'] + Dir['lib/wmap/**/*'] + Dir['bin/*'] + Dir['settings/*'] + Dir['demos/*'] + Dir['test/*'] + Dir['ruby_whois_patches/*'] + Dir['dicts/*'] #s.homepage = "none" - s.post_install_message = "*"*80 + "\n\nThank you for installing the wmap gem - a pure Ruby library for Internet web application discovery and tracking. Please refer to the README.rdoc for more information of using this gem. \n\n" + "*"*80 + "\n" + s.post_install_message = "*"*80 + "\n\nThank you for installing the wmap gem - a pure Ruby library for Internet web \napplication discovery and tracking. Please refer to the README.md for more \ninformation of using this gem. \n\n" + "*"*80 + "\n" s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 2.1") s.add_dependency 'dnsruby', '>= 1.52' s.add_dependency 'geoip', '>= 1.0'