--- !ruby/object:Gem::Specification name: samlown-couchrest version: !ruby/object:Gem::Version prerelease: false segments: - 1 - 0 - 0 version: 1.0.0 platform: ruby authors: - J. Chris Anderson - Matt Aimonetti - Marcos Tapajos - Will Leinweber autorequire: bindir: bin cert_chain: [] date: 2010-05-10 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rest-client prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 5 version: "0.5" type: :runtime version_requirements: *id001 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@apache.org executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md - THANKS.md files: - LICENSE - README.md - Rakefile - THANKS.md - examples/word_count/markov - examples/word_count/views/books/chunked-map.js - examples/word_count/views/books/united-map.js - examples/word_count/views/markov/chain-map.js - examples/word_count/views/markov/chain-reduce.js - 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 - examples/word_count/word_count_views.rb - history.txt - lib/couchrest.rb - lib/couchrest/commands/generate.rb - lib/couchrest/commands/push.rb - lib/couchrest/database.rb - lib/couchrest/design.rb - lib/couchrest/document.rb - lib/couchrest/helper/attachments.rb - lib/couchrest/helper/pager.rb - lib/couchrest/helper/streamer.rb - lib/couchrest/helper/upgrade.rb - lib/couchrest/middlewares/logger.rb - lib/couchrest/monkeypatches.rb - lib/couchrest/response.rb - lib/couchrest/rest_api.rb - lib/couchrest/server.rb - lib/couchrest/support/class.rb - spec/couchrest/couchrest_spec.rb - spec/couchrest/database_spec.rb - spec/couchrest/design_spec.rb - spec/couchrest/document_spec.rb - spec/couchrest/helpers/pager_spec.rb - spec/couchrest/helpers/streamer_spec.rb - spec/couchrest/server_spec.rb - spec/fixtures/attachments/README - spec/fixtures/attachments/couchdb.png - spec/fixtures/attachments/test.html - spec/fixtures/views/lib.js - 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/spec.opts - spec/spec_helper.rb - utils/remap.rb - utils/subset.rb has_rdoc: true homepage: http://github.com/couchrest/couchrest licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Lean and RESTful interface to CouchDB. test_files: - spec/spec_helper.rb - spec/couchrest/server_spec.rb - spec/couchrest/helpers/pager_spec.rb - spec/couchrest/helpers/streamer_spec.rb - spec/couchrest/document_spec.rb - spec/couchrest/couchrest_spec.rb - spec/couchrest/design_spec.rb - spec/couchrest/database_spec.rb - examples/word_count/word_count.rb - examples/word_count/word_count_views.rb - examples/word_count/word_count_query.rb