File: Rakefile

package info (click to toggle)
ruby-sqlite3 1.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 468 kB
  • ctags: 769
  • sloc: ruby: 3,824; ansic: 1,198; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#
# NOTE: Keep this file clean.
# Add your customizations inside tasks directory.
# Thank You.
#

# load rakefile extensions (tasks)
Dir['tasks/*.rake'].sort.each { |f| load f }

# vim: syntax=ruby