Upgrade to version 7.0.4

This commit is contained in:
wk333 2023-01-19 14:26:51 +08:00
parent f26330296e
commit 9ca33d7949
5 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
activemodel-7.0.4.gem Normal file

Binary file not shown.

View File

@ -3,7 +3,7 @@
%bcond_with bootstrap %bcond_with bootstrap
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 6.1.4.1 Version: 7.0.4
Release: 1 Release: 1
Summary: A toolkit for building modeling frameworks (part of Rails) Summary: A toolkit for building modeling frameworks (part of Rails)
License: MIT License: MIT
@ -12,12 +12,12 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# The gem doesn't ship with the test suite. # The gem doesn't ship with the test suite.
# You may check it out like so # You may check it out like so
# git clone https://github.com/rails/rails.git # git clone https://github.com/rails/rails.git
# cd rails/activemodel && git archive -v -o activemodel-6.1.4.1-tests.txz v6.1.4.1 test/ # cd rails/activemodel && git archive -v -o activemodel-7.0.4-tests.txz v7.0.4 test/
Source1: %{gem_name}-%{version}-tests.txz Source1: %{gem_name}-%{version}-tests.txz
# The tools are needed for the test suite, are however unpackaged in gem file. # The tools are needed for the test suite, are however unpackaged in gem file.
# You may check it out like so # You may check it out like so
# git clone http://github.com/rails/rails.git --no-checkout # git clone http://github.com/rails/rails.git --no-checkout
# cd rails && git archive -v -o rails-6.1.4.1-tools.txz v6.1.4.1 tools/ # cd rails && git archive -v -o rails-7.0.4-tools.txz v7.0.4 tools/
Source2: rails-%{version}-tools.txz Source2: rails-%{version}-tools.txz
BuildRequires: ruby(release) BuildRequires: ruby(release)
@ -81,6 +81,9 @@ popd
%doc %{gem_instdir}/README.rdoc %doc %{gem_instdir}/README.rdoc
%changelog %changelog
* Thu Jan 19 2023 wangkai <wangkai385@h-partners.com> - 7.0.4-1
- Upgrade to version 7.0.4
* Mon May 02 2022 wangkerong <wangkerong@h-partners.com>- 6.1.4.1-1 * Mon May 02 2022 wangkerong <wangkerong@h-partners.com>- 6.1.4.1-1
- Upgrade to 6.1.4.1 - Upgrade to 6.1.4.1