Update to Active Support 5.2.2.1.

f38
Pavel Valena 6 years ago
parent fac58cc490
commit b67ee55a01

@ -2,8 +2,8 @@
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Epoch: 1 Epoch: 1
Version: 5.2.2 Version: 5.2.2.1
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,7 +13,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# Rails rpms, you may check it out like so # Rails rpms, 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/ # cd rails/activesupport/
# git checkout v5.2.2 && tar czvf activesupport-5.2.2-tests.tgz test/ # git checkout v5.2.2.1 && tar czvf activesupport-5.2.2.1-tests.tgz test/
Source1: %{gem_name}-%{version}-tests.tgz Source1: %{gem_name}-%{version}-tests.tgz
# Fix Range compatibility with Ruby 2.6. # Fix Range compatibility with Ruby 2.6.
@ -116,6 +116,9 @@ popd
%doc %{gem_instdir}/README.rdoc %doc %{gem_instdir}/README.rdoc
%changelog %changelog
* Thu Mar 14 2019 Pavel Valena <pvalena@redhat.com> - 1:5.2.2.1-1
- Update to Active Support 5.2.2.1.
* Mon Feb 04 2019 Vít Ondruch <vondruch@redhat.com> - 1:5.2.2-3 * Mon Feb 04 2019 Vít Ondruch <vondruch@redhat.com> - 1:5.2.2-3
- Fix Range and BigDecimal compatibility with Ruby 2.6. - Fix Range and BigDecimal compatibility with Ruby 2.6.

@ -1,2 +1,2 @@
SHA512 (activesupport-5.2.2.gem) = b768c735af6f944300d7a2197b48ad99a324acb990413c1feb67578f9a18a106b2ae6800d19defa51be52d95c52fb4bdd11d65d7f81a29267d803a01980a25ec SHA512 (activesupport-5.2.2.1.gem) = 083f5d4c4afae72d148d66aef7edf1348f5083b8c80c896879f9b570aa9d1220203e2720fdebc7b383eaefe4cfac6c25a2e3ae6cbbf86a11b2eeaa1a035bb8b2
SHA512 (activesupport-5.2.2-tests.tgz) = e454b2d6ad48e61ce60e5153448e9a56773ff84eb5923bc63a290968a92895228a4c0b2d60163d2159c921e3c19e72b794036a24bf72e6fe488dfc217c2fcd10 SHA512 (activesupport-5.2.2.1-tests.tgz) = 20b24f5194e7e7f8f8eb8ef2a030b544f710f314cbddc9004561446fcc9737e0fa5eced91db419a260bc54ea041e4c482c771dd8882ad10f2713409d15932ab7

Loading…
Cancel
Save