!2 rubygem-rack-cache升级至1.13.0版本

From: @wu-leilei 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-07-04 02:03:04 +00:00 committed by Gitee
commit eaca7024f1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 %global gem_name rack-cache
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 1.6.1 Version: 1.13.0
Release: 1 Release: 1
Summary: HTTP Caching for Rack Summary: HTTP Caching for Rack
License: MIT License: MIT
@ -39,6 +39,7 @@ tar xf %{SOURCE1}
ln -s %{gem_name}-%{version}/test test ln -s %{gem_name}-%{version}/test test
sed -i '/bundler/ s/^/#/' test/test_helper.rb sed -i '/bundler/ s/^/#/' test/test_helper.rb
sed -i 's/maxitest/minitest/' 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} mv test/meta_store_test.rb{,.disabled}
ruby -Ilib -rtimeout -e 'Dir.glob "./test/**/*_test.rb", &method(:require)' ruby -Ilib -rtimeout -e 'Dir.glob "./test/**/*_test.rb", &method(:require)'
popd popd
@ -56,5 +57,8 @@ popd
%doc %{gem_instdir}/README.md %doc %{gem_instdir}/README.md
%changelog %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 * Fri Aug 21 2020 luoshengwei <luoshengwei@huawei.com> - 1.6.1-1
- package init - package init

BIN
v1.13.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.