From c44f7e39f46058842845f8c95c3e49f7c59c3aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 5 Aug 2009 22:07:46 +0200 Subject: Updated vendored thor to 0.11.5 --- railties/lib/vendor/thor-0.11.5/bin/thor | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 railties/lib/vendor/thor-0.11.5/bin/thor (limited to 'railties/lib/vendor/thor-0.11.5/bin/thor') diff --git a/railties/lib/vendor/thor-0.11.5/bin/thor b/railties/lib/vendor/thor-0.11.5/bin/thor new file mode 100755 index 0000000000..eaf849fb4a --- /dev/null +++ b/railties/lib/vendor/thor-0.11.5/bin/thor @@ -0,0 +1,7 @@ +#!/usr/bin/env ruby +# -*- mode: ruby -*- + +require File.join(File.dirname(__FILE__), '..', 'lib', 'thor') +require 'thor/runner' + +Thor::Runner.start -- cgit v1.2.3