From 9c5fb001412996ea807772e1066c92ad3688bbdb Mon Sep 17 00:00:00 2001
From: Xavier Noria <fxn@hashref.com>
Date: Mon, 7 Jan 2013 23:27:53 +0100
Subject: let the rails gem ship with the README

The doc:rails application rake task needs this README.
---
 rails.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'rails.gemspec')

diff --git a/rails.gemspec b/rails.gemspec
index 128b312424..5505ac45a8 100644
--- a/rails.gemspec
+++ b/rails.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
 
   s.bindir      = 'bin'
   s.executables = []
-  s.files       = Dir['guides/**/*']
+  s.files       = ['README.rdoc'] + Dir['guides/**/*']
 
   s.add_dependency 'activesupport', version
   s.add_dependency 'actionpack',    version
-- 
cgit v1.2.3