File rubygem-erubis.changes of Package rubygem-erubis
-------------------------------------------------------------------
Sun Aug 5 18:56:19 CEST 2007 - mrueckert@suse.de
- update to version 2.4.0:
- Preprocessing is supported by Ruby on Rails helper.
Preprocessing makes Ruby on Rails application about 20-40
percent faster.
- Erubis::Eruby#evaluate() (or Erubis::RubyEvaluator#evaluate())
creates Proc object from @src and eval it.
- Erubis::Eruby#def_method() is supported. This method defines
ruby code as instance method or singleton metod.
- Erubis::XmlHelper.url_escape() and u() which is alias of
url_escape() are added. This is equivarent to
ERB#Util.url_escape().
- additional changes from 2.3.1:
* A serious bug in 'helpers/rails_helper.rb' is fixed.
You must be update if you are using Erubis with Ruby on Rails.
-------------------------------------------------------------------
Thu May 24 22:09:58 CEST 2007 - mrueckert@suse.de
- update to version 2.3.0:
another bugfix release
-------------------------------------------------------------------
Tue May 22 17:30:25 CEST 2007 - mrueckert@suse.de
- update to version 2.2.0:
toooooooooooo long: see CHANGES file
-------------------------------------------------------------------
Fri Sep 29 02:30:30 CEST 2006 - mrueckert@suse.de
- Update to version 2.1.0:
* Ruby on Rails support.
* Another eRuby engine (PIEngine) support. This engine doesn't
break HTML design because it uses Processing Instructions (PI)
'<?rb .. ?>' as embedded pattern instead of '<% .. %>'.
* Add new command 'notext' which remove text part from eRuby
script and leaves only Ruby code. This is very useful when
debugging eRuby script.
* Add new enhance 'NoCode' which removes ruby code from eRuby
script and leaves only HTML text part. It is very useful to
validate HTML of eRuby script.
* License is changed to LGPL.
* Command-line property '--escape=name' is renamed to
'--escapefunc=name'.
* When command-line option '-l perl' is specified, function
'encode_entities()' is used ad escaping function which is
available wth HTML::Entities module.
* There is a certain pattern which makes Engine#convert() too
slow. Now Engne#convert() is fixed not to be slown.
* Command name is now displayed when '-h' is specified.
-------------------------------------------------------------------
Wed Jun 21 01:02:16 CEST 2006 - mrueckert@suse.de
- use rubygems_with_buildroot_patch instead of the versioned
buildrequires
-------------------------------------------------------------------
Mon Jun 19 21:34:47 CEST 2006 - mrueckert@suse.de
- Initial package version 2.0.1