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