From 424133856fbdc431f88c49ea250eafb829c13419 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 6 Feb 2013 15:36:29 -0700 Subject: Upgrade to Rails 2.3.16. --- .gitignore | 2 +- rubygem-rails.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 254fe15..e3e54ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/rails-2.3.15.gem +/rails-2.3.16.gem diff --git a/rubygem-rails.spec b/rubygem-rails.spec index d274159..59d99c2 100644 --- a/rubygem-rails.spec +++ b/rubygem-rails.spec @@ -10,7 +10,7 @@ Summary: Web-application framework Name: rubygem-%{gem_name} Epoch: 1 -Version: 2.3.15 +Version: 2.3.16 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -64,6 +64,7 @@ gem install --local --install-dir %{buildroot}%{gem_dir} \ %files %dir %{gem_instdir} %{gem_spec} +%{gem_instdir}/railties.gemspec %exclude %{gem_cache} %{gem_instdir}/bin @@ -83,6 +84,9 @@ gem install --local --install-dir %{buildroot}%{gem_dir} \ %{_bindir}/rails %changelog +* Wed Feb 06 2013 Ken Dreyer - 1:2.3.16-1 +- Upgrade to Rails 2.3.16. + * Mon Feb 04 2013 Ken Dreyer - 1:2.3.15-1 - Downgrade to Rails 2.3.15. - RHEL 6 compatibility diff --git a/sources b/sources index 13664cd..14caf1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0720121fb4d8dcd393b1252a7ac6860 rails-2.3.15.gem +5fac1910a8174cabc9b82167a276f7e7 rails-2.3.16.gem -- cgit