From b714e0e6780be9909a071204096034127674e0e5 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 12 Feb 2013 22:08:44 -0700 Subject: Upgrade to ActiveRecord 2.3.17. --- rubygem-activerecord.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'rubygem-activerecord.spec') diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec index 8ac996a..ee53e24 100644 --- a/rubygem-activerecord.spec +++ b/rubygem-activerecord.spec @@ -9,7 +9,7 @@ Summary: Implements the ActiveRecord pattern for ORM Name: rubygem-%{gem_name} Epoch: 1 -Version: 2.3.16 +Version: 2.3.17 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -17,8 +17,8 @@ URL: http://www.rubyonrails.org Source0: http://rubygems.org/downloads/activerecord-%{version}.gem # git clone http://github.com/rails/rails.git # cd rails/activerecord/ -# git checkout v2.3.16 -# tar czvf activerecord-2.3.16-tests.tgz test/ +# git checkout v2.3.17 +# tar czvf activerecord-2.3.17-tests.tgz test/ Source1: activerecord-%{version}-tests.tgz # RDoc on RHEL 6 is too old to work with Rake. @@ -137,6 +137,9 @@ popd %changelog +* Tue Feb 12 2013 Ken Dreyer - 1:2.3.17-1 +- Upgrade to ActiveRecord 2.3.17. + * Thu Feb 07 2013 Ken Dreyer - 1:2.3.16-1 - Downgrade to ActiveRecord 2.3.16. - RHEL 6 compatibility -- cgit