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