Do not try to use thor gem.

This commit is contained in:
José Valim 2009-07-23 07:33:54 +02:00
parent 33048b6e27
commit 178044dbd2
2 changed files with 1 additions and 10 deletions

View File

@ -11,7 +11,7 @@ end
$:.unshift(File.dirname(__FILE__))
require 'vendor/thor'
require 'vendor/thor-0.11.2/lib/thor'
require 'generators/base'
require 'generators/named_base'

View File

@ -1,9 +0,0 @@
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'