!4 Upgrade version to 1.14.0

From: @cherry530 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-24 07:31:52 +00:00 committed by Gitee
commit 0fe4ffe159
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.