public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/josh/rails.git
Remove things that trip up RDoc

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8122 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Fri Nov 09 12:06:36 -0800 2007
commit  9d56d12360b85982fae316ad31a925ab73bbdc33
tree    c1a1b1519340d73c9ea38079d47c0fd894053be4
parent  5c8beba9dc47dad9a523b0f297d4038c4edae883
...
38
39
40
41
 
42
43
44
...
38
39
40
 
41
42
43
44
0
@@ -38,7 +38,7 @@ module Builder
0
   # xm.title("History") # <title>History</title>
0
   # } # </head>
0
   # xm.body { # <body>
0
- # xm.comment! "HI" # <!-- HI -->
0
+ # xm.comment! "HI" # <! -- HI -->
0
   # xm.h1("Header") # <h1>Header</h1>
0
   # xm.p("paragraph") # <p>paragraph</p>
0
   # } # </body>
...
323
324
325
326
327
328
329
...
323
324
325
 
326
327
328
0
@@ -323,7 +323,6 @@ spec = Gem::Specification.new do |s|
0
 
0
   s.files = PKG_FILES.to_a.delete_if {|f| f.include?('.svn')}
0
   s.require_path = 'lib'
0
-
0
   s.bindir = "bin" # Use these for applications.
0
   s.executables = ["rails"]
0
   s.default_executable = "rails"

Comments

    No one has commented yet.