Package Release Info

rubygem-erubi-1.10-1.10.0-bp153.2.1

Update Info: openSUSE-2021-1191
Available in Package Hub : 15 SP3 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-erubi-1.10
ruby2.5-rubygem-erubi-doc-1.10

Change Logs

* Fri Dec 11 2020 Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.10.0
  * Improve template parsing, mostly by reducing allocations (jeremyevans)
  * Do not ship tests in the gem, reducing gem size about 20% (jeremyevans)
  * Support :literal_prefix and :literal_postfix options for how to output literal tags (e.g. <%% code %>) (jaredcwhite) (#26, #27)
* Tue Nov 12 2019 Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.9.0
  * Change default :bufvar from 'String.new' to '::String.new' to work with BasicObject (jeremyevans)
* Wed Dec 19 2018 Stephan Kulow <coolo@suse.com>
- updated to version 1.8.0
  see installed CHANGELOG
  === 1.8.0 (2018-12-18)
  * Support :yield_returns_buffer option in capture_end for always returning the (potentially modified) buffer in <%|= tags (evanleck) (#15)
* Tue Mar 06 2018 factory-auto@kulow.org
- updated to version 1.7.1
  see installed CHANGELOG
  === 1.7.1 (2018-03-05)
  * Make whitespace handling for <%# %> tags more compatible with Erubis (jeremyevans) (#14)
* Fri Oct 13 2017 mschnitzer@suse.com
- updated to version 1.7.0
  * Fix escaping in erubi/capture_end, the setting was previously inverted (jeremyevans) (#10)
* Thu Aug 03 2017 coolo@suse.com
- updated to version 1.6.1
  see installed CHANGELOG
  === 1.6.1 (2017-06-27)
  * Fix usage on newer versions of JRuby 9.1 (jeremyevans)
* Mon Jun 19 2017 enavarro@suse.com
- Initial checkin.