Update to activesupport 6.1.3.

f38
Pavel Valena 4 years ago
parent 90b5024c92
commit 94a7bca8dc

@ -4,7 +4,7 @@
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Epoch: 1 Epoch: 1
Version: 6.1.2.1 Version: 6.1.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: A support libraries and Ruby core extensions extracted from the Rails framework Summary: A support libraries and Ruby core extensions extracted from the Rails framework
License: MIT License: MIT
@ -13,12 +13,12 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{?prerelease}.gem
# The activesupport gem doesn't ship with the test suite. # The activesupport gem doesn't ship with the test suite.
# You may check it out like so # You may check it out like so
# git clone http://github.com/rails/rails.git # git clone http://github.com/rails/rails.git
# cd rails/activesupport && git archive -v -o activesupport-6.1.2.1-tests.txz v6.1.2.1 test/ # cd rails/activesupport && git archive -v -o activesupport-6.1.3-tests.txz v6.1.3 test/
Source1: %{gem_name}-%{version}%{?prerelease}-tests.txz Source1: %{gem_name}-%{version}%{?prerelease}-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 get them like so # You may get them 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.2.1-tools.txz v6.1.2.1 tools/ # cd rails && git archive -v -o rails-6.1.3-tools.txz v6.1.3 tools/
Source2: rails-%{version}%{?prerelease}-tools.txz Source2: rails-%{version}%{?prerelease}-tools.txz
# ruby package has just soft dependency on rubygem({bigdecimal,json}), while # ruby package has just soft dependency on rubygem({bigdecimal,json}), while
@ -116,6 +116,9 @@ popd
%doc %{gem_instdir}/README.rdoc %doc %{gem_instdir}/README.rdoc
%changelog %changelog
* Thu Feb 18 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3-1
- Update to activesupport 6.1.3.
* Mon Feb 15 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.2.1-1 * Mon Feb 15 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.2.1-1
- Update to activesupport 6.1.2.1. - Update to activesupport 6.1.2.1.

@ -1,3 +1,3 @@
SHA512 (activesupport-6.1.2.1.gem) = 9d5e2b2b0df869d1b5c174572fe4c8e277c61f7bfb351249709ed4436aaa3dc8aa6ead00c78d260fc8dee1bf6dc7a333bf7627376b69d78e5008de0650b91c8d SHA512 (activesupport-6.1.3.gem) = 0cad1a00c41fa9d23d6374659d8db588a24cf129551c3ef821b0daeaa14376ab2ae7faff40c123e71155ab9460f6da5479a8e165f7e323c7433c739f423d3612
SHA512 (activesupport-6.1.2.1-tests.txz) = 891f318bba819960375ee7cdfd0c0980010f843413312888046114bbf9b8b1902016ab9df497a9227815555ef043c94555de896a77593eafb2682baa76d803d7 SHA512 (activesupport-6.1.3-tests.txz) = bbf29fc9476d3c471f766c66682f71d467c706a84113994442aef405f213c6d7a0089c65d7fffc31c565628e82c9aee5b39352fccfbe16c5d4552e07d6d789ca
SHA512 (rails-6.1.2.1-tools.txz) = 206e1a5b611c673ad4829cefdbd9e1b4db5eb4f5007264ba847192947c89508489b5f62c1e2d5bd140cb7ed27798713e4427d74a8bf0b48becb2749a07530a61 SHA512 (rails-6.1.3-tools.txz) = abdeda943f2eef9cec62c679499a2d5ebaf8234277d1cbf2357732c245c01c01c787ee231256d6b17557e8987679fcca4e6cc2c78484d8c34dfe3496dfe47a74

Loading…
Cancel
Save