Skip to content

Commit

Permalink
Fixed order of operations in couchdb module
Browse files Browse the repository at this point in the history
(braid can only operate with no local changes present)
  • Loading branch information
lackac committed Dec 31, 2008
1 parent 5c8be4c commit d9512a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions couchdb.rb
@@ -1,7 +1,7 @@
gem 'jchris-couchrest', :lib => 'couchrest', :source => 'http://gems.github.com'

plugin 'basic_model',
:git => 'git://github.com/topfunky/basic_model.git'

gem 'jchris-couchrest', :lib => 'couchrest', :source => 'http://gems.github.com'

git :add => "."
git :commit => "-a -m 'Added CouchDB support (through CouchRest and BasicModel)'"

0 comments on commit d9512a1

Please sign in to comment.