File rubygem-builder.changes of Package rubygem-builder
-------------------------------------------------------------------
Fri Mar 18 20:48:19 UTC 2011 - kkaempf@novell.com
- build with newer rubygem-rdoc to prevent ri choking on
xml comment
-------------------------------------------------------------------
Thu Jun 10 15:57:29 UTC 2010 - mrueckert@suse.de
- use rubygems_requires
-------------------------------------------------------------------
Sun Aug 19 21:09:08 CEST 2007 - mrueckert@suse.de
- update to 2.1.2
* Fixed bug where private methods in kernel could leak through
using tag!(). Thanks to Hagen Overdick for finding and
diagnosing this bug.
-------------------------------------------------------------------
Tue May 22 17:11:57 CEST 2007 - mrueckert@suse.de
- update to 2.1.1
* Added <tt>reveal</tt> capability to BlankSlate.
* Fixed a bug in BlankSlate where including a module into Object
could cause methods to leak into BlankSlate.
* Fixed typo in XmlMarkup class docs (from Martin Fowler).
* Fixed test on private methods to differentiate between
targetted and untargetted private methods.
* Removed legacy capture of @self in XmlBase (@self was used back
when we used instance eval).
* Added additional tests for global functions (both direct and
included).
* Several misc internal cleanups, including rearranging the
source code tree.
<b>NOTE:</b> The escaping attribute values by default is different
than in previous releases of Builder. This makes version 2.0.x
somewhat incompatible with the 1.x series of Builder. If you use "&",
"<", or ">" in attributes values, you may have to change your
code. (Essentially you remove the manual escaping. The new way is
easier, believe me).