Hello community,
here is the log from the commit of package rubygem-ruby_parser for
openSUSE:Factory checked in at 2015-02-11 16:46:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-ruby_parser (Old)
and /work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-ruby_parser"
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-ruby_parser/rubygem-ruby_parser.changes
2014-10-18 09:09:56.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new/rubygem-ruby_parser.changes
2015-02-11 16:46:42.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Feb 9 12:30:34 UTC 2015 - [email protected]
+
+- updated to version 3.6.4
+ * 1 bug fix:
+ * Removed shebangs in tests because of bugs (aka 'features') in RPM
packaging tools.
+
+-------------------------------------------------------------------
Old:
----
ruby_parser-3.6.3.gem
New:
----
ruby_parser-3.6.4.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-ruby_parser.spec ++++++
--- /var/tmp/diff_new_pack.mV9I05/_old 2015-02-11 16:46:43.000000000 +0100
+++ /var/tmp/diff_new_pack.mV9I05/_new 2015-02-11 16:46:43.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-ruby_parser
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
#
Name: rubygem-ruby_parser
-Version: 3.6.3
+Version: 3.6.4
Release: 0
%define mod_name ruby_parser
%define mod_full_name %{mod_name}-%{version}
++++++ ruby_parser-3.6.3.gem -> ruby_parser-3.6.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2014-09-27 03:53:53.000000000 +0200
+++ new/History.txt 2015-01-17 02:10:48.000000000 +0100
@@ -1,3 +1,9 @@
+=== 3.6.4 / 2015-01-16
+
+* 1 bug fix:
+
+ * Removed shebangs in tests because of bugs (aka 'features') in RPM
packaging tools.
+
=== 3.6.3 / 2014-09-26
* 1 bug fix:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/ruby_parser_extras.rb
new/lib/ruby_parser_extras.rb
--- old/lib/ruby_parser_extras.rb 2014-09-27 03:53:54.000000000 +0200
+++ new/lib/ruby_parser_extras.rb 2015-01-17 02:10:48.000000000 +0100
@@ -91,7 +91,7 @@
end
module RubyParserStuff
- VERSION = "3.6.3" unless constants.include? "VERSION" # SIGH
+ VERSION = "3.6.4" unless constants.include? "VERSION" # SIGH
attr_accessor :lexer, :in_def, :in_single, :file
attr_reader :env, :comments
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2014-09-27 03:53:53.000000000 +0200
+++ new/metadata 2015-01-17 02:10:48.000000000 +0100
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: ruby_parser
version: !ruby/object:Gem::Version
- version: 3.6.3
+ version: 3.6.4
platform: ruby
authors:
- Ryan Davis
@@ -29,7 +29,7 @@
xJcC6UN6NHMOVMyAXsr2HR0gRRx4ofN1LoP2KhXzSr8UMvQYlwPmE0N5GQv1b5AO
VpzF30vNaJK6ZT7xlIsIlwmH
-----END CERTIFICATE-----
-date: 2014-09-27 00:00:00.000000000 Z
+date: 2015-01-17 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: sexp_processor
@@ -51,14 +51,14 @@
requirements:
- - ~>
- !ruby/object:Gem::Version
- version: '5.4'
+ version: '5.5'
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ~>
- !ruby/object:Gem::Version
- version: '5.4'
+ version: '5.5'
- !ruby/object:Gem::Dependency
name: rdoc
requirement: !ruby/object:Gem::Requirement
Files old/metadata.gz.sig and new/metadata.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/test/test_ruby_lexer.rb new/test/test_ruby_lexer.rb
--- old/test/test_ruby_lexer.rb 2014-09-27 03:53:54.000000000 +0200
+++ new/test/test_ruby_lexer.rb 2015-01-17 02:10:48.000000000 +0100
@@ -1,4 +1,3 @@
-#!/usr/local/bin/ruby
# encoding: US-ASCII
require 'rubygems'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/test/test_ruby_parser.rb new/test/test_ruby_parser.rb
--- old/test/test_ruby_parser.rb 2014-09-27 03:53:54.000000000 +0200
+++ new/test/test_ruby_parser.rb 2015-01-17 02:10:48.000000000 +0100
@@ -1,4 +1,3 @@
-#!/usr/local/bin/ruby
# encoding: utf-8
# ENV['VERBOSE'] = "1"
@@ -757,6 +756,15 @@
assert_parse rb, pt
end
+
+ def test_parse_line_multiline_str_literal_n
+ rb = "\"a\\nb\"\n1"
+ pt = s(:block,
+ s(:str, "a\nb").line(1),
+ s(:lit, 1).line(2)).line(1)
+
+ assert_parse rb, pt
+ end
def test_parse_line_iter_call_parens
rb = "f(a) do |x, y|\n x + y\nend"
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]