!5 update version to 1.15.0

From: @woody2918 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
woody2918 2024-02-22 00:55:28 +00:00 committed by openeuler-ci-bot
parent 0fe4ffe159
commit c516e8ea1e
5 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
rack-cache-1.15.0.gem Normal file

Binary file not shown.

BIN
rack-cache-1.15.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global gem_name rack-cache
Name: rubygem-%{gem_name}
Version: 1.14.0
Version: 1.15.0
Release: 1
Summary: HTTP Caching for Rack
License: MIT
URL: https://github.com/rack/rack-cache/
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Source1: https://github.com/rack/%{gem_name}/archive/v{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/rack/%{gem_name}/archive/v{version}/%{gem_name}-%{version}.tar.gz
BuildRequires: ruby(release) rubygems-devel ruby rubygem(minitest) rubygem(mocha)
BuildRequires: rubygem(rack)
BuildArch: noarch
@ -57,6 +57,11 @@ popd
%doc %{gem_instdir}/README.md
%changelog
* Tue Jan 30 2024 woody2918 <wudi1@uniontech.com> - 1.15.0-1
- Upgrade to 1.15.0
- Update reference to MiniTest -> Minitest
- Add test (and fix support for) for Rack v2.1.x.
* Fri Nov 24 2023 xu_ping <707078654@qq.com> - 1.14.0-1
- Upgrade to 1.14.0