We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50931cf commit cab3193Copy full SHA for cab3193
1 file changed
Rakefile
@@ -25,17 +25,3 @@ end
25
task :test
26
27
task :default => :test
28
-
29
-# require 'rake/rdoctask'
30
-# Rake::RDocTask.new do |rdoc|
31
-# if File.exist?('VERSION')
32
-# version = File.read('VERSION')
33
-# else
34
-# version = ""
35
-# end
36
37
-# rdoc.rdoc_dir = 'rdoc'
38
-# rdoc.title = "ruby-saml #{version}"
39
-# rdoc.rdoc_files.include('README*')
40
-# rdoc.rdoc_files.include('lib/**/*.rb')
41
-#end
0 commit comments