diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-11-09 20:06:36 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-11-09 20:06:36 +0000 |
commit | 9d56d12360b85982fae316ad31a925ab73bbdc33 (patch) | |
tree | c1a1b1519340d73c9ea38079d47c0fd894053be4 /railties/Rakefile | |
parent | 5c8beba9dc47dad9a523b0f297d4038c4edae883 (diff) | |
download | rails-9d56d12360b85982fae316ad31a925ab73bbdc33.tar.gz rails-9d56d12360b85982fae316ad31a925ab73bbdc33.tar.bz2 rails-9d56d12360b85982fae316ad31a925ab73bbdc33.zip |
Remove things that trip up RDoc
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8122 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index 88171e8078..3ffe5a2bdc 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -323,7 +323,6 @@ spec = Gem::Specification.new do |s| s.files = PKG_FILES.to_a.delete_if {|f| f.include?('.svn')} s.require_path = 'lib' - s.bindir = "bin" # Use these for applications. s.executables = ["rails"] s.default_executable = "rails" |