middleman/middleman-cli/Rakefile

5 lines
150 B
Text
Raw Normal View History

2014-01-02 16:34:08 -08:00
# coding:utf-8
2016-01-14 11:21:42 -08:00
RAKE_ROOT = __FILE__.freeze
GEM_NAME = 'middleman-cli'.freeze
2014-01-02 16:34:08 -08:00
require File.expand_path(File.dirname(__FILE__) + '/../gem_rake_helper')