Update to activesupport 4.2.4

f38
Josef Stribny 10 years ago
parent 837b01c1d9
commit 12e87044dd

2
.gitignore vendored

@ -51,3 +51,5 @@ activesupport-2.3.8.gem
/activesupport-4.2.2.gem /activesupport-4.2.2.gem
/activesupport-4.2.3-tests.tgz /activesupport-4.2.3-tests.tgz
/activesupport-4.2.3.gem /activesupport-4.2.3.gem
/activesupport-4.2.4-tests.tgz
/activesupport-4.2.4.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.3 Version: 4.2.4
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.3 # git checkout v4.2.4
# tar czvf activesupport-4.2.3-tests.tgz test/ # tar czvf activesupport-4.2.4-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
* Wed Aug 26 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.4-1
- Update to activesupport 4.2.4
* Tue Jun 30 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.3-1 * Tue Jun 30 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.3-1
- Update to activesupport 4.2.3 - Update to activesupport 4.2.3

@ -1,2 +1,2 @@
a46a02292334162abe60ea245b6449bf activesupport-4.2.3-tests.tgz 48d5486f9cc3c973ab9de03beadff14d activesupport-4.2.4-tests.tgz
47661cf402931b39203849d408ec4300 activesupport-4.2.3.gem 6d363d7e0f14f118f1fd9d7a0cfe8e18 activesupport-4.2.4.gem

Loading…
Cancel
Save