Sha256: 28d49cceab88b06a0e0432776cdedbe8afca3ba2ebc3d3d93f641f6d36fbbe2c

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 Bytes

Contents

# Add your own tasks in files placed in opal_lib/tasks ending in .rake,
# for example opal_lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

Rorojiangjiang::Application.load_tasks

require 'fileutils'
task :remove_zeus_sock do
  FileUtils.rmtree(File.join(::Rails.root, '.zeus.sock'))
end

require 'bundler/setup'
Bundler::GemHelper.install_tasks

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rrjj-0.0.1 Rakefile