# -*- encoding: utf-8 -*- # stub: ashikawa-core 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "ashikawa-core".freeze s.version = "0.8.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["moonglum".freeze] s.date = "2013-07-22" s.description = "Ashikawa Core is a wrapper around the ArangoDB REST API. It provides low level access and will be used in different ArangoDB ODMs and other tools.".freeze s.email = ["me@moonglum.net".freeze] s.files = [".coveralls.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.devtools".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "ashikawa-core.gemspec".freeze, "config/flay.yml".freeze, "config/flog.yml".freeze, "config/mutant.yml".freeze, "config/reek.yml".freeze, "config/rubocop.yml".freeze, "config/yardstick.yml".freeze, "lib/ashikawa-core.rb".freeze, "lib/ashikawa-core/collection.rb".freeze, "lib/ashikawa-core/configuration.rb".freeze, "lib/ashikawa-core/connection.rb".freeze, "lib/ashikawa-core/cursor.rb".freeze, "lib/ashikawa-core/database.rb".freeze, "lib/ashikawa-core/document.rb".freeze, "lib/ashikawa-core/edge.rb".freeze, "lib/ashikawa-core/exceptions/client_error.rb".freeze, "lib/ashikawa-core/exceptions/client_error/bad_syntax.rb".freeze, "lib/ashikawa-core/exceptions/client_error/resource_not_found.rb".freeze, "lib/ashikawa-core/exceptions/client_error/resource_not_found/collection_not_found.rb".freeze, "lib/ashikawa-core/exceptions/client_error/resource_not_found/document_not_found.rb".freeze, "lib/ashikawa-core/exceptions/client_error/resource_not_found/index_not_found.rb".freeze, "lib/ashikawa-core/exceptions/no_collection_provided.rb".freeze, "lib/ashikawa-core/exceptions/server_error.rb".freeze, "lib/ashikawa-core/exceptions/server_error/json_error.rb".freeze, "lib/ashikawa-core/figure.rb".freeze, "lib/ashikawa-core/index.rb".freeze, "lib/ashikawa-core/key_options.rb".freeze, "lib/ashikawa-core/query.rb".freeze, "lib/ashikawa-core/request_preprocessor.rb".freeze, "lib/ashikawa-core/response_preprocessor.rb".freeze, "lib/ashikawa-core/status.rb".freeze, "lib/ashikawa-core/transaction.rb".freeze, "lib/ashikawa-core/version.rb".freeze, "spec/acceptance/arango_helper.rb".freeze, "spec/acceptance/basic_spec.rb".freeze, "spec/acceptance/index_spec.rb".freeze, "spec/acceptance/query_spec.rb".freeze, "spec/acceptance/spec_helper.rb".freeze, "spec/acceptance/transactions_spec.rb".freeze, "spec/acceptance_auth/arango_helper.rb".freeze, "spec/acceptance_auth/auth_spec.rb".freeze, "spec/acceptance_auth/spec_helper.rb".freeze, "spec/fixtures/collections/60768679-count.json".freeze, "spec/fixtures/collections/60768679-figures.json".freeze, "spec/fixtures/collections/60768679-properties-volatile.json".freeze, "spec/fixtures/collections/60768679-properties.json".freeze, "spec/fixtures/collections/60768679.json".freeze, "spec/fixtures/collections/all.json".freeze, "spec/fixtures/collections/not_found.json".freeze, "spec/fixtures/cursor/26011191-2.json".freeze, "spec/fixtures/cursor/26011191-3.json".freeze, "spec/fixtures/cursor/26011191.json".freeze, "spec/fixtures/cursor/edges.json".freeze, "spec/fixtures/cursor/query.json".freeze, "spec/fixtures/documents/example_1-137249191.json".freeze, "spec/fixtures/documents/new-example_1-137249191.json".freeze, "spec/fixtures/indices/all.json".freeze, "spec/fixtures/indices/hash-index.json".freeze, "spec/fixtures/indices/new-hash-index.json".freeze, "spec/fixtures/query/valid.json".freeze, "spec/fixtures/simple-queries/all.json".freeze, "spec/fixtures/simple-queries/all_limit.json".freeze, "spec/fixtures/simple-queries/all_skip.json".freeze, "spec/fixtures/simple-queries/example.json".freeze, "spec/fixtures/simple-queries/near.json".freeze, "spec/fixtures/simple-queries/range.json".freeze, "spec/fixtures/simple-queries/within.json".freeze, "spec/setup/arangodb.sh".freeze, "spec/unit/collection_spec.rb".freeze, "spec/unit/connection_spec.rb".freeze, "spec/unit/cursor_spec.rb".freeze, "spec/unit/database_spec.rb".freeze, "spec/unit/document_spec.rb".freeze, "spec/unit/edge_spec.rb".freeze, "spec/unit/exception_spec.rb".freeze, "spec/unit/figure_spec.rb".freeze, "spec/unit/index_spec.rb".freeze, "spec/unit/key_options_spec.rb".freeze, "spec/unit/query_spec.rb".freeze, "spec/unit/spec_helper.rb".freeze, "spec/unit/status_spec.rb".freeze, "spec/unit/transaction_spec.rb".freeze, "tasks/adjustments.rake".freeze] s.homepage = "http://triagens.github.com/ashikawa-core".freeze s.licenses = ["Apache License 2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.requirements = ["ArangoDB, v1.3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ashikawa Core is a wrapper around the ArangoDB REST API".freeze s.test_files = ["spec/acceptance/arango_helper.rb".freeze, "spec/acceptance/basic_spec.rb".freeze, "spec/acceptance/index_spec.rb".freeze, "spec/acceptance/query_spec.rb".freeze, "spec/acceptance/spec_helper.rb".freeze, "spec/acceptance/transactions_spec.rb".freeze, "spec/acceptance_auth/arango_helper.rb".freeze, "spec/acceptance_auth/auth_spec.rb".freeze, "spec/acceptance_auth/spec_helper.rb".freeze, "spec/fixtures/collections/60768679-count.json".freeze, "spec/fixtures/collections/60768679-figures.json".freeze, "spec/fixtures/collections/60768679-properties-volatile.json".freeze, "spec/fixtures/collections/60768679-properties.json".freeze, "spec/fixtures/collections/60768679.json".freeze, "spec/fixtures/collections/all.json".freeze, "spec/fixtures/collections/not_found.json".freeze, "spec/fixtures/cursor/26011191-2.json".freeze, "spec/fixtures/cursor/26011191-3.json".freeze, "spec/fixtures/cursor/26011191.json".freeze, "spec/fixtures/cursor/edges.json".freeze, "spec/fixtures/cursor/query.json".freeze, "spec/fixtures/documents/example_1-137249191.json".freeze, "spec/fixtures/documents/new-example_1-137249191.json".freeze, "spec/fixtures/indices/all.json".freeze, "spec/fixtures/indices/hash-index.json".freeze, "spec/fixtures/indices/new-hash-index.json".freeze, "spec/fixtures/query/valid.json".freeze, "spec/fixtures/simple-queries/all.json".freeze, "spec/fixtures/simple-queries/all_limit.json".freeze, "spec/fixtures/simple-queries/all_skip.json".freeze, "spec/fixtures/simple-queries/example.json".freeze, "spec/fixtures/simple-queries/near.json".freeze, "spec/fixtures/simple-queries/range.json".freeze, "spec/fixtures/simple-queries/within.json".freeze, "spec/setup/arangodb.sh".freeze, "spec/unit/collection_spec.rb".freeze, "spec/unit/connection_spec.rb".freeze, "spec/unit/cursor_spec.rb".freeze, "spec/unit/database_spec.rb".freeze, "spec/unit/document_spec.rb".freeze, "spec/unit/edge_spec.rb".freeze, "spec/unit/exception_spec.rb".freeze, "spec/unit/figure_spec.rb".freeze, "spec/unit/index_spec.rb".freeze, "spec/unit/key_options_spec.rb".freeze, "spec/unit/query_spec.rb".freeze, "spec/unit/spec_helper.rb".freeze, "spec/unit/status_spec.rb".freeze, "spec/unit/transaction_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.8.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.8.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.5".freeze]) end