source: RedSur/Rakefile @ 50de8e9

modelo_minuta
Last change on this file since 50de8e9 was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 514 bytes
Line 
1#   Copyright (c) 2010-2011, Diaspora Inc.  This file is
2#   licensed under the Affero General Public License version 3 or later.  See
3#   the COPYRIGHT file.
4
5# Add your own tasks in files placed in lib/tasks ending in .rake,
6# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
7
8require File.expand_path('../config/application', __FILE__)
9require 'rake'
10
11# for rake 0.9.0
12module Diaspora
13  class Application
14    include Rake::DSL
15  end
16end
17
18Diaspora::Application.load_tasks
Note: See TracBrowser for help on using the repository browser.