Skip to content

Commit

Permalink
Update railties.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 28, 2011
1 parent 20db687 commit 0b794f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions railties/railties.gemspec
Expand Up @@ -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')
Expand Down

0 comments on commit 0b794f9

Please sign in to comment.