Fixed incorrect library path in couchview command. Fixed gemspec.

This commit is contained in:
Geoffrey Grosenbach 2008-09-11 22:42:30 -07:00
parent 8b83f7e2fe
commit 2fbd729ea1
2 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
require 'optparse'
require File.dirname(__FILE__) + "/../lib/couch_rest/commands"
require File.dirname(__FILE__) + "/../lib/couchrest"
# Set defaults
options = {