README.rdoc in erubi-1.11.0 vs README.rdoc in erubi-1.12.0

- old
+ new

@@ -7,10 +7,10 @@ * Supports frozen_string_literal: true in templates via :freeze option * Works with ruby's <tt>--enable-frozen-string-literal</tt> option * Automatically freezes strings for template text when ruby optimizes it (on ruby 2.1+) * Escapes <tt>'</tt> (apostrophe) when escaping for better XSS protection * Has 6x faster escaping on ruby 2.3+ by using cgi/escape -* Has 86% smaller memory footprint +* Has 81% smaller memory footprint (calculated using +ObjectSpace.memsize_of_all+) * Does no monkey patching (Erubis adds a method to Kernel) * Uses an immutable design (all options passed to the constructor, which returns a frozen object) * Has simpler internals (1 file, <150 lines of code) * Is not dead (Erubis hasn't been updated since 2011)