Upgrade 1.1.0

Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
cherry530 2022-06-27 17:11:11 +08:00
parent 4f6702fde2
commit 319643afff
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
formatador-1.1.0.gem Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global gem_name formatador %global gem_name formatador
%{!?_with_bootstrap: %global bootstrap 0} %{!?_with_bootstrap: %global bootstrap 0}
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 0.2.5 Version: 1.1.0
Release: 1 Release: 1
Summary: Ruby STDOUT text formatting Summary: Ruby STDOUT text formatting
License: MIT License: MIT
@ -52,12 +52,15 @@ popd
%doc %{gem_instdir}/CONTRIBUTING.md %doc %{gem_instdir}/CONTRIBUTING.md
%doc %{gem_instdir}/CONTRIBUTORS.md %doc %{gem_instdir}/CONTRIBUTORS.md
%{gem_instdir}/Gemfile %{gem_instdir}/Gemfile
%doc %{gem_instdir}/README.rdoc %doc %{gem_instdir}/README.md
%{gem_instdir}/Rakefile %{gem_instdir}/Rakefile
%doc %{gem_instdir}/changelog.txt %doc %{gem_instdir}/changelog.txt
%{gem_instdir}/formatador.gemspec %{gem_instdir}/formatador.gemspec
%{gem_instdir}/tests %{gem_instdir}/tests
%changelog %changelog
* Mon Jun 27 2022 xuping <xuping33@h-partners.com> - 1.1.0-1
- Upgrade 1.1.0
* Mon Aug 24 2020 tushenmei <tushenmei@huawei.com> - 0.2.5-1 * Mon Aug 24 2020 tushenmei <tushenmei@huawei.com> - 0.2.5-1
- package init - package init