Update to activesupport 4.2.6

f38
Pavel Valena 9 years ago
parent 5f37867aa9
commit 48de5af664

2
.gitignore vendored

@ -59,3 +59,5 @@ activesupport-2.3.8.gem
/activesupport-4.2.5.1.gem /activesupport-4.2.5.1.gem
/activesupport-4.2.5.2-tests.tgz /activesupport-4.2.5.2-tests.tgz
/activesupport-4.2.5.2.gem /activesupport-4.2.5.2.gem
/activesupport-4.2.6-tests.tgz
/activesupport-4.2.6.gem

@ -3,7 +3,7 @@
Summary: Support and utility classes used by the Rails framework Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Epoch: 1 Epoch: 1
Version: 4.2.5.2 Version: 4.2.6
Release: 1%{?dist} Release: 1%{?dist}
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
@ -15,8 +15,8 @@ Source0: http://rubygems.org/downloads/activesupport-%{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 v4.2.5.2 # git checkout v4.2.6
# tar czvf activesupport-4.2.5.2-tests.tgz test/ # tar czvf activesupport-4.2.6-tests.tgz test/
Source2: activesupport-%{version}-tests.tgz Source2: activesupport-%{version}-tests.tgz
# Removes code which breaks the test suite due to a # Removes code which breaks the test suite due to a
@ -101,6 +101,9 @@ popd
%changelog %changelog
* Tue Mar 08 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.6-1
- Update to activesupport 4.2.6
* Tue Mar 01 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.5.2-1 * Tue Mar 01 2016 Pavel Valena <pvalena@redhat.com> - 1:4.2.5.2-1
- Update to activesupport 4.2.5.2 - Update to activesupport 4.2.5.2

@ -1,2 +1,2 @@
dbc8d79539187dcdcde22ce51ddcd718 activesupport-4.2.5.2-tests.tgz 5b4606a09686f5d36ffa4da067ee74d8 activesupport-4.2.6-tests.tgz
51d5ed55a73fcf0e4484b8cfea2f57b5 activesupport-4.2.5.2.gem c0184468ba34a77aa4d0d31adbf9c354 activesupport-4.2.6.gem

Loading…
Cancel
Save