From 423480da8fd38bb11a172edcbaea4e066c03c565 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Fri, 12 Sep 2008 17:55:23 -0400 Subject: [PATCH] couchview require couchrest --- bin/couchview | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/couchview b/bin/couchview index b9079ef..c87a741 100755 --- a/bin/couchview +++ b/bin/couchview @@ -1,6 +1,8 @@ #!/usr/bin/env ruby require 'optparse' +require 'couchrest' + %w(generate push).each do |file| require File.dirname(__FILE__) + "/../lib/couchrest/commands/#{file}" end