mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user