# -*- encoding: utf-8 -*- # stub: jchris-couchrest 0.9.4 ruby lib Gem::Specification.new do |s| s.name = "jchris-couchrest".freeze s.version = "0.9.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["J. Chris Anderson".freeze] s.date = "2008-09-11" s.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.".freeze s.email = "jchris@grabb.it".freeze s.executables = ["couchview".freeze, "couchdir".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "LICENSE".freeze, "THANKS".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "THANKS".freeze, "bin/couchdir".freeze, "bin/couchview".freeze, "examples/word_count".freeze, "examples/word_count/markov".freeze, "examples/word_count/views".freeze, "examples/word_count/views/books".freeze, "examples/word_count/views/books/chunked-map.js".freeze, "examples/word_count/views/books/united-map.js".freeze, "examples/word_count/views/markov".freeze, "examples/word_count/views/markov/chain-map.js".freeze, "examples/word_count/views/markov/chain-reduce.js".freeze, "examples/word_count/views/word_count".freeze, "examples/word_count/views/word_count/count-map.js".freeze, "examples/word_count/views/word_count/count-reduce.js".freeze, "examples/word_count/word_count.rb".freeze, "examples/word_count/word_count_query.rb".freeze, "lib/couchrest".freeze, "lib/couchrest.rb".freeze, "lib/couchrest/commands".freeze, "lib/couchrest/commands/generate.rb".freeze, "lib/couchrest/commands/push.rb".freeze, "lib/couchrest/core".freeze, "lib/couchrest/core/database.rb".freeze, "lib/couchrest/core/server.rb".freeze, "lib/couchrest/helper".freeze, "lib/couchrest/helper/file_manager.rb".freeze, "lib/couchrest/helper/pager.rb".freeze, "lib/couchrest/helper/streamer.rb".freeze, "lib/couchrest/monkeypatches.rb".freeze, "spec/couchrest_spec.rb".freeze, "spec/database_spec.rb".freeze, "spec/file_manager_spec.rb".freeze, "spec/fixtures".freeze, "spec/fixtures/attachments".freeze, "spec/fixtures/attachments/test.html".freeze, "spec/fixtures/views".freeze, "spec/fixtures/views/lib.js".freeze, "spec/fixtures/views/test_view".freeze, "spec/fixtures/views/test_view/lib.js".freeze, "spec/fixtures/views/test_view/only-map.js".freeze, "spec/fixtures/views/test_view/test-map.js".freeze, "spec/fixtures/views/test_view/test-reduce.js".freeze, "spec/pager_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/streamer_spec.rb".freeze, "utils/remap.rb".freeze, "utils/subset.rb".freeze] s.homepage = "http://github.com/jchris/couchrest".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Lean and RESTful interface to CouchDB.".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 1.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.5".freeze]) end