Update to activesupport 6.1.4.

f38
Pavel Valena 4 years ago
parent feae146c78
commit da49dd4714

@ -4,7 +4,7 @@
Name: rubygem-%{gem_name}
Epoch: 1
Version: 6.1.3.2
Version: 6.1.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.1.3.2-tests.txz v6.1.3.2 test/
# cd rails/activesupport && git archive -v -o activesupport-6.1.4-tests.txz v6.1.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.1.3.2-tools.txz v6.1.3.2 tools/
# cd rails && git archive -v -o rails-6.1.4-tools.txz v6.1.4 tools/
Source2: rails-%{version}%{?prerelease}-tools.txz
# ruby package has just soft dependency on rubygem({bigdecimal,json}), while
@ -116,6 +116,9 @@ popd
%doc %{gem_instdir}/README.rdoc
%changelog
* Wed Jun 30 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.4-1
- Update to activesupport 6.1.4.
* Tue May 18 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3.2-1
- Update to activesupport 6.1.3.2.

@ -1,3 +1,3 @@
SHA512 (activesupport-6.1.3.2.gem) = 47cc9ef0f83fa29b04fc341c76453b939f015f6c99a49566e8785bfd4db351387b486972aa0b697dda7b339321333b548e73c918c6567a25a539008c514e9029
SHA512 (activesupport-6.1.3.2-tests.txz) = b57af625d8d548032d938d52cdf3776a0600d9bb03ad7c7846093fa42ed46a6f65dffe510e99969dc4b2d0950a036b6372f9f2bcc3e3bf6a6e209a6c3422f5cb
SHA512 (rails-6.1.3.2-tools.txz) = b95f9606f9257da6491ff76bf963af4fe0e55b92a8ffdf20a9a9e34c6d414aeb861d0d12408db0ba595311ff7a3ba73b2f4d86b58226cee7b20cbece093b2a7e
SHA512 (activesupport-6.1.4.gem) = 20a551bd6ac66e8631cac5f61d791b87659f9716e968328739509280a1ed10c0a1caa72f0e869c4b2ec110188de8d67bae40cbfe6d105ce5638d57fc4c974138
SHA512 (activesupport-6.1.4-tests.txz) = 9b946171d6066a33b4464b86286c87a5f9bbebe508749dffa204593a029700cdaa56ab89ba08fc7c6ec22a5f290250ef3bc79fdfa909c5a65399983b0d1068be
SHA512 (rails-6.1.4-tools.txz) = acc3c9ba7c13817c27cb2bb06829b87c2bc82ca73b214e2ab20380ed9ac6fac221aa8a9183bb2aaf8685c21f049583ece09aa01660b191830879e086e286cb69

Loading…
Cancel
Save