convert_break_into_return_outside_a_loop.patch |
Convert break statement out of a loop into a return Otherwise, this leads to an SyntaxError (Invalid break) with ruby1.9.1 |
Cédric Boutillier <cedric.boutillier@gmail.com> |
yes |
|
vendor |
2011-05-23 |
fix_fetching_ascii_codes_from_chars.patch |
Extract ASCII code of characters in way understandable for Ruby1.9 Using chr and ord method to pass from integers to the corresponding characters and vice versa |
Cédric Boutillier <cedric.boutillier@gmail.com> |
yes |
|
vendor |
2012-05-23 |
remove_rubygems_from_examples.patch |
Remove rubygems stuff from examples |
Cédric Boutillier <cedric.boutillier@gmail.com> |
not-needed |
|
vendor |
2012-05-23 |