This commit is contained in:
gitlabhq 2011-10-13 04:00:00 +03:00
parent 93efff9452
commit 0f6ebcb694
317 changed files with 11347 additions and 0 deletions

7
Rakefile Normal file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
Gitlab::Application.load_tasks