summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2012-06-01 16:01:15 +0200
committerVít Ondruch <vondruch@redhat.com>2012-06-01 16:01:15 +0200
commit0f28ac58b8eaaad309e545876973b6a7c3a2300a (patch)
tree98b83608a7771b0a56bcb87767b73be5f2f5c675
parentaccbd81854b9817357f6266b79d88c4a17e19ca5 (diff)
downloadrubygem-rails-0f28ac58b8eaaad309e545876973b6a7c3a2300a.tar.gz
rubygem-rails-0f28ac58b8eaaad309e545876973b6a7c3a2300a.tar.xz
rubygem-rails-0f28ac58b8eaaad309e545876973b6a7c3a2300a.zip
Update to Rails 3.0.13.
-rw-r--r--.gitignore1
-rw-r--r--rubygem-rails.spec8
-rw-r--r--sources2
3 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 942e731..76e3296 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ rails-2.3.5.gem
/rails-3.0.9.gem
/rails-3.0.10.gem
/rails-3.0.11.gem
+/rails-3.0.13.gem
diff --git a/rubygem-rails.spec b/rubygem-rails.spec
index 4ad5ebf..477ff52 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.0.11
+Version: 3.0.13
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@@ -70,15 +70,17 @@ find %{buildroot}/%{gem_instdir} -type f -perm /g+wx -exec chmod -v g-w {} \;
find %{buildroot}/%{gem_instdir} -type f ! -perm /go+r -exec chmod -v go+r {} \;
%files
-%defattr(-, root, root, -)
%dir %{gem_instdir}
-%{gem_cache}
+%exclude %{gem_cache}
%{gem_spec}
%{gem_instdir}/bin
%{_bindir}/rails
%changelog
+* Fri Jun 01 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.13-1
+- Update to Rails 3.0.13.
+
* Wed Feb 01 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.0.11-1
- Rebuilt for Ruby 1.9.3.
diff --git a/sources b/sources
index 4fcf6d5..30ca603 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a580b7c5563a10b87ed625b06de5e1d rails-3.0.11.gem
+2cd8ba937a989690c33713708b2f2370 rails-3.0.13.gem