Skip to content

Commit

Permalink
Remove rails executable from the gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 12, 2011
1 parent 91f549b commit a299105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/railties.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'

s.bindir = 'bin'
s.executables = ['rails']
s.executables = []

s.rdoc_options << '--exclude' << '.'

Expand Down

0 comments on commit a299105

Please sign in to comment.