Rakefile in ruby_smart-support-1.1.0 vs Rakefile in ruby_smart-support-1.1.1

- old
+ new

@@ -4,5 +4,13 @@ require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task default: :spec + +# ----- Documentation tasks --------------------------------------------------- + +require 'yard' +YARD::Rake::YardocTask.new(:doc) do |t| + t.options = %w| --embed-mixins --markup=markdown| + t.files = ['lib/**/*.rb','-','docs/*.*'] +end \ No newline at end of file