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
|
@ -38,7 +38,7 @@ module Builder
|
|||
# xm.title("History") # <title>History</title>
|
||||
# } # </head>
|
||||
# xm.body { # <body>
|
||||
# xm.comment! "HI" # <!-- HI -->
|
||||
# xm.comment! "HI" # <! -- HI -->
|
||||
# xm.h1("Header") # <h1>Header</h1>
|
||||
# xm.p("paragraph") # <p>paragraph</p>
|
||||
# } # </body>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue