# -*- encoding: utf-8 -*- # stub: axiom-do-adapter 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "axiom-do-adapter".freeze s.version = "0.2.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 = ["Dan Kubb".freeze] s.date = "2014-01-24" s.description = "Use Axiom relations with an RDBMS".freeze s.email = "dan.kubb@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze, "CONTRIBUTING.md".freeze, "TODO".freeze] s.files = [".document".freeze, ".gemtest".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-gemset".freeze, ".travis.yml".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.devtools".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO".freeze, "axiom-do-adapter.gemspec".freeze, "config/devtools.yml".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/axiom-do-adapter.rb".freeze, "lib/axiom/adapter/data_objects.rb".freeze, "lib/axiom/adapter/data_objects/statement.rb".freeze, "lib/axiom/adapter/data_objects/version.rb".freeze, "lib/axiom/relation/gateway.rb".freeze, "spec/rcov.opts".freeze, "spec/shared/binary_relation_method_behaviour.rb".freeze, "spec/shared/unary_relation_method_behaviour.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/config_alias.rb".freeze, "spec/unit/axiom/adapter/data_objects/class_methods/new_spec.rb".freeze, "spec/unit/axiom/adapter/data_objects/read_spec.rb".freeze, "spec/unit/axiom/adapter/data_objects/statement/class_methods/new_spec.rb".freeze, "spec/unit/axiom/adapter/data_objects/statement/each_spec.rb".freeze, "spec/unit/axiom/adapter/data_objects/statement/to_s_spec.rb".freeze, "spec/unit/axiom/relation/gateway/class_methods/new_spec.rb".freeze, "spec/unit/axiom/relation/gateway/difference_spec.rb".freeze, "spec/unit/axiom/relation/gateway/drop_spec.rb".freeze, "spec/unit/axiom/relation/gateway/each_spec.rb".freeze, "spec/unit/axiom/relation/gateway/extend_spec.rb".freeze, "spec/unit/axiom/relation/gateway/intersect_spec.rb".freeze, "spec/unit/axiom/relation/gateway/join_spec.rb".freeze, "spec/unit/axiom/relation/gateway/materialize_spec.rb".freeze, "spec/unit/axiom/relation/gateway/optimize_spec.rb".freeze, "spec/unit/axiom/relation/gateway/product_spec.rb".freeze, "spec/unit/axiom/relation/gateway/project_spec.rb".freeze, "spec/unit/axiom/relation/gateway/remove_spec.rb".freeze, "spec/unit/axiom/relation/gateway/rename_spec.rb".freeze, "spec/unit/axiom/relation/gateway/respond_to_spec.rb".freeze, "spec/unit/axiom/relation/gateway/restrict_spec.rb".freeze, "spec/unit/axiom/relation/gateway/reverse_spec.rb".freeze, "spec/unit/axiom/relation/gateway/sort_by_spec.rb".freeze, "spec/unit/axiom/relation/gateway/summarize_spec.rb".freeze, "spec/unit/axiom/relation/gateway/take_spec.rb".freeze, "spec/unit/axiom/relation/gateway/union_spec.rb".freeze] s.homepage = "https://github.com/dkubb/axiom-do-adapter".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Vertias DataObjects adapter".freeze s.test_files = ["spec/unit/axiom/adapter/data_objects/class_methods/new_spec.rb".freeze, "spec/unit/axiom/adapter/data_objects/read_spec.rb".freeze, "spec/unit/axiom/adapter/data_objects/statement/class_methods/new_spec.rb".freeze, "spec/unit/axiom/adapter/data_objects/statement/each_spec.rb".freeze, "spec/unit/axiom/adapter/data_objects/statement/to_s_spec.rb".freeze, "spec/unit/axiom/relation/gateway/class_methods/new_spec.rb".freeze, "spec/unit/axiom/relation/gateway/difference_spec.rb".freeze, "spec/unit/axiom/relation/gateway/drop_spec.rb".freeze, "spec/unit/axiom/relation/gateway/each_spec.rb".freeze, "spec/unit/axiom/relation/gateway/extend_spec.rb".freeze, "spec/unit/axiom/relation/gateway/intersect_spec.rb".freeze, "spec/unit/axiom/relation/gateway/join_spec.rb".freeze, "spec/unit/axiom/relation/gateway/materialize_spec.rb".freeze, "spec/unit/axiom/relation/gateway/optimize_spec.rb".freeze, "spec/unit/axiom/relation/gateway/product_spec.rb".freeze, "spec/unit/axiom/relation/gateway/project_spec.rb".freeze, "spec/unit/axiom/relation/gateway/remove_spec.rb".freeze, "spec/unit/axiom/relation/gateway/rename_spec.rb".freeze, "spec/unit/axiom/relation/gateway/respond_to_spec.rb".freeze, "spec/unit/axiom/relation/gateway/restrict_spec.rb".freeze, "spec/unit/axiom/relation/gateway/reverse_spec.rb".freeze, "spec/unit/axiom/relation/gateway/sort_by_spec.rb".freeze, "spec/unit/axiom/relation/gateway/summarize_spec.rb".freeze, "spec/unit/axiom/relation/gateway/take_spec.rb".freeze, "spec/unit/axiom/relation/gateway/union_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5".freeze, ">= 1.5.2".freeze]) end