Navigation Menu

Skip to content

Commit

Permalink
Move ripped out file from the "couch_docs" gem into ./vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Sep 22, 2010
1 parent 224a8df commit 1749310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -82,7 +82,7 @@ end

desc "Upload database logic from ./couchdb/_design/person"
task :views do
require 'couch_docs/design_directory' # Note: Gem version blows up on RestClient version incompatibility with CouchRest
require 'vendor/couch_docs/design_directory' # Note: Gem version blows up on RestClient version incompatibility with CouchRest
dir = CouchDocs::DesignDirectory.new('couchdb/_design/person')
doc = dir.to_hash
doc.update '_id' => '_design/person', 'language' => 'javascript'
Expand Down
File renamed without changes.

0 comments on commit 1749310

Please sign in to comment.