Rakefile in csl-1.0.0.pre21 vs Rakefile in csl-1.0.0.pre22
- old
+ new
@@ -41,5 +41,12 @@
system "git push --tags"
system "gem push csl-#{CSL::VERSION}.gem"
end
task :default => [:spec, :cucumber]
+
+begin
+ require 'yard'
+ YARD::Rake::YardocTask.new
+rescue LoadError => e
+ # ignore
+end