Rakefile in open311-0.1.2 vs Rakefile in open311-0.2.0
- old
+ new
@@ -1,5 +1,7 @@
+#!/usr/bin/env rake
+
require 'bundler'
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
@@ -8,10 +10,10 @@
task :default => :spec
namespace :doc do
require 'yard'
YARD::Rake::YardocTask.new do |task|
- task.files = ['LICENSE.mkd', 'lib/**/*.rb']
+ task.files = ['LICENSE.md', 'lib/**/*.rb']
task.options = [
'--no-private',
'--protected',
'--output-dir', 'doc/yard',
'--tag', 'format:Supported formats',