Initial record
commitb4047e0e953b68ad6f82569013172b4240da0108
authorJohan Sørensen <johan@johansorensen.com>
Wed, 5 Sep 2007 07:45:00 +0000 (5 09:45 +0200)
committerJohan Sørensen <johan@johansorensen.com>
Wed, 5 Sep 2007 07:45:00 +0000 (5 09:45 +0200)
tree4b2b6dda75e6e6f4df25058b9f640d2805960e72
Initial record
26 files changed:
History.txt [new file with mode: 0644]
License.txt [new file with mode: 0644]
Manifest.txt [new file with mode: 0644]
README.txt [new file with mode: 0644]
Rakefile [new file with mode: 0644]
config/hoe.rb [new file with mode: 0644]
config/requirements.rb [new file with mode: 0644]
doc/.gitignore [new file with mode: 0644]
lib/couch_object.rb [new file with mode: 0644]
lib/couch_object/model.rb [new file with mode: 0644]
lib/couch_object/server.rb [new file with mode: 0644]
lib/couch_object/version.rb [new file with mode: 0644]
log/.gitignore [new file with mode: 0644]
script/console [new file with mode: 0755]
script/destroy [new file with mode: 0755]
script/generate [new file with mode: 0755]
setup.rb [new file with mode: 0644]
spec/model_spec.rb [new file with mode: 0644]
spec/rspec_autotest.rb [new file with mode: 0644]
spec/server_spec.rb [new file with mode: 0644]
spec/spec.opts [new file with mode: 0644]
spec/spec_helper.rb [new file with mode: 0644]
tasks/deployment.rake [new file with mode: 0644]
tasks/environment.rake [new file with mode: 0644]
tasks/rspec.rake [new file with mode: 0644]
tasks/website.rake [new file with mode: 0644]