middleman/middleman-core/Rakefile

7 lines
154 B
Ruby
Raw Normal View History

# coding:utf-8
RAKE_ROOT = __FILE__
GEM_NAME = ENV['NAME'] || 'middleman-core'
2012-01-06 05:34:24 +01:00
2012-01-02 23:33:28 +01:00
require File.expand_path(File.dirname(__FILE__) + '/../gem_rake_helper')