[rubygem-ruby_parser] Update to 3.6.1

Vít Ondruch vondruch at fedoraproject.org
Mon Jul 14 12:05:56 UTC 2014


commit 201fd889461363cdbc89f6f3eb8c421439875729
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Jul 14 14:06:13 2014 +0200

    Update to 3.6.1

 .gitignore               |    1 +
 rubygem-ruby_parser.spec |    9 ++++++---
 sources                  |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 982b93d..9cf80da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ruby_parser-2.0.4.gem
 /ruby_parser-3.0.1.gem
 /ruby_parser-3.1.1.gem
+/ruby_parser-3.6.1.gem
diff --git a/rubygem-ruby_parser.spec b/rubygem-ruby_parser.spec
index ba40874..a46d875 100644
--- a/rubygem-ruby_parser.spec
+++ b/rubygem-ruby_parser.spec
@@ -4,8 +4,8 @@
 
 Summary: A ruby parser written in pure ruby
 Name: rubygem-%{gem_name}
-Version: 3.1.1
-Release: 3%{?dist}
+Version: 3.6.1
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: https://github.com/seattlerb/ruby_parser
@@ -70,7 +70,7 @@ find %{buildroot}%{gem_instdir}/bin -type f | \
 
 %check
 pushd .%{gem_instdir}
-testrb -Ilib test
+ruby -Ilib -e 'Dir.glob "./test/test_*.rb", &method(:require)'
 popd
 
 %files
@@ -93,6 +93,9 @@ popd
 %{gem_docdir}
 
 %changelog
+* Mon Jul 14 2014 Josef Stribny <jstribny at redhat.com> - 3.6.1-1
+- Update to 3.6.1
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index bbd09bf..4f985b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb8b03ddbdfef72a7ceb421ab561e049  ruby_parser-3.1.1.gem
+ab0d0a2f9c32bed7524d9d9153551950  ruby_parser-3.6.1.gem


More information about the scm-commits mailing list