summaryrefslogtreecommitdiffstats
path: root/rubygem-activerecord.spec
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2012-08-13 12:05:59 +0200
committerVít Ondruch <vondruch@redhat.com>2012-08-13 12:05:59 +0200
commitaa5f23e0a7a6d90117135a7ac69c157da7f0d9ea (patch)
treee1634e9c62f5c3051c1958c32c22b7ae227c1f77 /rubygem-activerecord.spec
parent6de845f4d1d0fc91d92f18107db9772da25ad908 (diff)
downloadrubygem-activerecord-aa5f23e0a7a6d90117135a7ac69c157da7f0d9ea.tar.gz
rubygem-activerecord-aa5f23e0a7a6d90117135a7ac69c157da7f0d9ea.tar.xz
rubygem-activerecord-aa5f23e0a7a6d90117135a7ac69c157da7f0d9ea.zip
Update to ActiveRecord 3.2.8.
Diffstat (limited to 'rubygem-activerecord.spec')
-rw-r--r--rubygem-activerecord.spec9
1 files changed, 6 insertions, 3 deletions
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 <vondruch@redhat.com> - 1:3.2.8-1
+- Update to ActiveRecord 3.2.8.
+
* Mon Jul 30 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.7-1
- Update to ActiveRecord 3.2.7.