Update to Active Support 5.1.3.

f38
Pavel Valena 8 years ago
parent a0120052c8
commit 6d34f765ef

2
.gitignore vendored

@ -73,3 +73,5 @@ activesupport-2.3.8.gem
/activesupport-5.1.1-tests.tgz
/activesupport-5.1.2-tests.tgz
/activesupport-5.1.2.gem
/activesupport-5.1.3-tests.tgz
/activesupport-5.1.3.gem

@ -2,8 +2,8 @@
Name: rubygem-%{gem_name}
Epoch: 1
Version: 5.1.2
Release: 2%{?dist}
Version: 5.1.3
Release: 1%{?dist}
Summary: A support libraries and Ruby core extensions extracted from the Rails framework
Group: Development/Languages
License: MIT
@ -14,7 +14,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# Rails rpms, you may check it out like so
# git clone http://github.com/rails/rails.git
# cd rails/activesupport/
# git checkout v5.1.2 && tar czvf activesupport-5.1.2-tests.tgz test/
# git checkout v5.1.3 && tar czvf activesupport-5.1.3-tests.tgz test/
Source1: %{gem_name}-%{version}-tests.tgz
# ruby package has just soft dependency on rubygem(bigdecimal), while
@ -95,6 +95,9 @@ popd
%doc %{gem_instdir}/README.rdoc
%changelog
* Tue Aug 08 2017 Pavel Valena <pvalena@redhat.com> - 1:5.1.3-1
- Update to Active Support 5.1.3.
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

@ -1,2 +1,2 @@
SHA512 (activesupport-5.1.2-tests.tgz) = bab66903338b3e2c84952c574a6cddab06ac69c4d0d5092e0d8e8f2657ea6699b90f3ee6ed0d1bc628b4cfeb80e5baf4d2bc5afe210eee9503471fa2ef9e41fa
SHA512 (activesupport-5.1.2.gem) = 30ba768622f15a3f4bba3d6692621a561be8cc82b9757119e5d9856009a0e5ecad82a7e34d0c7f6c1cf01c537718319e98a767865a1ae3074bc649279c828d33
SHA512 (activesupport-5.1.3-tests.tgz) = 84d1e41a39c88fe3b66aff9bf27a22cc15c2c1418446440ea0baf90e712b86ac533f972e4a29a282c554f7150ca8a881ed7c48a307763674b2f19965e7f37b7a
SHA512 (activesupport-5.1.3.gem) = c7e51664458fe1473f6a24bcce6ae8ae1f0a280462817d22626541fd5006183fa0c0d003479ccecf3d927c0688b480382709e484fd4b101f31f85673a94583b8

Loading…
Cancel
Save