Update to cucumber-core 1.5.0.

epel9
Vít Ondruch 8 years ago
parent 632898e738
commit 307afaca93

1
.gitignore vendored

@ -1 +1,2 @@
/cucumber-core-1.4.0.gem /cucumber-core-1.4.0.gem
/cucumber-core-1.5.0.gem

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

@ -1 +1 @@
4b2bf67f317a91af664c30ff4c825929 cucumber-core-1.4.0.gem SHA512 (cucumber-core-1.5.0.gem) = 544d2c5707bde46d0c12dc975b3858e663776d9bc87ef044681525a547ef2de171a74ba0c53fb28dafcbdf90a153bea5357ec1a129f11b2c0dfedd288c5def74

Loading…
Cancel
Save