--- !ruby/object:Gem::Specification name: ashikawa-core version: !ruby/object:Gem::Version version: 0.7.2 prerelease: platform: ruby authors: - moonglum - EinLama autorequire: bindir: bin cert_chain: [] date: 2013-04-19 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: faraday requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.8.6 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.8.6 - !ruby/object:Gem::Dependency name: multi_json requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.7.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.7.2 - !ruby/object:Gem::Dependency name: null_logger requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 - !ruby/object:Gem::Dependency name: backports requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.0' - - ! '>=' - !ruby/object:Gem::Version version: 3.0.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.0' - - ! '>=' - !ruby/object:Gem::Version version: 3.0.3 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. email: - me@moonglum.net - tobias.eilert@me.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .rvmrc - .travis.yml - CONTRIBUTING.md - Gemfile - Gemfile.devtools - Guardfile - LICENSE - README.md - Rakefile - ashikawa-core.gemspec - config/flay.yml - config/flog.yml - config/mutant.yml - config/reek.yml - config/roodi.yml - config/yardstick.yml - lib/ashikawa-core.rb - lib/ashikawa-core/collection.rb - lib/ashikawa-core/connection.rb - lib/ashikawa-core/cursor.rb - lib/ashikawa-core/database.rb - lib/ashikawa-core/document.rb - lib/ashikawa-core/edge.rb - lib/ashikawa-core/exceptions/client_error.rb - lib/ashikawa-core/exceptions/client_error/bad_syntax.rb - lib/ashikawa-core/exceptions/client_error/resource_not_found.rb - lib/ashikawa-core/exceptions/client_error/resource_not_found/collection_not_found.rb - lib/ashikawa-core/exceptions/client_error/resource_not_found/document_not_found.rb - lib/ashikawa-core/exceptions/client_error/resource_not_found/index_not_found.rb - lib/ashikawa-core/exceptions/no_collection_provided.rb - lib/ashikawa-core/exceptions/server_error.rb - lib/ashikawa-core/exceptions/server_error/json_error.rb - lib/ashikawa-core/figure.rb - lib/ashikawa-core/index.rb - lib/ashikawa-core/query.rb - lib/ashikawa-core/request_preprocessor.rb - lib/ashikawa-core/response_preprocessor.rb - lib/ashikawa-core/status.rb - lib/ashikawa-core/version.rb - spec/acceptance/arango_helper.rb - spec/acceptance/basic_spec.rb - spec/acceptance/index_spec.rb - spec/acceptance/query_spec.rb - spec/acceptance/spec_helper.rb - spec/acceptance_auth/arango_helper.rb - spec/acceptance_auth/auth_spec.rb - spec/acceptance_auth/spec_helper.rb - spec/fixtures/collections/60768679-count.json - spec/fixtures/collections/60768679-figures.json - spec/fixtures/collections/60768679-properties-volatile.json - spec/fixtures/collections/60768679-properties.json - spec/fixtures/collections/60768679.json - spec/fixtures/collections/all.json - spec/fixtures/collections/not_found.json - spec/fixtures/cursor/26011191-2.json - spec/fixtures/cursor/26011191-3.json - spec/fixtures/cursor/26011191.json - spec/fixtures/cursor/query.json - spec/fixtures/documents/example_1-137249191.json - spec/fixtures/documents/new-example_1-137249191.json - spec/fixtures/indices/all.json - spec/fixtures/indices/hash-index.json - spec/fixtures/indices/new-hash-index.json - spec/fixtures/query/valid.json - spec/fixtures/simple-queries/all.json - spec/fixtures/simple-queries/all_limit.json - spec/fixtures/simple-queries/all_skip.json - spec/fixtures/simple-queries/example.json - spec/fixtures/simple-queries/near.json - spec/fixtures/simple-queries/range.json - spec/fixtures/simple-queries/within.json - spec/setup/arangodb.sh - spec/spec_helper.rb - spec/unit/collection_spec.rb - spec/unit/connection_spec.rb - spec/unit/cursor_spec.rb - spec/unit/database_spec.rb - spec/unit/document_spec.rb - spec/unit/edge_spec.rb - spec/unit/exception_spec.rb - spec/unit/figure_spec.rb - spec/unit/index_spec.rb - spec/unit/query_spec.rb - spec/unit/spec_helper.rb - spec/unit/status_spec.rb - tasks/adjustments.rake homepage: http://triagens.github.com/ashikawa-core licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.8.7 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 1495105476276020209 requirements: - ArangoDB, v1.2 rubyforge_project: ashikawa-core rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: Ashikawa Core is a wrapper around the ArangoDB REST API test_files: - spec/acceptance/arango_helper.rb - spec/acceptance/basic_spec.rb - spec/acceptance/index_spec.rb - spec/acceptance/query_spec.rb - spec/acceptance/spec_helper.rb - spec/acceptance_auth/arango_helper.rb - spec/acceptance_auth/auth_spec.rb - spec/acceptance_auth/spec_helper.rb - spec/fixtures/collections/60768679-count.json - spec/fixtures/collections/60768679-figures.json - spec/fixtures/collections/60768679-properties-volatile.json - spec/fixtures/collections/60768679-properties.json - spec/fixtures/collections/60768679.json - spec/fixtures/collections/all.json - spec/fixtures/collections/not_found.json - spec/fixtures/cursor/26011191-2.json - spec/fixtures/cursor/26011191-3.json - spec/fixtures/cursor/26011191.json - spec/fixtures/cursor/query.json - spec/fixtures/documents/example_1-137249191.json - spec/fixtures/documents/new-example_1-137249191.json - spec/fixtures/indices/all.json - spec/fixtures/indices/hash-index.json - spec/fixtures/indices/new-hash-index.json - spec/fixtures/query/valid.json - spec/fixtures/simple-queries/all.json - spec/fixtures/simple-queries/all_limit.json - spec/fixtures/simple-queries/all_skip.json - spec/fixtures/simple-queries/example.json - spec/fixtures/simple-queries/near.json - spec/fixtures/simple-queries/range.json - spec/fixtures/simple-queries/within.json - spec/setup/arangodb.sh - spec/spec_helper.rb - spec/unit/collection_spec.rb - spec/unit/connection_spec.rb - spec/unit/cursor_spec.rb - spec/unit/database_spec.rb - spec/unit/document_spec.rb - spec/unit/edge_spec.rb - spec/unit/exception_spec.rb - spec/unit/figure_spec.rb - spec/unit/index_spec.rb - spec/unit/query_spec.rb - spec/unit/spec_helper.rb - spec/unit/status_spec.rb has_rdoc: