Accepting request 1041066 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/1041066 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby_parser?expand=0&rev=90
This commit is contained in:
committed by
Git OBS Bridge
parent
8198c5edea
commit
ef129ca6c5
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7528cb9dc9b52d85c042dcb08033a00500547a9f5d64d7521c6147349958a492
|
||||
size 777728
|
||||
3
ruby_parser-3.19.2.gem
Normal file
3
ruby_parser-3.19.2.gem
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aaadcedd9263e6c32e0e667f10d4f97dac0a5de313323d1dbb5db612605ff896
|
||||
size 778240
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 11:34:30 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
updated to version 3.19.2
|
||||
see installed History.rdoc
|
||||
|
||||
=== 3.19.2 / 2022-12-03
|
||||
|
||||
* 5 bug fixes:
|
||||
|
||||
* Fixed bug parsing array patterns using %w, %i, etc.
|
||||
* Fixed dedenting when heredoc has only empty line and interpolation. (mvz)
|
||||
* Fixed dsym unescaping. (mvz)
|
||||
* Fixed vars in pattern matching that should be lasgn, not lvar.
|
||||
* find_pat mid-patterns are now splatted inline, not wrapped in an array_pat.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 05:48:21 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-ruby_parser
|
||||
Version: 3.19.1
|
||||
Version: 3.19.2
|
||||
Release: 0
|
||||
%define mod_name ruby_parser
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
||||
Reference in New Issue
Block a user