From 77fdd8adceffb51e4fd56668cc4fd21a7f4b6a43 Mon Sep 17 00:00:00 2001 From: sanemat Date: Thu, 11 Jul 2013 06:24:13 +0900 Subject: [PATCH] Remove unnecessary tasks --- Rakefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Rakefile b/Rakefile index 842ae70..609fb96 100644 --- a/Rakefile +++ b/Rakefile @@ -1,10 +1,2 @@ require 'bundler/setup' -require 'tachikoma' require 'tachikoma/tasks' - -Tachikoma.root_path = File.expand_path(__FILE__) # reset `root_path` - -# configure example -namespace :tachikoma do - @default_timestamp_format = '%Y-%m-%d-%H-%M-%S%z' -end