|
|
@ -2,7 +2,7 @@
|
|
|
|
%global gem_name cucumber-core
|
|
|
|
%global gem_name cucumber-core
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 1.4.0
|
|
|
|
Version: 1.5.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Core library for the Cucumber BDD app
|
|
|
|
Summary: Core library for the Cucumber BDD app
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
@ -54,6 +54,7 @@ pushd .%{gem_instdir}
|
|
|
|
# unindent is not available in Fedora => avoid the requires and expect some
|
|
|
|
# unindent is not available in Fedora => avoid the requires and expect some
|
|
|
|
# errors.
|
|
|
|
# errors.
|
|
|
|
grep -Rl unindent spec | xargs sed -i "/require 'unindent'/ s/^/#/"
|
|
|
|
grep -Rl unindent spec | xargs sed -i "/require 'unindent'/ s/^/#/"
|
|
|
|
|
|
|
|
|
|
|
|
LANG=C.UTF-8 rspec spec | grep '317 examples, 14 failures'
|
|
|
|
LANG=C.UTF-8 rspec spec | grep '317 examples, 14 failures'
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
@ -77,5 +78,8 @@ popd
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jan 20 2017 Vít Ondruch <vondruch@redhat.com> - 1.5.0-1
|
|
|
|
|
|
|
|
- Update to cucumber-core 1.5.0.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 05 2016 Vít Ondruch <vondruch@redhat.com> - 1.4.0-1
|
|
|
|
* Tue Apr 05 2016 Vít Ondruch <vondruch@redhat.com> - 1.4.0-1
|
|
|
|
- Initial package
|
|
|
|
- Initial package
|
|
|
|