From d3fbfbb417a95ea9b17e8806ecb5827b9defb228 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Wed, 9 Jan 2013 16:23:56 +0100 Subject: Updated to Rails 3.2.11. --- .gitignore | 1 + rubygem-rails.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4187bd4..1084740 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ rails-2.3.5.gem /rails-3.2.7.gem /rails-3.2.8.gem /rails-3.2.10.gem +/rails-3.2.11.gem diff --git a/rubygem-rails.spec b/rubygem-rails.spec index 2019fb6..7743d65 100644 --- a/rubygem-rails.spec +++ b/rubygem-rails.spec @@ -6,7 +6,7 @@ Summary: Web-application framework Name: rubygem-%{gem_name} Epoch: 1 -Version: 3.2.10 +Version: 3.2.11 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -49,6 +49,9 @@ gem install --local --install-dir %{buildroot}%{gem_dir} \ %exclude %{gem_cache} %changelog +* Wed Jan 09 2013 Vít Ondruch - 1:3.2.11-1 +- Updated to Rails 3.2.11. + * Fri Jan 04 2013 Vít Ondruch - 1:3.2.10-1 - Updated to Rails 3.2.10. diff --git a/sources b/sources index 8b3dbc6..451e93e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee49148bd886727f1c7c92749b701417 rails-3.2.10.gem +2051ec81d9e1bfdffc2576293121e79c rails-3.2.11.gem -- cgit