about summary refs log tree commit diff stats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile index 41a438f..e63c405 100644 --- a/Rakefile +++ b/Rakefile
@@ -1,12 +1,10 @@
1require "bundler/setup" 1# Add your own tasks in files placed in lib/tasks ending in .rake,
2require "rake/extensiontask" 2# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
4APP_RAKEFILE = File.expand_path("test/dummy/Rakefile", __dir__)
5load "rails/tasks/engine.rake"
6 3
7load "rails/tasks/statistics.rake" 4require "rake/extensiontask"
5require_relative "config/application"
8 6
9require "bundler/gem_tasks" 7Rails.application.load_tasks
10 8
11Rake::ExtensionTask.new "wittle_generator" do |ext| 9Rake::ExtensionTask.new "wittle_generator" do |ext|
12 ext.lib_dir = "lib" 10 ext.lib_dir = "lib"