about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--bin/mongrel_rails9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index 2f95230..3384736 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -5,6 +5,15 @@ require 'mongrel'
 require 'mongrel/rails'
 
 
+class Version < GemPlugin::Plugin "/commands"
+  include Mongrel::Command::Base
+
+  def run
+    puts "Version #{Mongrel::Const::MONGREL_VERSION}"
+  end
+
+end
+
 
 class Start < GemPlugin::Plugin "/commands"
   include Mongrel::Command::Base