Update to activesupport 6.0.3.2.

Resolves: rhbz#1742797
f38
Pavel Valena 5 years ago
parent 60be59131a
commit c7db655091

@ -4,7 +4,7 @@
Name: rubygem-%{gem_name}
Epoch: 1
Version: 6.0.3.1
Version: 6.0.3.2
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.1-tests.txz v6.0.3.1 test/
# cd rails/activesupport && git archive -v -o activesupport-6.0.3.2-tests.txz v6.0.3.2 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.1-tools.txz v6.0.3.1 tools/
# cd rails && git archive -v -o rails-6.0.3.2-tools.txz v6.0.3.2 tools/
Source2: rails-%{version}%{?prerelease}-tools.txz
# Fix TZInfo 2.0 compatibility.
# https://github.com/rails/rails/pull/34799
@ -127,6 +127,10 @@ popd
%doc %{gem_instdir}/README.rdoc
%changelog
* Mon Aug 17 04:41:17 GMT 2020 Pavel Valena <pvalena@redhat.com> - 1:6.0.3.2-1
- Update to activesupport 6.0.3.2.
Resolves: rhbz#1742797
* Mon Aug 03 07:01:37 GMT 2020 Pavel Valena <pvalena@redhat.com> - 6.0.3.1-1
- Update to ActiveSupport 6.0.3.1.
Resolves: rhbz#1742797

@ -1,3 +1,3 @@
SHA512 (activesupport-6.0.3.1.gem) = b4b80a2fd08f4dc62a22b8946a91e81116e07a275d2ab75cb7021aa8f3481816ce32b5a598eb532235fe2e686cb1a000fad1667ab4d9561cd01a7e682244f6f8
SHA512 (activesupport-6.0.3.1-tests.txz) = 38e34723040d209fb11aaf6b7c01a4e6bafceb1c6a53417dffc2f154996ba66cf80775b2e6f040548920537f27057c19bd3f09493a4de0bf99eb70be4ce2b6a3
SHA512 (rails-6.0.3.1-tools.txz) = e461674faf787a4f488e93b43747f829b9ea764167ac4782190ac469c4b0941e307e0a72b786a8392c00df1221d02622ffd4b29d7ea43e6c018daf463e092f6a
SHA512 (activesupport-6.0.3.2.gem) = b6f3240d9a920228fb9204f0a05cbdb5354f4225d8643f0413e83a1c5fb6ef139366abdc0b3b76ca8018299978728ba39920da3a8913ee75ff41c1715e7e2cd1
SHA512 (activesupport-6.0.3.2-tests.txz) = c5d4e0392ead9da905e2fdb1f166be2f00f52520dfcbbca342194bf335f07c645ad2a26975d65784a3ecad2afe0134eeaad6958b8550c6bfb3b31debecc5fb2e
SHA512 (rails-6.0.3.2-tools.txz) = f6202a114d6b40da8d452d7e8570b2d394cd53374888e28718a8dc65ddbc441ea4baefe9a4327a68efa6615eaffeba352c21e504efa53e28aa23c2b2c5f11e1a

Loading…
Cancel
Save