diff --git a/activemodel-6.1.4.1.gem b/activemodel-6.1.4.1.gem deleted file mode 100644 index dad3916..0000000 Binary files a/activemodel-6.1.4.1.gem and /dev/null differ diff --git a/activemodel-6.1.4.1-tests.txz b/activemodel-7.0.4-tests.txz similarity index 88% rename from activemodel-6.1.4.1-tests.txz rename to activemodel-7.0.4-tests.txz index f21b2fe..968971c 100644 Binary files a/activemodel-6.1.4.1-tests.txz and b/activemodel-7.0.4-tests.txz differ diff --git a/activemodel-7.0.4.gem b/activemodel-7.0.4.gem new file mode 100644 index 0000000..1161cba Binary files /dev/null and b/activemodel-7.0.4.gem differ diff --git a/rails-6.1.4.1-tools.txz b/rails-7.0.4-tools.txz similarity index 95% rename from rails-6.1.4.1-tools.txz rename to rails-7.0.4-tools.txz index 2a29578..a34575f 100644 Binary files a/rails-6.1.4.1-tools.txz and b/rails-7.0.4-tools.txz differ diff --git a/rubygem-activemodel.spec b/rubygem-activemodel.spec index ad574dc..0a90edb 100644 --- a/rubygem-activemodel.spec +++ b/rubygem-activemodel.spec @@ -3,7 +3,7 @@ %bcond_with bootstrap Name: rubygem-%{gem_name} -Version: 6.1.4.1 +Version: 7.0.4 Release: 1 Summary: A toolkit for building modeling frameworks (part of Rails) License: MIT @@ -12,12 +12,12 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # The gem doesn't ship with the test suite. # You may check it out like so # 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 # The tools are needed for the test suite, are however unpackaged in gem file. # You may check it out like so # 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 BuildRequires: ruby(release) @@ -81,6 +81,9 @@ popd %doc %{gem_instdir}/README.rdoc %changelog +* Thu Jan 19 2023 wangkai - 7.0.4-1 +- Upgrade to version 7.0.4 + * Mon May 02 2022 wangkerong - 6.1.4.1-1 - Upgrade to 6.1.4.1