diff options
author | Xavier Noria <fxn@hashref.com> | 2013-01-07 23:27:53 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-01-08 00:50:55 +0100 |
commit | 9c5fb001412996ea807772e1066c92ad3688bbdb (patch) | |
tree | c65b28a0cacf9fc7266bec92b45fc5d4ba127641 | |
parent | 8242345c43ca89e2430a0278ce863b2733ae6261 (diff) | |
download | rails-9c5fb001412996ea807772e1066c92ad3688bbdb.tar.gz rails-9c5fb001412996ea807772e1066c92ad3688bbdb.tar.bz2 rails-9c5fb001412996ea807772e1066c92ad3688bbdb.zip |
let the rails gem ship with the README
The doc:rails application rake task needs this README.
-rw-r--r-- | rails.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |