instiki/vendor/plugins/sqlite3-ruby/Rakefile

11 lines
198 B
Ruby
Raw Normal View History

#
# NOTE: Keep this file clean.
# Add your customizations inside tasks directory.
# Thank You.
#
2009-12-23 03:48:32 +01:00
# load rakefile extensions (tasks)
Dir['tasks/*.rake'].sort.each { |f| load f }
# vim: syntax=ruby