2011-11-18 19:17:14 -05:00
|
|
|
# coding:utf-8
|
|
|
|
RAKE_ROOT = __FILE__
|
2013-12-27 19:26:31 -05:00
|
|
|
GEM_NAME = ENV['NAME'] || 'middleman-core'
|
2011-11-18 19:17:14 -05:00
|
|
|
require 'rubygems'
|
2012-01-02 17:33:28 -05:00
|
|
|
require File.expand_path(File.dirname(__FILE__) + '/../gem_rake_helper')
|