upgrade to 5.2.4.4

(cherry picked from commit e175ba353e4fb39aa18b0139f76e72e36957b68b)
This commit is contained in:
si-gui 2021-02-08 17:52:42 +08:00 committed by openeuler-sync-bot
parent 5825cef999
commit 005abd919a
4 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
activerecord-5.2.4.4.gem Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global gem_name activerecord
Name: rubygem-%{gem_name}
Epoch: 1
Version: 5.2.3
Version: 5.2.4.4
Release: 1
Summary: Object-relational mapper framework (part of Rails)
License: MIT
URL: http://rubyonrails.org
Source0: https://rubygems.org/gems/activerecord-5.2.3.gem
Source1: https://github.com/rails/rails/archive/v5.2.3.tar.gz
Source0: https://rubygems.org/gems/activerecord-5.2.4.4.gem
Source1: https://github.com/rails/rails/archive/v5.2.4.4.tar.gz
Suggests: %{_bindir}/sqlite3
BuildRequires: rubygems-devel rubygem(bcrypt) rubygem(activesupport) = %{version}
BuildRequires: rubygem(activemodel) = %{version} rubygem(builder) rubygem(sqlite3)
@ -71,5 +71,8 @@ popd
%{gem_instdir}/examples
%changelog
* Mon Feb 8 2021 sunguoshuai<sunguoshuai@huawei.com>- 5.2.4.4-1
- Upgrade to 5.2.4.4
* Wed Aug 12 2020 chengzihan <chengzihan2@huawei.com> - 5.2.3-1
- Package init

Binary file not shown.