diff options
Diffstat (limited to 'rubygem-activesupport.spec')
-rw-r--r-- | rubygem-activesupport.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index 5dc8317..35b8f2f 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -9,7 +9,7 @@ Summary: Support and utility classes used by the Rails framework Name: rubygem-%{gem_name} Epoch: 1 -Version: 2.3.16 +Version: 2.3.17 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -21,8 +21,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 v2.3.16 -# tar czvf activesupport-2.3.16-tests.tgz test/ +# git checkout v2.3.17 +# tar czvf activesupport-2.3.17-tests.tgz test/ Source2: activesupport-%{version}-tests.tgz # JSON tests fail without a3eaaf6b50b76a51080ec9ae6b217095868f3054 @@ -116,6 +116,9 @@ popd %changelog +* Tue Feb 12 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 1:2.3.17-1 +- Upgrade to ActiveSupport 2.3.17. + * Thu Feb 07 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 1:2.3.16-1 - Downgrade to ActiveSupport 2.3.16. - RHEL 6 compatibility. |