aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendor/thor/invocation.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-09-18 19:15:19 -0700
committerAndre Arko <andre@arko.net>2011-09-18 19:15:19 -0700
commit5f0c751d86646f1c1a603733b8b56dea1c61fad0 (patch)
tree18e92e547734a8164188eca081dd2032a22d5db6 /lib/bundler/vendor/thor/invocation.rb
parentd0c2aa38de5466cf225794e9a5d83310285f3cfc (diff)
downloadbundler-5f0c751d86646f1c1a603733b8b56dea1c61fad0.tar.gz
Revert "Update to Thor 0.15.2.rc"
This reverts commit 2eb123ab46877354d8a86e6bba6537568c768e4f.
Diffstat (limited to 'lib/bundler/vendor/thor/invocation.rb')
-rw-r--r--lib/bundler/vendor/thor/invocation.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/bundler/vendor/thor/invocation.rb b/lib/bundler/vendor/thor/invocation.rb
index 9c645472..6315dd42 100644
--- a/lib/bundler/vendor/thor/invocation.rb
+++ b/lib/bundler/vendor/thor/invocation.rb
@@ -106,9 +106,7 @@ class Thor
raise "Expected Thor class, got #{klass}" unless klass <= Thor::Base
args, opts, config = _parse_initialization_options(args, opts, config)
- klass.send(:dispatch, task, args, opts, config) do |instance|
- instance.parent_options = options
- end
+ klass.send(:dispatch, task, args, opts, config)
end
# Invoke the given task if the given args.