Update to activesupport 6.1.3.2.

f38
Pavel Valena 4 years ago
parent 48430de477
commit feae146c78

@ -4,7 +4,7 @@
Name: rubygem-%{gem_name}
Epoch: 1
Version: 6.1.3.1
Version: 6.1.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.1.3.1-tests.txz v6.1.3.1 test/
# cd rails/activesupport && git archive -v -o activesupport-6.1.3.2-tests.txz v6.1.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.1.3.1-tools.txz v6.1.3.1 tools/
# cd rails && git archive -v -o rails-6.1.3.2-tools.txz v6.1.3.2 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
* Tue May 18 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3.2-1
- Update to activesupport 6.1.3.2.
* Fri Apr 09 2021 Pavel Valena <pvalena@redhat.com> - 1:6.1.3.1-1
- Update to activesupport 6.1.3.1.

@ -1,3 +1,3 @@
SHA512 (activesupport-6.1.3.1.gem) = f592f7d044a975e3333dabc8473c5b8c07a6aabc56f0d8783ef5e5838451edd7a999e4f37d64cf6da4498dbdffd5d9cbd8b464f599ef20b4bfa21651a35782b4
SHA512 (activesupport-6.1.3.1-tests.txz) = 48e8d45249261774c2f1e3f7eeb823a38a506fc9ba5d01160683c50c9983c104490b88ddac94e575e96ab95dda87a79f29d9bee0a534a5fd522a137fc8c9ca5f
SHA512 (rails-6.1.3.1-tools.txz) = 0fede5d26aaa07856af67a61d6a182976207df273586d19e50323e23354644699162762c961222343b972e2d5b8746d4b6ea91596ba7d39a366b9566f2914a7e
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

Loading…
Cancel
Save