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:
parent
5c8beba9dc
commit
9d56d12360
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue