doc/index.html in r509-1.0 vs doc/index.html in r509-1.0.1

- old
+ new

@@ -67,11 +67,11 @@ <p>Certificates are hard, and the Ruby OpenSSL APIs aren&#39;t easy to use (because they hew closely to OpenSSL itself). Additionally, as SSL/TLS has aged a variety of best practices and workarounds around certificate issuance have grown up around it that are not easy to discover. r509 is an attempt to build a straightforward API that allows you to do things as simple as parsing a certificate all the way up to operating an entire certificate authority.</p> <h2>Requirements</h2> -<p>r509 requires Ruby 1.9.3+ compiled with OpenSSL and YAML support (this is a typical default). It is recommended that you compile Ruby against OpenSSL 1.0.0+ (with elliptic curve support enabled). Red Hat-derived distributions prior to RHEL/CentOS 6.5 ship with EC disabled in OpenSSL, so if you need EC support you will need to recompile.</p> +<p>r509 requires Ruby 2.0.0+ compiled with OpenSSL and YAML support (this is a typical default). It is recommended that you compile Ruby against OpenSSL 1.0.1+ (with elliptic curve support enabled). Red Hat-derived distributions prior to RHEL/CentOS 6.5 ship with EC disabled in OpenSSL, so if you need EC support you will need to recompile.</p> <h2>Installation</h2> <p>You can install via rubygems with <code>gem install r509</code></p> @@ -81,23 +81,31 @@ rake gem:install </code></pre> <h2>Documentation</h2> -<p>There is documentation available for every method and class in r509 available via yardoc. You can view the latest release docs at <a href="http://r509.org">r509.org</a>. If you installed via gem it should be pre-generated in the doc directory. If you cloned this repo, just type <code>rake yard</code> with the yard gem installed. You will also need the redcarpet and github-markup gems to properly parse the README.md.</p> +<p>There is documentation available for every method and class in r509 available via yardoc. If you installed via gem it should be pre-generated in the doc directory. If you cloned this repo, just type <code>rake yard</code> with the yard gem installed. You will also need the redcarpet and github-markup gems to properly parse the README.md.</p> +<h2>Changelog</h2> + +<h3>1.0.1</h3> + +<ul> +<li>Support Rubies compiled against OpenSSL 1.1.0.</li> +</ul> + <h2>Support</h2> -<p>You can <a href="https://github.com/r509/r509/issues">file bugs</a>, contact me directly, or join the #r509 channel on irc.freenode.net to ask questions.</p> +<p>You can <a href="https://github.com/r509/r509/issues">file bugs</a> to get support from the community.</p> <h2>Running Tests/Building Gem</h2> <p>If you want to run the tests for r509 you&#39;ll need rspec. Additionally, you should install simplecov and yard for running the code coverage and documentation tasks in the Rakefile. <code>rake -T</code> for a complete list of rake tasks available.</p> <h2>Continuous Integration</h2> -<p>We run continuous integration tests (using Travis-CI) against 1.9.3, 2.0.0, 2.1.0, ruby-head, and rubinius. 1.8.7 is no longer a supported configuration due to issues with its elliptic curve methods. 0.8.1 was the last official r509 release with 1.8.7 support.</p> +<p>We run continuous integration tests (using Travis-CI) against 2.2, 2.3, and 2.4. 1.8.7 is no longer a supported configuration due to issues with its elliptic curve methods. 0.8.1 was the last official r509 release with 1.8.7 support.</p> <h2>Executables</h2> <p>r509 ships with a binary named <code>r509</code> that can generate CSRs, keys, and create self-signed certificates. Type <code>r509 -h</code> to see a list of options.</p> @@ -603,16 +611,16 @@ <h2>License</h2> <p>See the LICENSE file. Licensed under the Apache 2.0 License.</p> -<h2><a href="YAML.mdown">YAML Documentation</a></h2> +<h2><a href="YAML.md">YAML Documentation</a></h2> </div></div> <div id="footer"> - Generated on Tue Dec 6 17:27:38 2016 by + Generated on Thu Nov 2 12:48:00 2017 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> - 0.9.5 (ruby-2.4.0). + 0.9.5 (ruby-2.4.2). </div> </div> </body> </html> \ No newline at end of file