mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
e26f83e1c2
`require 'rubygems'` is already required in Ruby 1.9 or later.
4 lines
152 B
Ruby
4 lines
152 B
Ruby
# coding:utf-8
|
|
RAKE_ROOT = __FILE__
|
|
GEM_NAME = ENV['NAME'] || 'middleman-core'
|
|
require File.expand_path(File.dirname(__FILE__) + '/../gem_rake_helper')
|