mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update railties.gemspec
This commit is contained in:
parent
e3053ee753
commit
71d7c52019
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ Gem::Specification.new do |s|
|
|||
s.files = Dir['CHANGELOG', 'README.rdoc', 'bin/**/*', 'guides/**/*', 'lib/**/{*,.[a-z]*}']
|
||||
s.require_path = 'lib'
|
||||
|
||||
s.bindir = 'bin'
|
||||
s.executables = ['rails']
|
||||
|
||||
s.rdoc_options << '--exclude' << '.'
|
||||
|
||||
s.add_dependency('rake', '>= 0.8.7')
|
||||
|
|
Loading…
Reference in a new issue