README.md in ruby-sslyze-0.2.1 vs README.md in ruby-sslyze-1.0.0

- old
+ new

@@ -5,21 +5,20 @@ [![Build Status](https://travis-ci.org/trailofbits/ruby-sslyze.svg)](https://travis-ci.org/trailofbits/ruby-sslyze) * [Homepage](https://github.com/trailofbits/ruby-sslyze#readme) * [Issues](https://github.com/trailofbits/ruby-sslyze/issues) * [Documentation](http://rubydoc.info/gems/ruby-sslyze/frames) -* [Email](mailto:hal at trailofbits.com) ## Description A Ruby interface to [sslyze] python utility. ## Features * Provides a Ruby interface to `sslyze.py`. * Provides a Parser for consuming the sslyze XML output. -* [sslyze] 0.12.x +* Supports [sslyze] >= 1.3.4. ## Examples Analyze a domain: @@ -49,19 +48,20 @@ xml = SSLyze::XML.open('path/to/xml') ## Requirements * [rprogram] ~> 0.3 -* [nokogiri] ~> 1.0 -* [sslyze] 0.12.x +* [nokogiri] ~> 1.8 +* [sslyze] >= 1.3.4 ## Install + $ pip install sslyze $ gem install ruby-sslyze ## Copyright -Copyright (c) 2014-2017 Hal Brodigan +Copyright (c) 2014-2018 Hal Brodigan See {file:LICENSE.txt} for details. [sslyze]: https://github.com/nabla-c0d3/sslyze#readme