Rakefile in stache-1.0.3 vs Rakefile in stache-1.1.0

- old
+ new

@@ -6,10 +6,10 @@ spec.pattern = 'spec/**/*_spec.rb' spec.rspec_opts = ['--backtrace'] # spec.ruby_opts = ['-w'] end -task :default => :spec +task default: :spec require 'rdoc/task' RDoc::Task.new do |rdoc| version = File.exist?('VERSION') ? File.read('VERSION') : ""