2011-11-18 16:17:14 -08:00
|
|
|
# coding:utf-8
|
|
|
|
RAKE_ROOT = __FILE__
|
2013-12-28 00:26:31 +00:00
|
|
|
GEM_NAME = ENV['NAME'] || 'middleman-core'
|
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')
|