17
0

- updated to version 3.1.0

* 2 minor enhancements:
 
   * Added RubyParser.for_current_ruby to provide a parser that matches your runtime. (neilconway)
   * Duck-typed IDENT_CHAR_RE instead of using RUBY_VERSION
 
 * 3 bug fixes:
 
   * Cleared out body comments in class/module/defn/defs
   * Flipped lexer tests to US-ASCII to avoid encoding hell
   * yyerror is now an alias for syntax_error

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 7 09:04:40 UTC 2012 - coolo@suse.com
- updated to version 3.1.0
* 2 minor enhancements:
* Added RubyParser.for_current_ruby to provide a parser that matches your runtime. (neilconway)
* Duck-typed IDENT_CHAR_RE instead of using RUBY_VERSION
* 3 bug fixes:
* Cleared out body comments in class/module/defn/defs
* Flipped lexer tests to US-ASCII to avoid encoding hell
* yyerror is now an alias for syntax_error
-------------------------------------------------------------------
Tue Nov 27 20:01:10 UTC 2012 - coolo@suse.com