Mamoru TASAKA 6 years ago
parent c9c55686ff
commit 66ab946a10

1
.gitignore vendored

@ -8,3 +8,4 @@
/aruba-0.14.5.gem
/aruba-0.14.6.gem
/aruba-0.14.7.gem
/aruba-0.14.8.gem

@ -3,8 +3,8 @@
Summary: CLI Steps for Cucumber, hand-crafted for you in Aruba
Name: rubygem-%{gem_name}
Version: 0.14.7
Release: 3%{?dist}
Version: 0.14.8
Release: 1%{?dist}
# aruba itself is MIT
# icons in templates/images are CC-BY
# jquery.js itself is MIT or GPLv2
@ -110,7 +110,10 @@ then
fi
# Get rid of Bundler
sed -i Rakefile -e '\@[Bb]undler@d'
sed -i Rakefile \
-e '\@[Bb]undler@d' \
-e 's|bundle exec ||' \
%{nil}
# Adjust test cases referring to $HOME.
sed -i features/api/core/expand_path.feature -e "s|/home/\[\^/\]+|$(echo $HOME)|"
@ -143,6 +146,9 @@ popd
%{gem_instdir}/templates/
%changelog
* Wed Feb 27 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.14.8-1
- 0.14.8
* Tue Feb 26 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.14.7-3
- Some cleanup

@ -1 +1 @@
SHA512 (aruba-0.14.7.gem) = 19a363b7fc4ebbe0f84295008ccb8474751e8932301f8bc7a59d42d2a9949d9fa2d4214fb00efe7aae019c2402b844d145da291cf4bbf7de695d752c9e069301
SHA512 (aruba-0.14.8.gem) = 37ca1d6b3afe2a3ca658c2fe66f8011547488c5099c76a585b7850bdc4ff16852f4c61cf14613a7490a30707754b3a65b3286857d24823ed5f561ff6742de7e7

Loading…
Cancel
Save