Skip to content

Commit 4763c07

Browse files
committed
remove rdoc task
1 parent fb589ec commit 4763c07

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Rakefile

-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ end
1111

1212
task :default => :spec
1313

14-
require 'rdoc/task'
15-
RDoc::Task.new do |rdoc|
16-
rdoc.main = "README.md"
17-
rdoc.rdoc_dir = 'rdoc'
18-
rdoc.title = "Gmail CLI"
19-
rdoc.rdoc_files.include('README*', 'lib/**/*.rb')
20-
end
21-
2214
desc "Open an irb session preloaded with this library"
2315
task :console do
2416
sh "irb -rubygems -I lib -r gmail_cli.rb"

0 commit comments

Comments
 (0)