Rakefile in squib-0.0.3 vs Rakefile in squib-0.0.4

- old
+ new

@@ -1,11 +1,11 @@ -require 'bundler/gem_tasks' -require 'rspec/core/rake_task' -require 'yard' - -RSpec::Core::RakeTask.new(:spec) -task :default => [:install, :spec] - -YARD::Rake::YardocTask.new(:doc) do |t| - t.files = ['lib/**/*.rb', 'samples/**/*.rb'] # optional - #t.options = ['--any', '--extra', '--opts'] # optional -end +require 'bundler/gem_tasks' +require 'rspec/core/rake_task' +require 'yard' + +RSpec::Core::RakeTask.new(:spec) +task :default => [:install, :spec] + +YARD::Rake::YardocTask.new(:doc) do |t| + t.files = ['lib/**/*.rb', 'samples/**/*.rb'] # optional + #t.options = ['--any', '--extra', '--opts'] # optional +end