提交 178044db 编写于 作者: J José Valim

Do not try to use thor gem.

上级 33048b6e
......@@ -11,7 +11,7 @@
$:.unshift(File.dirname(__FILE__))
require 'vendor/thor'
require 'vendor/thor-0.11.2/lib/thor'
require 'generators/base'
require 'generators/named_base'
......
begin
# Prefer gems to the bundled libs.
require 'rubygems'
gem 'thor', '>= 0.11.2'
rescue Gem::LoadError
$:.unshift "#{File.dirname(__FILE__)}/thor-0.11.2/lib"
end
require 'thor'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册