17
0

- updated to version 3.1.1

* 1 minor enhancement:
 
   * Added MOVE_TIMEOUT env var for ruby_parse_extract_error to move slow files to a sibling directory
 
 * 4 bug fixes:
 
   * 1.9: Fixed lexing of "0o". (whitequark)
   * 1.9: Fixed parsing of unary plus on literals. (whitequark)
   * Added timeout arg to RubyParser#process to pass through to the real parser
   * Updated Synopsis to reflect new options for running RP. (louismullie)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby_parser?expand=0&rev=22
This commit is contained in:
Stephan Kulow
2012-12-22 07:30:42 +00:00
committed by Git OBS Bridge
parent 0b3405b312
commit 4969eb7aa2
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Dec 22 07:30:18 UTC 2012 - coolo@suse.com
- updated to version 3.1.1
* 1 minor enhancement:
* Added MOVE_TIMEOUT env var for ruby_parse_extract_error to move slow files to a sibling directory
* 4 bug fixes:
* 1.9: Fixed lexing of "0o". (whitequark)
* 1.9: Fixed parsing of unary plus on literals. (whitequark)
* Added timeout arg to RubyParser#process to pass through to the real parser
* Updated Synopsis to reflect new options for running RP. (louismullie)
-------------------------------------------------------------------
Fri Dec 7 09:04:40 UTC 2012 - coolo@suse.com