diff --git a/.gitignore b/.gitignore index d61c4ad..145980e 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ activesupport-2.3.8.gem /activesupport-4.1.1.gem /activesupport-4.1.4-tests.tgz /activesupport-4.1.4.gem +/activesupport-4.1.5-tests.tgz +/activesupport-4.1.5.gem diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index 5666c10..c45f091 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -3,7 +3,7 @@ Summary: Support and utility classes used by the Rails framework Name: rubygem-%{gem_name} Epoch: 1 -Version: 4.1.4 +Version: 4.1.5 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -15,8 +15,8 @@ Source0: http://rubygems.org/downloads/activesupport-%{version}.gem # Rails rpms, you may check it out like so # git clone http://github.com/rails/rails.git # cd rails/activesupport/ -# git checkout v4.1.4 -# tar czvf activesupport-4.1.4-tests.tgz test/ +# git checkout v4.1.5 +# tar czvf activesupport-4.1.5-tests.tgz test/ Source2: activesupport-%{version}-tests.tgz # Removes code which breaks the test suite due to a @@ -95,6 +95,9 @@ popd %changelog +* Tue Aug 19 2014 Josef Stribny - 4.1.5-1 +- Update to activesupport 4.1.5 + * Fri Jul 04 2014 Josef Stribny - 1:4.1.4-1 - Update to ActiveSupport 4.1.4 diff --git a/sources b/sources index 48913d1..b8adef8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a73dac7641cb00f042169b0a1d1b53d3 activesupport-4.1.4-tests.tgz -77c0831ffa5ea70c6ffa7a8730ca33d6 activesupport-4.1.4.gem +d814333c69540a253bbd6275ba19ab8b activesupport-4.1.5-tests.tgz +bd1aa266047ff3866286cc41cbd091ba activesupport-4.1.5.gem