mirror of https://github.com/rails/rails
let the rails gem ship with the README
The doc:rails application rake task needs this README.
This commit is contained in:
parent
8242345c43
commit
9c5fb00141
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue