File rubygem-ruby2ruby.changes of Package rubygem-ruby2ruby
-------------------------------------------------------------------
Mon Apr 9 18:48:16 UTC 2012 - coolo@suse.com
- update to 1.3.1
* Added parenthesize to add parens in certain contexts.
* Add newline to 'do nothing' comment in a block... seems contrived. (andreacampi)
* Binary operations not work properly with some complex statements. (smorss)
* Fixed if statements with no body (smorss)
* Fixed logic for call with hash args in various locations (smorss)
* Fixed match3 on an assignment. (smorss)
* Fixed multiple nested rescue/ensure exprs (larsch)
* Fixed process_alias to parenthesize (smorss)
* Fixed process_and to parenthenize only when it makes sense.
* Fixed rescue with 2+ statements in resbody (smorss)
* Regexps with options other than /o were not showing flags. (smorss)
* output comments for class and method definitions. (pythonic)
-------------------------------------------------------------------
Mon Sep 6 14:33:33 UTC 2010 - mrueckert@suse.de
- update to version 1.2.5
* Added braces to hash args surrounded if in a binary method call.
* Added rewrite_resbody to double check structure and freak if
necessary.
* Added stress task
* rewrite_rescue now detects rescue with multiple arguments.
* Fixed dstr/dregex/d* roundtripping problem
* Fixed up call arg processing to be more correct and to work
with the new sexp form
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Fri Dec 25 01:44:31 UTC 2009 - prusnak@suse.cz
- update to 1.2.4
* Fixed all doco to use ruby_praser
* Fixed bin/r2r_show to use ruby_parser. oops
-------------------------------------------------------------------
Mon Aug 10 16:31:04 CEST 2009 - dmacvicar@novell.com
- initial package for 1.2.3