From 9199fcf568da4d8978c2343e4fab38a779b0819c Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Mon, 23 Dec 2013 14:39:09 -0800 Subject: update thor to erikhuda/thor@62593e --- lib/bundler/vendor/thor/error.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/bundler/vendor/thor/error.rb') diff --git a/lib/bundler/vendor/thor/error.rb b/lib/bundler/vendor/thor/error.rb index 3174c57e..c53be49b 100644 --- a/lib/bundler/vendor/thor/error.rb +++ b/lib/bundler/vendor/thor/error.rb @@ -11,11 +11,11 @@ class Thor # Raised when a command was not found. class UndefinedCommandError < Error end - UndefinedTaskError = UndefinedCommandError + UndefinedTaskError = UndefinedCommandError # rubocop:disable ConstantName class AmbiguousCommandError < Error end - AmbiguousTaskError = AmbiguousCommandError + AmbiguousTaskError = AmbiguousCommandError # rubocop:disable ConstantName # Raised when a command was found, but not invoked properly. class InvocationError < Error -- cgit v1.2.3