[rubygem-railties] Update to Railties 3.2.11.

Vít Ondruch vondruch at fedoraproject.org
Wed Jan 9 15:23:27 UTC 2013


commit 9af7c9131bf49bcbb2057a3b1af5de5e4ce7b844
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed Jan 9 16:22:58 2013 +0100

    Update to Railties 3.2.11.

 .gitignore            |    2 ++
 rubygem-railties.spec |    7 +++++--
 sources               |    4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ccac9a..329f4ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@
 /railties-3.2.8.gem
 /railties-3.2.10-tests.tgz
 /railties-3.2.10.gem
+/railties-3.2.11-tests.tgz
+/railties-3.2.11.gem
diff --git a/rubygem-railties.spec b/rubygem-railties.spec
index a32114d..938ea7c 100644
--- a/rubygem-railties.spec
+++ b/rubygem-railties.spec
@@ -9,7 +9,7 @@
 
 Summary: Tools for creating, working with, and running Rails applications
 Name: rubygem-%{gem_name}
-Version: 3.2.10
+Version: 3.2.11
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -20,7 +20,7 @@ Source0: %{download_path}%{gem_name}-%{version}.gem
 Source1: http://github.com/rails/rails/raw/master/railties/MIT-LICENSE
 # to get tests:
 # git clone http://github.com/rails/rails.git && cd rails/railties/
-# git checkout v3.2.10 && tar czvf railties-3.2.10-tests.tgz test/
+# git checkout v3.2.11 && tar czvf railties-3.2.11-tests.tgz test/
 Source2: railties-%{version}-tests.tgz
 # Let's keep Requires and BuildRequires sorted alphabeticaly
 Requires: ruby(abi) = %{rubyabi}
@@ -128,6 +128,9 @@ popd
 %doc %{gem_instdir}/README.rdoc
 
 %changelog
+* Wed Jan 09 2013 Vít Ondruch <vondruch at redhat.com> - 3.2.11-1
+- Update to Railties 3.2.11.
+
 * Fri Jan 04 2013 Vít Ondruch <vondruch at redhat.com> - 3.2.10-1
 - Update to Railties 3.2.10.
 
diff --git a/sources b/sources
index 216ab05..62fda7f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4c8f148e88fadbe4761d3128732ce479  railties-3.2.10-tests.tgz
-79e48cec94abcc1f37f0635d92ee7972  railties-3.2.10.gem
+70fe479c08012a04e476f810c11ff4d6  railties-3.2.11-tests.tgz
+f53ff9edd388408c131c58e0d911f690  railties-3.2.11.gem


More information about the scm-commits mailing list