Fixed incorrect library path in couchview command. Fixed gemspec.
This commit is contained in:
parent
8b83f7e2fe
commit
2fbd729ea1
2 changed files with 6 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue