# # NOTE: Keep this file clean. # Add your customizations inside tasks directory. # Thank You. # require “bundler” SQLITE3_SPEC = Bundler.load_gemspec(“sqlite3.gemspec”)

task default: [:rubocop, :compile, :test]