From 9d56d12360b85982fae316ad31a925ab73bbdc33 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 9 Nov 2007 20:06:36 +0000 Subject: Remove things that trip up RDoc git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8122 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/Rakefile | 1 - 1 file changed, 1 deletion(-) (limited to 'railties') 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" -- cgit v1.2.3