aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/vendor
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-07-23 07:33:54 +0200
committerJosé Valim <jose.valim@gmail.com>2009-07-23 07:33:54 +0200
commit178044dbd2bd3ed44148e9b6d6584669aa4b2f93 (patch)
treeb2b39a701786a032657e18aa2f616f7f3c818ad0 /railties/lib/vendor
parent33048b6e2738ff73b612dbcb35955189221dfbd0 (diff)
downloadrails-178044dbd2bd3ed44148e9b6d6584669aa4b2f93.tar.gz
rails-178044dbd2bd3ed44148e9b6d6584669aa4b2f93.tar.bz2
rails-178044dbd2bd3ed44148e9b6d6584669aa4b2f93.zip
Do not try to use thor gem.
Diffstat (limited to 'railties/lib/vendor')
-rw-r--r--railties/lib/vendor/thor.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/railties/lib/vendor/thor.rb b/railties/lib/vendor/thor.rb
deleted file mode 100644
index 9919497c8f..0000000000
--- a/railties/lib/vendor/thor.rb
+++ /dev/null
@@ -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'