Update to 1.11.0

This commit is contained in:
chen-jan 2022-06-29 08:25:23 +00:00
parent 0a3fdcfcb7
commit 7335ecbb86
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
ruby-progressbar-1.11.0.gem Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global gem_name ruby-progressbar
Name: rubygem-%{gem_name}
Version: 1.10.1
Version: 1.11.0
Release: 1
Summary: Ruby/ProgressBar is a flexible text progress bar library
License: MIT
@ -22,7 +22,7 @@ BuildArch: noarch
Documentation for %{name}.
%prep
%setup -q -n %{gem_name}-%{version}
%autosetup -n %{gem_name}-%{version}
%build
gem build ../%{gem_name}-%{version}.gemspec
@ -45,5 +45,8 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
%{gem_instdir}/Rakefile
%changelog
* Wed Jun 29 2022 chenchen <chen_aka_jan@163.com> - 1.11.0-1
- Update to 1.11.0
* Sun Aug 23 2020 xiezheng <xiezheng4@huawei.com> - 1.10.1-1
- package init