Update to activesupport 4.2.1

f38
Josef Stribny 10 years ago
parent 12b587e509
commit bb2b0c0093

2
.gitignore vendored

@ -45,3 +45,5 @@ activesupport-2.3.8.gem
/activesupport-4.1.5.gem /activesupport-4.1.5.gem
/activesupport-4.2.0-tests.tgz /activesupport-4.2.0-tests.tgz
/activesupport-4.2.0.gem /activesupport-4.2.0.gem
/activesupport-4.2.1-tests.tgz
/activesupport-4.2.1.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.0 Version: 4.2.1
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.0 # git checkout v4.2.1
# tar czvf activesupport-4.2.0-tests.tgz test/ # tar czvf activesupport-4.2.1-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
@ -95,6 +95,9 @@ popd
%changelog %changelog
* Fri Mar 20 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.1-1
- Update to activesupport 4.2.1
* Mon Feb 09 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.0-1 * Mon Feb 09 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.0-1
- Update to activesupport 4.2.0 - Update to activesupport 4.2.0

@ -1,2 +1,2 @@
a3e59bb62ae62cf76dc49133e5921b91 activesupport-4.2.0-tests.tgz 7e8fae6e8277408d9f60b4287900d402 activesupport-4.2.1-tests.tgz
1d859830c3f628a534f99957f7b1fea1 activesupport-4.2.0.gem 99e138421467a2b8ff753736c65bebcc activesupport-4.2.1.gem

Loading…
Cancel
Save