wappalyzer_rb.gemspec in wappalyzer_rb-0.0.1 vs wappalyzer_rb.gemspec in wappalyzer_rb-0.0.2
- old
+ new
@@ -7,10 +7,10 @@
s.version = WappalyzerRb::VERSION
s.authors = ["Kostas Karachalios"]
s.email = ["kostas.karachalios@me.com"]
s.homepage = "https://github.com/vrinek/wappalyzer-ruby"
s.summary = %q{Analyzes a provided url and returns any services it can detect}
- s.description = %q{This is merely a port of the javascript parts of Wappalyzer extension for Firefox and Chrome}
+ s.description = %q{This is merely a port of the javascript parts of Wappalyzer extension for Firefox and Chrome. It analyzes a url and tries to guess what software it uses (like server software, CMS, framework, programming language).}
s.rubyforge_project = "wappalyzer_rb"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")