diff --git a/.gitignore b/.gitignore index 17b0322..61742bb 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ activesupport-2.3.8.gem /activesupport-4.0.3.gem /activesupport-4.1.0-tests.tgz /activesupport-4.1.0.gem +/activesupport-4.1.1-tests.tgz +/activesupport-4.1.1.gem diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index bd30142..b1c2de7 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -3,8 +3,8 @@ Summary: Support and utility classes used by the Rails framework Name: rubygem-%{gem_name} Epoch: 1 -Version: 4.1.0 -Release: 2%{?dist} +Version: 4.1.1 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://www.rubyonrails.org @@ -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.0.3 -# tar czvf activesupport-4.0.3-tests.tgz test/ +# git checkout v4.1.1 +# tar czvf activesupport-4.1.1-tests.tgz test/ Source2: activesupport-%{version}-tests.tgz # Removes code which breaks the test suite due to a @@ -95,6 +95,9 @@ popd %changelog +* Thu May 22 2014 Josef Stribny - 1:4.1.1-1 +- Update to ActiveSupport 4.1.1 + * Thu Apr 17 2014 Josef Stribny - 1:4.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1 diff --git a/sources b/sources index aafe078..8ba8da8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -ea70fc8cf8517eae0b07ef9bea03a6ad activesupport-4.1.0-tests.tgz -3be9c94b8776b8e70a8fd4b59e31b1b1 activesupport-4.1.0.gem +c7d4c9073a0fd8abec6f6746b63dfa93 activesupport-4.1.1-tests.tgz +09abf2d8e8cbdda42593141bff2901d2 activesupport-4.1.1.gem