Accepting request 229250 from devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/229250 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-ruby_parser?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b84fba8fea75d83354c9cf35609a3df7d74669e49f05b654577ef85a27d6b8ab
|
||||
size 201216
|
||||
3
ruby_parser-3.5.0.gem
Normal file
3
ruby_parser-3.5.0.gem
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e703bd90e8fc0a45581da62b9673401855b0259bc6f862a7ada715fecfa34d0
|
||||
size 249344
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 6 05:38:51 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to version 3.5.0
|
||||
* 1 major enhancement:
|
||||
|
||||
* Added initial support for ruby 2.1 syntax. Doesn't have numeric extensions yet.
|
||||
|
||||
* 2 minor enhancements:
|
||||
|
||||
* Converted ruby_lexer.rex to use new grouping mechanism. ~15% improvement in speed.
|
||||
* Various lexer cleanup.
|
||||
|
||||
* 2 bug fixes:
|
||||
|
||||
* 2.0/2.1: Fixed block kw args.
|
||||
* Fixed env for kwargs and friends.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 22 06:25:42 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: rubygem-ruby_parser
|
||||
Version: 3.4.1
|
||||
Version: 3.5.0
|
||||
Release: 0
|
||||
%define mod_name ruby_parser
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
%define mod_branch -%{version}
|
||||
%define mod_weight 30401
|
||||
%define mod_weight 30500
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 3
|
||||
|
||||
Reference in New Issue
Block a user