# -*- encoding: utf-8 -*- # stub: jchris-couchrest 0.9.12 ruby lib Gem::Specification.new do |s| s.name = "jchris-couchrest".freeze s.version = "0.9.12".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-10-14" 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, "couchapp".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "LICENSE".freeze, "THANKS".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "THANKS".freeze, "bin/couchapp".freeze, "bin/couchdir".freeze, "bin/couchview".freeze, "examples/model".freeze, "examples/model/example.rb".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/model.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/helper/templates".freeze, "lib/couchrest/helper/templates/example-map.js".freeze, "lib/couchrest/helper/templates/example-reduce.js".freeze, "lib/couchrest/helper/templates/index.html".freeze, "lib/couchrest/monkeypatches.rb".freeze, "spec/couchapp_spec.rb".freeze, "spec/couchrest".freeze, "spec/couchrest/core".freeze, "spec/couchrest/core/couchrest_spec.rb".freeze, "spec/couchrest/core/database_spec.rb".freeze, "spec/couchrest/core/model_spec.rb".freeze, "spec/couchrest/helpers".freeze, "spec/couchrest/helpers/file_manager_spec.rb".freeze, "spec/couchrest/helpers/pager_spec.rb".freeze, "spec/couchrest/helpers/streamer_spec.rb".freeze, "spec/fixtures".freeze, "spec/fixtures/attachments".freeze, "spec/fixtures/attachments/couchdb.png".freeze, "spec/fixtures/attachments/test.html".freeze, "spec/fixtures/couchapp".freeze, "spec/fixtures/couchapp-test".freeze, "spec/fixtures/couchapp-test/my-app".freeze, "spec/fixtures/couchapp-test/my-app/attachments".freeze, "spec/fixtures/couchapp-test/my-app/attachments/index.html".freeze, "spec/fixtures/couchapp-test/my-app/views".freeze, "spec/fixtures/couchapp-test/my-app/views/example-map.js".freeze, "spec/fixtures/couchapp-test/my-app/views/example-reduce.js".freeze, "spec/fixtures/couchapp/attachments".freeze, "spec/fixtures/couchapp/attachments/index.html".freeze, "spec/fixtures/couchapp/views".freeze, "spec/fixtures/couchapp/views/example-map.js".freeze, "spec/fixtures/couchapp/views/example-reduce.js".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/spec.opts".freeze, "spec/spec_helper.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]) s.add_runtime_dependency(%q.freeze, [">= 0.9.6".freeze]) end