File: Rakefile

package info (click to toggle)
ruby-sqlite3 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 680 kB
  • sloc: ruby: 4,827; ansic: 1,868; sh: 91; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#
# 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]