1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove things that trip up RDoc

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8122 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2007-11-09 20:06:36 +00:00
parent 5c8beba9dc
commit 9d56d12360
2 changed files with 1 additions and 2 deletions

View file

@ -323,7 +323,6 @@ spec = Gem::Specification.new do |s|
s.files = PKG_FILES.to_a.delete_if {|f| f.include?('.svn')} s.files = PKG_FILES.to_a.delete_if {|f| f.include?('.svn')}
s.require_path = 'lib' s.require_path = 'lib'
s.bindir = "bin" # Use these for applications. s.bindir = "bin" # Use these for applications.
s.executables = ["rails"] s.executables = ["rails"]
s.default_executable = "rails" s.default_executable = "rails"