[rubygem-riot] Update to riot 0.12.7

Josef Stribny jstribny at fedoraproject.org
Mon Jun 16 11:11:23 UTC 2014


commit e06e40dbc489e4a69c4b77937d1465631513077f
Author: Josef Stribny <jstribny at redhat.com>
Date:   Mon Jun 16 13:11:02 2014 +0200

    Update to riot 0.12.7

 .gitignore        |    1 +
 rubygem-riot.spec |   15 ++++++++++-----
 sources           |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9bce4aa..0212474 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /riot-0.12.5.gem
+/riot-0.12.7.gem
diff --git a/rubygem-riot.spec b/rubygem-riot.spec
index 4ec470c..5b2c61f 100644
--- a/rubygem-riot.spec
+++ b/rubygem-riot.spec
@@ -3,8 +3,8 @@
 
 Summary: An extremely fast, expressive, and context-driven unit-testing framework
 Name: rubygem-%{gem_name}
-Version: 0.12.5
-Release: 6%{?dist}
+Version: 0.12.7
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/thumblemonks/riot
@@ -45,9 +45,10 @@ cp -a .%{gem_dir}/* \
 
 %check
 pushd .%{gem_instdir}
-
-testrb -Ilib:test test/core/**/*_test.rb
-testrb -Ilib:test test/extensions/*_test.rb
+# Get rid of Bundler
+sed -i -e '3d' test/teststrap.rb
+ruby -Ilib:test -e "Dir.glob './test/core/**/*_test.rb', &method(:require)"
+ruby -Ilib:test -e "Dir.glob './test/extensions/*_test.rb', &method(:require)"
 
 popd
 
@@ -59,6 +60,7 @@ popd
 %{gem_spec}
 %doc %{gem_instdir}/MIT-LICENSE
 %exclude %{gem_instdir}/.yardopts
+%exclude %{gem_instdir}/.travis.yml
 
 %files doc
 %doc %{gem_docdir}
@@ -70,6 +72,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Mon Jun 16 2014 Josef Stribny <jstribny at redhat.com> - 0.12.7-1
+- Update to riot 0.12.7
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index f74bea1..2ec73e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c3efcf9149de34edc931668d2606acc  riot-0.12.5.gem
+67ba4dcb78e5d791fc6140625bdb311a  riot-0.12.7.gem


More information about the scm-commits mailing list