We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0437dc3 commit 0eacc4bCopy full SHA for 0eacc4b
1 file changed
Rakefile
@@ -170,6 +170,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
170
s.default_executable = "edit_json.rb"
171
172
s.has_rdoc = true
173
+ s.extra_rdoc_files << 'doc-main.txt'
174
s.rdoc_options <<
175
'--title' << 'JSON -- A JSON implemention' << '--main' << 'doc-main.txt'
176
s.test_files.concat Dir['tests/*.rb']
@@ -204,6 +205,7 @@ if defined?(Gem) and defined?(Rake::GemPackageTask) and defined?(Rake::Extension
204
205
206
207
208
209
210
211
0 commit comments