# -*- encoding: utf-8 -*- # stub: couchrest 2.0.0.beta1 ruby lib Gem::Specification.new do |s| s.name = "couchrest".freeze s.version = "2.0.0.beta1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["J. Chris Anderson".freeze, "Matt Aimonetti".freeze, "Marcos Tapajos".freeze, "Will Leinweber".freeze, "Sam Lown".freeze] s.date = "2015-07-09" 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 = ["LICENSE".freeze, "README.md".freeze, "THANKS.md".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "THANKS.md".freeze, "VERSION".freeze, "couchrest.gemspec".freeze, "examples/word_count/markov".freeze, "examples/word_count/views/books/chunked-map.js".freeze, "examples/word_count/views/books/united-map.js".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/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, "init.rb".freeze, "lib/couchrest.rb".freeze, "lib/couchrest/attributes.rb".freeze, "lib/couchrest/commands/generate.rb".freeze, "lib/couchrest/commands/push.rb".freeze, "lib/couchrest/connection.rb".freeze, "lib/couchrest/database.rb".freeze, "lib/couchrest/design.rb".freeze, "lib/couchrest/document.rb".freeze, "lib/couchrest/exceptions.rb".freeze, "lib/couchrest/helper/attachments.rb".freeze, "lib/couchrest/helper/pager.rb".freeze, "lib/couchrest/helper/stream_row_parser.rb".freeze, "lib/couchrest/helper/upgrade.rb".freeze, "lib/couchrest/middlewares/logger.rb".freeze, "lib/couchrest/rest_api.rb".freeze, "lib/couchrest/server.rb".freeze, "lib/couchrest/support/inheritable_attributes.rb".freeze, "spec/.gitignore".freeze, "spec/couchrest/connection_spec.rb".freeze, "spec/couchrest/couchrest_spec.rb".freeze, "spec/couchrest/database_spec.rb".freeze, "spec/couchrest/design_spec.rb".freeze, "spec/couchrest/document_spec.rb".freeze, "spec/couchrest/exceptions_spec.rb".freeze, "spec/couchrest/helpers/pager_spec.rb".freeze, "spec/couchrest/helpers/stream_row_parser_spec.rb".freeze, "spec/couchrest/rest_api_spec.rb".freeze, "spec/couchrest/server_spec.rb".freeze, "spec/fixtures/attachments/README".freeze, "spec/fixtures/attachments/couchdb.png".freeze, "spec/fixtures/attachments/test.html".freeze, "spec/fixtures/views/lib.js".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/couchrest/couchrest".freeze s.licenses = ["Apache License 2.0".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Lean and RESTful interface to CouchDB.".freeze s.test_files = ["spec/couchrest/connection_spec.rb".freeze, "spec/couchrest/couchrest_spec.rb".freeze, "spec/couchrest/database_spec.rb".freeze, "spec/couchrest/design_spec.rb".freeze, "spec/couchrest/document_spec.rb".freeze, "spec/couchrest/exceptions_spec.rb".freeze, "spec/couchrest/helpers/pager_spec.rb".freeze, "spec/couchrest/helpers/stream_row_parser_spec.rb".freeze, "spec/couchrest/rest_api_spec.rb".freeze, "spec/couchrest/server_spec.rb".freeze, "spec/fixtures/attachments/README".freeze, "spec/fixtures/attachments/couchdb.png".freeze, "spec/fixtures/attachments/test.html".freeze, "spec/fixtures/views/lib.js".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] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.6.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.15".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, [">= 1.7.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end