From 9c5fb001412996ea807772e1066c92ad3688bbdb Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 7 Jan 2013 23:27:53 +0100 Subject: [PATCH] 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(-) diff --git a/rails.gemspec b/rails.gemspec index 128b312424..5505ac45a8 100644 --- a/rails.gemspec +++ b/rails.gemspec @@ -18,7 +18,7 @@ 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 -- GitLab