summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2011-07-07 10:32:02 +0200
committerVít Ondruch <vondruch@redhat.com>2011-07-07 10:32:02 +0200
commit287d9347c652ffe61cafe76aeeabc67075373acc (patch)
treef0bb67f9f80486185703aa5a80fbe6925d361a83
parent6ccdfeed14844112df18d74f9f912c97947fc361 (diff)
downloadrubygem-rails-287d9347c652ffe61cafe76aeeabc67075373acc.tar.gz
rubygem-rails-287d9347c652ffe61cafe76aeeabc67075373acc.tar.xz
rubygem-rails-287d9347c652ffe61cafe76aeeabc67075373acc.zip
Update to Rails 3.0.9
-rw-r--r--.gitignore1
-rw-r--r--rubygem-rails.spec16
-rw-r--r--sources2
3 files changed, 12 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index dd21adf..fb8c801 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ rails-2.3.5.gem
/rails-2.3.8.gem
/rails-3.0.3.gem
/rails-3.0.5.gem
+/rails-3.0.9.gem
diff --git a/rubygem-rails.spec b/rubygem-rails.spec
index f24be91..a989cf1 100644
--- a/rubygem-rails.spec
+++ b/rubygem-rails.spec
@@ -1,15 +1,16 @@
# Generated from rails-1.2.5.gem by gem2rpm -*- rpm-spec -*-
-%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
-%define gemname rails
-%define geminstdir %{gemdir}/gems/%{gemname}-%{version}
+%global gemname rails
-%define rubyabi 1.8
+%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
+%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
+
+%global rubyabi 1.8
Summary: Web-application framework
Name: rubygem-%{gemname}
Epoch: 1
-Version: 3.0.5
-Release: 2%{?dist}
+Version: 3.0.9
+Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://www.rubyonrails.org
@@ -81,6 +82,9 @@ find %{buildroot}/%{geminstdir} -type f ! -perm /go+r -exec chmod -v go+r {} \;
%{_bindir}/rails
%changelog
+* Thu Jul 07 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.9-1
+- Update to Rails 3.0.9
+
* Tue Mar 29 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.5-2
- Cleanup
diff --git a/sources b/sources
index ac2ab24..6c1a0ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a3f7fa81351c91b6514731fae0072cc rails-3.0.5.gem
+7e5ad94faa2a250bbb02e39defae5dd8 rails-3.0.9.gem