17
0

Accepting request 514431 from home:coolo:branches:devel:languages:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/514431
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby_parser?expand=0&rev=70
This commit is contained in:
Björn Geuken
2017-08-07 17:58:54 +00:00
committed by Git OBS Bridge
parent 3afd582033
commit 9cfecfceea
4 changed files with 34 additions and 4 deletions

3
ruby_parser-3.10.1.gem Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:454806d4e1b2c606f36f7f4cc9cfd981c8bf6c7485b4e1963850ccdee6e20b38
size 414208

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76e4888893b75e563a6f60547d91e759469504b9b37607990eeced58ab5e57a1
size 411648

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Aug 3 19:39:05 UTC 2017 - coolo@suse.com
- updated to version 3.10.1
see installed History.rdoc
=== 3.10.1 / 2017-07-21
* 2 bug fixes:
* Fixed identification of parser version whether Ruby##Parser or Parser::V##.
* Fixed squiggly heredoc lexing when using 24 parser.
=== 3.10.0 / 2017-07-17
* 4 minor enhancements:
* Added support for 'squiggly heredocs' (indented content). (jjoos)
* Bumped oedipus_lex to ~> 2.5.
* Bumped sexp_processor to ~> 4.9.
* Made STRICT_SEXP=1 safe: converted indexed sexps to semantic calls where needed.
* 5 bug fixes:
* Clear and restore cmdarg stack around defs args and body. (presidentbeef)
* Conditionalize use of sexp_body= to make it compatible w/ sexp_processor 4.9.0
* Fix up line numbers in strings with newlines and `#`. (presidentbeef)
* Fixed line numbers of resbodies.
* Fixed some tracking of lexical state. Fixes bug #249.
-------------------------------------------------------------------
Fri Apr 14 04:35:40 UTC 2017 - coolo@suse.com

View File

@@ -24,7 +24,7 @@
#
Name: rubygem-ruby_parser
Version: 3.9.0
Version: 3.10.1
Release: 0
%define mod_name ruby_parser
%define mod_full_name %{mod_name}-%{version}