summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2013-01-09 16:18:02 +0100
committerVít Ondruch <vondruch@redhat.com>2013-01-09 16:18:18 +0100
commit9afa9e4183aa81e34c4d3c93ec039ca27a7cce35 (patch)
tree5c7be4661224ad5a42e10f9d41c516cc2ead33fd
parentbbb9e2847fcc5c3e30b8b6122253df1c728ec19c (diff)
downloadrubygem-activerecord-9afa9e4183aa81e34c4d3c93ec039ca27a7cce35.tar.gz
rubygem-activerecord-9afa9e4183aa81e34c4d3c93ec039ca27a7cce35.tar.xz
rubygem-activerecord-9afa9e4183aa81e34c4d3c93ec039ca27a7cce35.zip
Update to ActiveRecord 3.2.11.
-rw-r--r--.gitignore2
-rw-r--r--rubygem-activerecord.spec11
-rw-r--r--sources4
3 files changed, 11 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index b55b6f4..423c94f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@ activerecord-2.3.8.gem
/activerecord-3.2.8.gem
/activerecord-3.2.10-tests.tgz
/activerecord-3.2.10.gem
+/activerecord-3.2.11-tests.tgz
+/activerecord-3.2.11.gem
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index ff9710c..186843f 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.10
+Version: 3.2.11
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.10
-# tar czvf activerecord-3.2.10-tests.tgz test/
+# git checkout v3.2.11
+# tar czvf activerecord-3.2.11-tests.tgz test/
Source1: activerecord-%{version}-tests.tgz
Requires: ruby(abi) = %{rubyabi}
Requires: ruby(rubygems)
@@ -73,7 +73,7 @@ sed -i '1,2d' test/cases/helper.rb
# The test suite fails running against sqlite 3.7.15.
# https://github.com/rails/rails/issues/8724
# https://bugzilla.redhat.com/show_bug.cgi?id=891865
-ruby -I.:test:lib << EOF | grep "3327 tests, 10457 assertions, 2 failures, 0 errors, 7 skips"
+ruby -I.:test:lib << EOF | grep "3330 tests, 10460 assertions, 2 failures, 0 errors, 7 skips"
test_files = Dir.glob( "test/cases/**/*_test.rb" )
test_files.reject! { |x| x =~ %r|/adapters/| }
@@ -103,6 +103,9 @@ popd
%changelog
+* Wed Jan 09 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.11-1
+- Update to ActiveRecord 3.2.11.
+
* Thu Jan 03 2013 Vít Ondruch <vondruch@redhat.com> - 1:3.2.10-1
- Update to ActiveRecord 3.2.10.
diff --git a/sources b/sources
index 5f7e8dc..175f66a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3bddb4f5b974a13c7727cdcb1dcc87b7 activerecord-3.2.10-tests.tgz
-1cce909a68d671b1f20ab4c1f13ef586 activerecord-3.2.10.gem
+deef6128890f8e081699ea245a8e763f activerecord-3.2.11-tests.tgz
+0a015404f80bdd7b03b03c667d976e9f activerecord-3.2.11.gem