diff --git a/.gitignore b/.gitignore index 50cda40..2cd2d85 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ activerecord-2.3.8.gem /activerecord-3.2.6.gem /activerecord-3.2.7-tests.tgz /activerecord-3.2.7.gem +/activerecord-3.2.8-tests.tgz +/activerecord-3.2.8.gem diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec index b188083..f879581 100644 --- a/rubygem-activerecord.spec +++ b/rubygem-activerecord.spec @@ -5,7 +5,7 @@ Summary: Implements the ActiveRecord pattern for ORM Name: rubygem-%{gem_name} Epoch: 1 -Version: 3.2.7 +Version: 3.2.8 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -13,8 +13,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 v3.2.7 -# tar czvf activerecord-3.2.7-tests.tgz test/ +# git checkout v3.2.8 +# tar czvf activerecord-3.2.8-tests.tgz test/ Source1: activerecord-%{version}-tests.tgz Requires: ruby(abi) = %{rubyabi} Requires: ruby(rubygems) @@ -100,6 +100,9 @@ popd %changelog +* Mon Aug 13 2012 Vít Ondruch - 1:3.2.8-1 +- Update to ActiveRecord 3.2.8. + * Mon Jul 30 2012 Vít Ondruch - 1:3.2.7-1 - Update to ActiveRecord 3.2.7. diff --git a/sources b/sources index 8b6eef4..a01973a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -424307d88fd5ce80ff5f06c80f871390 activerecord-3.2.7-tests.tgz -f2bfd6796e115a9406dc31f1bd08f71c activerecord-3.2.7.gem +1527cc721742f03b5107b6c3cb9cca47 activerecord-3.2.8-tests.tgz +2c28e8a6547f49e5964b31528bf1f48e activerecord-3.2.8.gem