Rakefile in platform-api-0.0.7 vs Rakefile in platform-api-0.0.8

- old
+ new

@@ -1,4 +1,8 @@ -require "bundler/gem_tasks" +require 'bundler/gem_tasks' +require 'yard' + +desc 'Doc the things' +YARD::Rake::YardocTask.new