--- !ruby/object:Gem::Specification name: jchris-couchrest version: !ruby/object:Gem::Version version: 0.9.6 platform: ruby authors: - J. Chris Anderson autorequire: bindir: bin cert_chain: [] date: 2008-09-10 21:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: json version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.1.2 version: - !ruby/object:Gem::Dependency name: rest-client version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0.5" version: description: CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments. email: jchris@grabb.it executables: - couchview - couchdir extensions: [] extra_rdoc_files: - README.rdoc - LICENSE - THANKS files: - LICENSE - README.rdoc - Rakefile - THANKS - bin/couchapp - bin/couchdir - bin/couchview - examples/word_count - examples/word_count/markov - examples/word_count/views - examples/word_count/views/books - examples/word_count/views/books/chunked-map.js - examples/word_count/views/books/united-map.js - examples/word_count/views/markov - examples/word_count/views/markov/chain-map.js - examples/word_count/views/markov/chain-reduce.js - examples/word_count/views/word_count - examples/word_count/views/word_count/count-map.js - examples/word_count/views/word_count/count-reduce.js - examples/word_count/word_count.rb - examples/word_count/word_count_query.rb - lib/couchrest - lib/couchrest/commands - lib/couchrest/commands/generate.rb - lib/couchrest/commands/push.rb - lib/couchrest/core - lib/couchrest/core/database.rb - lib/couchrest/core/server.rb - lib/couchrest/helper - lib/couchrest/helper/file_manager.rb - lib/couchrest/helper/pager.rb - lib/couchrest/helper/streamer.rb - lib/couchrest/helper/templates - lib/couchrest/helper/templates/example-map.js - lib/couchrest/helper/templates/example-reduce.js - lib/couchrest/helper/templates/index.html - lib/couchrest/monkeypatches.rb - lib/couchrest.rb - spec/couchapp_spec.rb - spec/couchrest_spec.rb - spec/database_spec.rb - spec/file_manager_spec.rb - spec/fixtures - spec/fixtures/attachments - spec/fixtures/attachments/test.html - spec/fixtures/couchapp - spec/fixtures/couchapp/attachments - spec/fixtures/couchapp/attachments/index.html - spec/fixtures/couchapp/views - spec/fixtures/couchapp/views/example-map.js - spec/fixtures/couchapp/views/example-reduce.js - spec/fixtures/couchapp-test - spec/fixtures/views - spec/fixtures/views/lib.js - spec/fixtures/views/test_view - spec/fixtures/views/test_view/lib.js - spec/fixtures/views/test_view/only-map.js - spec/fixtures/views/test_view/test-map.js - spec/fixtures/views/test_view/test-reduce.js - spec/pager_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/streamer_spec.rb - utils/remap.rb - utils/subset.rb has_rdoc: "true" homepage: http://github.com/jchris/couchrest post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Lean and RESTful interface to CouchDB. test_files: []