# -*- encoding: utf-8 -*- # stub: norr-couchrest 0.33.02 ruby lib Gem::Specification.new do |s| s.name = "norr-couchrest".freeze s.version = "0.33.02".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, "Matt Aimonetti".freeze] s.date = "2008-11-22" 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@apache.org".freeze s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze, "THANKS.md".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "THANKS.md".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, "examples/word_count/word_count_views.rb".freeze, "history.txt".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/adapters".freeze, "lib/couchrest/core/adapters/restclient.rb".freeze, "lib/couchrest/core/database.rb".freeze, "lib/couchrest/core/design.rb".freeze, "lib/couchrest/core/document.rb".freeze, "lib/couchrest/core/http_abstraction.rb".freeze, "lib/couchrest/core/response.rb".freeze, "lib/couchrest/core/rest_api.rb".freeze, "lib/couchrest/core/server.rb".freeze, "lib/couchrest/core/view.rb".freeze, "lib/couchrest/helper".freeze, "lib/couchrest/helper/pager.rb".freeze, "lib/couchrest/helper/streamer.rb".freeze, "lib/couchrest/helper/upgrade.rb".freeze, "lib/couchrest/middlewares".freeze, "lib/couchrest/middlewares/logger.rb".freeze, "lib/couchrest/mixins".freeze, "lib/couchrest/mixins.rb".freeze, "lib/couchrest/mixins/attachments.rb".freeze, "lib/couchrest/mixins/callbacks.rb".freeze, "lib/couchrest/mixins/class_proxy.rb".freeze, "lib/couchrest/mixins/collection.rb".freeze, "lib/couchrest/mixins/design_doc.rb".freeze, "lib/couchrest/mixins/document_queries.rb".freeze, "lib/couchrest/mixins/extended_attachments.rb".freeze, "lib/couchrest/mixins/extended_document_mixins.rb".freeze, "lib/couchrest/mixins/properties.rb".freeze, "lib/couchrest/mixins/validation.rb".freeze, "lib/couchrest/mixins/views.rb".freeze, "lib/couchrest/monkeypatches.rb".freeze, "lib/couchrest/more".freeze, "lib/couchrest/more/casted_model.rb".freeze, "lib/couchrest/more/extended_document.rb".freeze, "lib/couchrest/more/property.rb".freeze, "lib/couchrest/support".freeze, "lib/couchrest/support/blank.rb".freeze, "lib/couchrest/support/class.rb".freeze, "lib/couchrest/support/rails.rb".freeze, "lib/couchrest/validation".freeze, "lib/couchrest/validation/auto_validate.rb".freeze, "lib/couchrest/validation/contextual_validators.rb".freeze, "lib/couchrest/validation/validation_errors.rb".freeze, "lib/couchrest/validation/validators".freeze, "lib/couchrest/validation/validators/absent_field_validator.rb".freeze, "lib/couchrest/validation/validators/confirmation_validator.rb".freeze, "lib/couchrest/validation/validators/format_validator.rb".freeze, "lib/couchrest/validation/validators/formats".freeze, "lib/couchrest/validation/validators/formats/email.rb".freeze, "lib/couchrest/validation/validators/formats/url.rb".freeze, "lib/couchrest/validation/validators/generic_validator.rb".freeze, "lib/couchrest/validation/validators/length_validator.rb".freeze, "lib/couchrest/validation/validators/method_validator.rb".freeze, "lib/couchrest/validation/validators/numeric_validator.rb".freeze, "lib/couchrest/validation/validators/required_field_validator.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/design_spec.rb".freeze, "spec/couchrest/core/document_spec.rb".freeze, "spec/couchrest/core/server_spec.rb".freeze, "spec/couchrest/helpers".freeze, "spec/couchrest/helpers/pager_spec.rb".freeze, "spec/couchrest/helpers/streamer_spec.rb".freeze, "spec/couchrest/more".freeze, "spec/couchrest/more/casted_extended_doc_spec.rb".freeze, "spec/couchrest/more/casted_model_spec.rb".freeze, "spec/couchrest/more/extended_doc_attachment_spec.rb".freeze, "spec/couchrest/more/extended_doc_spec.rb".freeze, "spec/couchrest/more/extended_doc_subclass_spec.rb".freeze, "spec/couchrest/more/extended_doc_view_spec.rb".freeze, "spec/couchrest/more/property_spec.rb".freeze, "spec/fixtures".freeze, "spec/fixtures/attachments".freeze, "spec/fixtures/attachments/README".freeze, "spec/fixtures/attachments/couchdb.png".freeze, "spec/fixtures/attachments/test.html".freeze, "spec/fixtures/more".freeze, "spec/fixtures/more/article.rb".freeze, "spec/fixtures/more/card.rb".freeze, "spec/fixtures/more/cat.rb".freeze, "spec/fixtures/more/course.rb".freeze, "spec/fixtures/more/event.rb".freeze, "spec/fixtures/more/invoice.rb".freeze, "spec/fixtures/more/person.rb".freeze, "spec/fixtures/more/question.rb".freeze, "spec/fixtures/more/service.rb".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 = 3 s.add_runtime_dependency(%q.freeze, [">= 0.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.15".freeze]) end