Update to ActiveSupport 4.1.5

f38
Josef Stribny 11 years ago
parent a1b72085db
commit 5c46adc644

2
.gitignore vendored

@ -41,3 +41,5 @@ activesupport-2.3.8.gem
/activesupport-4.1.1.gem /activesupport-4.1.1.gem
/activesupport-4.1.4-tests.tgz /activesupport-4.1.4-tests.tgz
/activesupport-4.1.4.gem /activesupport-4.1.4.gem
/activesupport-4.1.5-tests.tgz
/activesupport-4.1.5.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.1.4 Version: 4.1.5
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.1.4 # git checkout v4.1.5
# tar czvf activesupport-4.1.4-tests.tgz test/ # tar czvf activesupport-4.1.5-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
* Tue Aug 19 2014 Josef Stribny <jstribny@redhat.com> - 4.1.5-1
- Update to activesupport 4.1.5
* Fri Jul 04 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.4-1 * Fri Jul 04 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.4-1
- Update to ActiveSupport 4.1.4 - Update to ActiveSupport 4.1.4

@ -1,2 +1,2 @@
a73dac7641cb00f042169b0a1d1b53d3 activesupport-4.1.4-tests.tgz d814333c69540a253bbd6275ba19ab8b activesupport-4.1.5-tests.tgz
77c0831ffa5ea70c6ffa7a8730ca33d6 activesupport-4.1.4.gem bd1aa266047ff3866286cc41cbd091ba activesupport-4.1.5.gem

Loading…
Cancel
Save