Update to activesupport 6.0.3.4.

Resolves: rhbz#1886136
f38
Pavel Valena 4 years ago
parent 6168ada9f8
commit 2fc28ff854

@ -4,7 +4,7 @@
Name: rubygem-%{gem_name}
Epoch: 1
Version: 6.0.3.3
Version: 6.0.3.4
Release: 1%{?dist}
Summary: A support libraries and Ruby core extensions extracted from the Rails framework
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.
# You may check it out like so
# git clone http://github.com/rails/rails.git
# cd rails/activesupport && git archive -v -o activesupport-6.0.3.3-tests.txz v6.0.3.3 test/
# cd rails/activesupport && git archive -v -o activesupport-6.0.3.4-tests.txz v6.0.3.4 test/
Source1: %{gem_name}-%{version}%{?prerelease}-tests.txz
# The tools are needed for the test suite, are however unpackaged in gem file.
# You may get them like so
# git clone http://github.com/rails/rails.git --no-checkout
# cd rails && git archive -v -o rails-6.0.3.3-tools.txz v6.0.3.3 tools/
# cd rails && git archive -v -o rails-6.0.3.4-tools.txz v6.0.3.4 tools/
Source2: rails-%{version}%{?prerelease}-tools.txz
# Fix TZInfo 2.0 compatibility.
# https://github.com/rails/rails/pull/34799
@ -137,6 +137,10 @@ popd
%doc %{gem_instdir}/README.rdoc
%changelog
* Thu Oct 8 10:45:37 CEST 2020 Pavel Valena <pvalena@redhat.com> - 1:6.0.3.4-1
- Update to activesupport 6.0.3.4.
Resolves: rhbz#1886136
* Fri Sep 18 17:58:30 CEST 2020 Pavel Valena <pvalena@redhat.com> - 1:6.0.3.3-1
- Update to activesupport 6.0.3.3.
Resolves: rhbz#1877502

@ -1,3 +1,3 @@
SHA512 (activesupport-6.0.3.3.gem) = 050599b16a63752df1f347a34e4faccb960ee3f57012032960f6792b603c09245773fd87ee9c1a0af80335ee89d4a6b3efd3c8c2d7eda73126c5b548b3c06061
SHA512 (activesupport-6.0.3.3-tests.txz) = 391c7394832f4dfd05bfe22b8fd0173cdb41fdcebff03da588b03af90f4be6c8909e4a9f3a31705d158bc36927c63a04763630601b5a200faf7d19442b60079a
SHA512 (rails-6.0.3.3-tools.txz) = fc2a32e907c3dc0ff31e3748c7a0b2ed69aff3f9a8ed62d16d00d7a11b5dc7fda5529ff16b697d8379aae25bd3edac1c46fb3dbb8cfbd841c804e701d17b3da0
SHA512 (activesupport-6.0.3.4.gem) = 98668d420f2b3d207ae1513bf9736089b51becb3e9272d5f30e2ca616ee69ee47ce91e30f5e76ada7e9711f08d0acb513697686a7b83fa9582064c280c634117
SHA512 (activesupport-6.0.3.4-tests.txz) = 483cdb18696eb8e5a4a65e31e98256f0add1081800c8f7a85dede2a96ec8e42b5f6a5bf89e238cf46cc68435ec8e26031e364e13086ff9a1578d15b0eba08890
SHA512 (rails-6.0.3.4-tools.txz) = b40d90e55da9c31462bd21c62394198900aa42f161d30f8edd32f7217d904fbdd98d2cfba7c5d542d5b89578424669fcaffbe0006f6efd62cc676065100daac3

Loading…
Cancel
Save