Upgrade to 1.13.0

This commit is contained in:
wu-leilei 2022-06-30 10:18:35 +08:00
parent 69267508ae
commit a905d673f1
5 changed files with 5 additions and 1 deletions

BIN
rack-cache-1.13.0.gem Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global gem_name rack-cache
Name: rubygem-%{gem_name}
Version: 1.6.1
Version: 1.13.0
Release: 1
Summary: HTTP Caching for Rack
License: MIT
@ -39,6 +39,7 @@ tar xf %{SOURCE1}
ln -s %{gem_name}-%{version}/test test
sed -i '/bundler/ s/^/#/' test/test_helper.rb
sed -i 's/maxitest/minitest/' test/test_helper.rb
sed -i '/global_must/d' test/test_helper.rb
mv test/meta_store_test.rb{,.disabled}
ruby -Ilib -rtimeout -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
popd
@ -56,5 +57,8 @@ popd
%doc %{gem_instdir}/README.md
%changelog
* Tue Jun 28 2022 wulei <wulei80@h-partners.com> - 1.13.0-1
- Upgrade to 1.13.0
* Fri Aug 21 2020 luoshengwei <luoshengwei@huawei.com> - 1.6.1-1
- package init

BIN
v1.13.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.