# -*- encoding: utf-8 -*- # stub: ashikawa-core 0.6.0 ruby lib Gem::Specification.new do |s| s.name = "ashikawa-core".freeze s.version = "0.6.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, "EinLama".freeze] s.date = "2013-02-20" 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.".freeze s.email = ["me@moonglum.net".freeze, "tobias.eilert@me.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rvmrc".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/roodi.yml".freeze, "config/site.reek".freeze, "config/yardstick.yml".freeze, "lib/ashikawa-core.rb".freeze, "lib/ashikawa-core/collection.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/exceptions/collection_not_found.rb".freeze, "lib/ashikawa-core/exceptions/document_not_found.rb".freeze, "lib/ashikawa-core/exceptions/index_not_found.rb".freeze, "lib/ashikawa-core/exceptions/no_collection_provided.rb".freeze, "lib/ashikawa-core/exceptions/unknown_path.rb".freeze, "lib/ashikawa-core/figure.rb".freeze, "lib/ashikawa-core/index.rb".freeze, "lib/ashikawa-core/query.rb".freeze, "lib/ashikawa-core/status.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_auth/arango_helper.rb".freeze, "spec/acceptance_auth/auth_spec.rb".freeze, "spec/acceptance_auth/spec_helper.rb".freeze, "spec/fixtures/collections/4588.json".freeze, "spec/fixtures/collections/4590-properties.json".freeze, "spec/fixtures/collections/4590.json".freeze, "spec/fixtures/collections/73482-figures.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/query.json".freeze, "spec/fixtures/documents/4590-333.json".freeze, "spec/fixtures/documents/new-4590-333.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/spec_helper.rb".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/exception_spec.rb".freeze, "spec/unit/figure_spec.rb".freeze, "spec/unit/index_spec.rb".freeze, "spec/unit/query_spec.rb".freeze, "spec/unit/spec_helper.rb".freeze, "spec/unit/status_spec.rb".freeze, "tasks/adjustments.rake".freeze] s.homepage = "http://triagens.github.com/ashikawa-core".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.requirements = ["ArangoDB, v1.1.2".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_auth/arango_helper.rb".freeze, "spec/acceptance_auth/auth_spec.rb".freeze, "spec/acceptance_auth/spec_helper.rb".freeze, "spec/fixtures/collections/4588.json".freeze, "spec/fixtures/collections/4590-properties.json".freeze, "spec/fixtures/collections/4590.json".freeze, "spec/fixtures/collections/73482-figures.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/query.json".freeze, "spec/fixtures/documents/4590-333.json".freeze, "spec/fixtures/documents/new-4590-333.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/spec_helper.rb".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/exception_spec.rb".freeze, "spec/unit/figure_spec.rb".freeze, "spec/unit/index_spec.rb".freeze, "spec/unit/query_spec.rb".freeze, "spec/unit/spec_helper.rb".freeze, "spec/unit/status_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.6.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.9.3".freeze]) end