17
0

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:
Stephan Kulow
2014-04-09 11:17:19 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e703bd90e8fc0a45581da62b9673401855b0259bc6f862a7ada715fecfa34d0
size 249344

View File

@@ -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

View File

@@ -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