Rakefile in ronin-1.2.0 vs Rakefile in ronin-1.3.0

- old
+ new

@@ -66,5 +66,8 @@ ] ) require 'yard' YARD::Rake::YardocTask.new + +desc "Generates all documentation" +task :docs => [:yard, 'dm:doc:graphviz']