2011-11-18 16:17:14 -08:00
|
|
|
# coding:utf-8
|
|
|
|
RAKE_ROOT = __FILE__
|
|
|
|
|
2012-08-31 09:22:17 -07:00
|
|
|
GEM_NAME = ENV["NAME"] || "middleman-core"
|
2012-01-05 20:34:24 -08:00
|
|
|
|
2011-11-18 16:17:14 -08:00
|
|
|
require 'rubygems'
|
2012-01-02 14:33:28 -08:00
|
|
|
require File.expand_path(File.dirname(__FILE__) + '/../gem_rake_helper')
|