From c88eafb4b0ce610cb16364588f1dfba386789c75 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Mon, 13 Aug 2012 12:15:53 +0200 Subject: Updated to Rails 3.2.8. --- .gitignore | 1 + rubygem-rails.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index be5f6c9..736178e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ rails-2.3.5.gem /rails-3.0.15.gem /rails-3.2.6.gem /rails-3.2.7.gem +/rails-3.2.8.gem diff --git a/rubygem-rails.spec b/rubygem-rails.spec index 4486139..068a9d6 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.7 +Version: 3.2.8 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -49,6 +49,9 @@ gem install --local --install-dir %{buildroot}%{gem_dir} \ %exclude %{gem_cache} %changelog +* Mon Aug 13 2012 Vít Ondruch - 1:3.2.8-1 +- Updated to Rails 3.2.8. + * Mon Jul 30 2012 Vít Ondruch - 1:3.2.7-1 - Updated to Rails 3.2.7. diff --git a/sources b/sources index 4a37fe0..b78fd57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea95191b74d1df65662aca053ea2a31b rails-3.2.7.gem +a730726e81b94b306fc06183afdd6bba rails-3.2.8.gem -- cgit