Update to activesupport 6.0.3.3.

Resolves: rhbz#1877502
f38
Pavel Valena 4 years ago
parent 9bedb8bdc2
commit 6168ada9f8

@ -4,8 +4,8 @@
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Epoch: 1 Epoch: 1
Version: 6.0.3.2 Version: 6.0.3.3
Release: 3%{?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
URL: http://rubyonrails.org URL: http://rubyonrails.org
@ -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.0.3.2-tests.txz v6.0.3.2 test/ # cd rails/activesupport && git archive -v -o activesupport-6.0.3.3-tests.txz v6.0.3.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.0.3.2-tools.txz v6.0.3.2 tools/ # cd rails && git archive -v -o rails-6.0.3.3-tools.txz v6.0.3.3 tools/
Source2: rails-%{version}%{?prerelease}-tools.txz Source2: rails-%{version}%{?prerelease}-tools.txz
# Fix TZInfo 2.0 compatibility. # Fix TZInfo 2.0 compatibility.
# https://github.com/rails/rails/pull/34799 # https://github.com/rails/rails/pull/34799
@ -137,6 +137,10 @@ popd
%doc %{gem_instdir}/README.rdoc %doc %{gem_instdir}/README.rdoc
%changelog %changelog
* 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
* Thu Sep 10 08:42:03 GMT 2020 Vít Ondruch <vondruch@redhat.com> - 1:6.0.3.2-3 * Thu Sep 10 08:42:03 GMT 2020 Vít Ondruch <vondruch@redhat.com> - 1:6.0.3.2-3
- Fix evaluator test from web-console. - Fix evaluator test from web-console.

@ -1,3 +1,3 @@
SHA512 (activesupport-6.0.3.2.gem) = b6f3240d9a920228fb9204f0a05cbdb5354f4225d8643f0413e83a1c5fb6ef139366abdc0b3b76ca8018299978728ba39920da3a8913ee75ff41c1715e7e2cd1 SHA512 (activesupport-6.0.3.3.gem) = 050599b16a63752df1f347a34e4faccb960ee3f57012032960f6792b603c09245773fd87ee9c1a0af80335ee89d4a6b3efd3c8c2d7eda73126c5b548b3c06061
SHA512 (activesupport-6.0.3.2-tests.txz) = c5d4e0392ead9da905e2fdb1f166be2f00f52520dfcbbca342194bf335f07c645ad2a26975d65784a3ecad2afe0134eeaad6958b8550c6bfb3b31debecc5fb2e SHA512 (activesupport-6.0.3.3-tests.txz) = 391c7394832f4dfd05bfe22b8fd0173cdb41fdcebff03da588b03af90f4be6c8909e4a9f3a31705d158bc36927c63a04763630601b5a200faf7d19442b60079a
SHA512 (rails-6.0.3.2-tools.txz) = f6202a114d6b40da8d452d7e8570b2d394cd53374888e28718a8dc65ddbc441ea4baefe9a4327a68efa6615eaffeba352c21e504efa53e28aa23c2b2c5f11e1a SHA512 (rails-6.0.3.3-tools.txz) = fc2a32e907c3dc0ff31e3748c7a0b2ed69aff3f9a8ed62d16d00d7a11b5dc7fda5529ff16b697d8379aae25bd3edac1c46fb3dbb8cfbd841c804e701d17b3da0

Loading…
Cancel
Save