summaryrefslogtreecommitdiffstats
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
parent6de845f4d1d0fc91d92f18107db9772da25ad908 (diff)
downloadrubygem-activerecord-aa5f23e0a7a6d90117135a7ac69c157da7f0d9ea.tar.gz
rubygem-activerecord-aa5f23e0a7a6d90117135a7ac69c157da7f0d9ea.tar.xz
rubygem-activerecord-aa5f23e0a7a6d90117135a7ac69c157da7f0d9ea.zip
Update to ActiveRecord 3.2.8.
-rw-r--r--.gitignore2
-rw-r--r--rubygem-activerecord.spec9
-rw-r--r--sources4
3 files changed, 10 insertions, 5 deletions
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 <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.
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