lib/stationed/generators/plugins/yard.rb in stationed-0.1.0 vs lib/stationed/generators/plugins/yard.rb in stationed-0.2.0

- old
+ new

@@ -12,9 +12,10 @@ def finish_template return super unless options[:yard] gem 'yard', require: false, group: :doc gem 'kramdown', require: false, group: :doc copy_file 'yardopts', '.yardopts' + copy_file 'yard.rake', 'lib/tasks/yard.rake' super end end end end