!5 升级到社区最新稳定版本1.1.0

From: @cherry530 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2022-06-30 07:47:39 +00:00 committed by Gitee
commit c59306e834
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 4 deletions

Binary file not shown.

BIN
multi_test-1.1.0.gem Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global gem_name multi_test
Name: rubygem-multi_test
Version: 0.1.2
Version: 1.1.0
Release: 1
Summary: Wafter-thin gem to disable autorun of various testing libraries
License: MIT
@ -41,6 +41,8 @@ gem build multi_test.gemspec
mkdir -p %{buildroot}%{gem_dir}
cp -a .%{gem_dir}/* \
%{buildroot}%{gem_dir}/
rm -rf %{buildroot}%{gem_instdir}/.github
rm -rf %{buildroot}%{gem_instdir}/.whitesource
%check
pushd .%{gem_instdir}
@ -50,19 +52,23 @@ popd
%dir %{gem_instdir}
%exclude %{gem_instdir}/.travis.yml
%license %{gem_instdir}/LICENSE
%doc %{gem_instdir}/CHANGELOG.md
%doc %{gem_instdir}/VERSION
%{gem_libdir}
%exclude %{gem_cache}
%{gem_spec}
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/History.md
%doc %{gem_instdir}/README.md
%{gem_instdir}/Makefile
%{gem_instdir}/Rakefile
%exclude %{gem_instdir}/multi_test.gemspec
%{gem_instdir}/test
%{gem_instdir}/test-all
%{gem_instdir}/test-gemfile
%changelog
* Thu Jun 30 2022 xu_ping <xuping33@h-partners.com> - 1.1.0-1
- Upgrade 1.1.0
* Mon Jul 27 2020 yaokai <yaokai13@huawei.com> - 0.1.2-1
- Package init