!2 rubygem-rack-cache升级至1.13.0版本
From: @wu-leilei Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
eaca7024f1
BIN
rack-cache-1.13.0.gem
Normal file
BIN
rack-cache-1.13.0.gem
Normal file
Binary file not shown.
Binary file not shown.
@ -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
BIN
v1.13.0.tar.gz
Normal file
Binary file not shown.
BIN
v1.6.1.tar.gz
BIN
v1.6.1.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user