Upgrade version to 1.14.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-11-24 11:43:10 +08:00
parent eaca7024f1
commit cbb9d7241b
5 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
rack-cache-1.14.0.gem 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.13.0
Version: 1.14.0
Release: 1
Summary: HTTP Caching for Rack
License: MIT
URL: https://github.com/rtomayko/rack-cache
URL: https://github.com/rack/rack-cache/
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Source1: https://github.com/rtomayko/%{gem_name}/archive/v%{version}.tar.gz
Source1: https://github.com/rack/%{gem_name}/archive/v{version}/%{name}-%{version}.tar.gz
BuildRequires: ruby(release) rubygems-devel ruby rubygem(minitest) rubygem(mocha)
BuildRequires: rubygem(rack)
BuildArch: noarch
@ -57,6 +57,9 @@ popd
%doc %{gem_instdir}/README.md
%changelog
* Fri Nov 24 2023 xu_ping <707078654@qq.com> - 1.14.0-1
- Upgrade to 1.14.0
* Tue Jun 28 2022 wulei <wulei80@h-partners.com> - 1.13.0-1
- Upgrade to 1.13.0

Binary file not shown.