1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/Rakefile

8 lines
173 B
Ruby
Raw Normal View History

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