# -*- encoding: utf-8 -*- # stub: terrestrial 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "terrestrial".freeze s.version = "0.5.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 = ["Stephen Best".freeze] s.date = "2021-04-28" s.description = "A data mapper ORM for Ruby. Persists POROs, enables DDD and fast tests. Makes your objects less alien.".freeze s.email = ["bestie@gmail.com".freeze] s.executables = ["test".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "bin/test".freeze, "docs/domain_object_contract.md".freeze, "features/env.rb".freeze, "features/example.feature".freeze, "features/step_definitions/example_steps.rb".freeze, "lib/terrestrial.rb".freeze, "lib/terrestrial/adapters/abstract_adapter.rb".freeze, "lib/terrestrial/adapters/memory_adapter.rb".freeze, "lib/terrestrial/adapters/sequel_postgres_adapter.rb".freeze, "lib/terrestrial/collection_mutability_proxy.rb".freeze, "lib/terrestrial/configurations/conventional_association_configuration.rb".freeze, "lib/terrestrial/configurations/conventional_configuration.rb".freeze, "lib/terrestrial/configurations/mapping_config_options_proxy.rb".freeze, "lib/terrestrial/dataset.rb".freeze, "lib/terrestrial/deleted_record.rb".freeze, "lib/terrestrial/dirty_map.rb".freeze, "lib/terrestrial/error.rb".freeze, "lib/terrestrial/functional_pipeline.rb".freeze, "lib/terrestrial/graph_loader.rb".freeze, "lib/terrestrial/graph_serializer.rb".freeze, "lib/terrestrial/identity_map.rb".freeze, "lib/terrestrial/inspection_string.rb".freeze, "lib/terrestrial/lazy_collection.rb".freeze, "lib/terrestrial/lazy_object_proxy.rb".freeze, "lib/terrestrial/many_to_many_association.rb".freeze, "lib/terrestrial/many_to_one_association.rb".freeze, "lib/terrestrial/one_to_many_association.rb".freeze, "lib/terrestrial/public_conveniencies.rb".freeze, "lib/terrestrial/query_order.rb".freeze, "lib/terrestrial/record.rb".freeze, "lib/terrestrial/relation_mapping.rb".freeze, "lib/terrestrial/relational_store.rb".freeze, "lib/terrestrial/serializer.rb".freeze, "lib/terrestrial/struct_factory.rb".freeze, "lib/terrestrial/subset_queries_proxy.rb".freeze, "lib/terrestrial/upsert_record.rb".freeze, "lib/terrestrial/version.rb".freeze, "spec/automatic_timestamps_spec.rb".freeze, "spec/changes_api_spec.rb".freeze, "spec/config_override_spec.rb".freeze, "spec/custom_serializers_spec.rb".freeze, "spec/database_default_fields_spec.rb".freeze, "spec/database_generated_id_spec.rb".freeze, "spec/database_owned_fields_and_timestamps_spec.rb".freeze, "spec/deletion_spec.rb".freeze, "spec/error_handling/factory_error_handling_spec.rb".freeze, "spec/error_handling/serialization_error_spec.rb".freeze, "spec/error_handling/upsert_error_spec.rb".freeze, "spec/graph_persistence_spec.rb".freeze, "spec/graph_traversal_spec.rb".freeze, "spec/new_graph_persistence_spec.rb".freeze, "spec/object_identity_spec.rb".freeze, "spec/ordered_association_spec.rb".freeze, "spec/predefined_queries_spec.rb".freeze, "spec/querying_spec.rb".freeze, "spec/readme_examples_spec.rb".freeze, "spec/sequel_query_efficiency_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/blog_schema.rb".freeze, "spec/support/have_persisted_matcher.rb".freeze, "spec/support/memory_adapter_test_support.rb".freeze, "spec/support/object_graph_setup.rb".freeze, "spec/support/object_store_setup.rb".freeze, "spec/support/seed_data_setup.rb".freeze, "spec/support/seed_records.rb".freeze, "spec/support/sequel_test_support.rb".freeze, "spec/terrestrial/abstract_record_spec.rb".freeze, "spec/terrestrial/adapters/sequel_postgres_adapter_spec.rb".freeze, "spec/terrestrial/collection_mutability_proxy_spec.rb".freeze, "spec/terrestrial/deleted_record_spec.rb".freeze, "spec/terrestrial/dirty_map_spec.rb".freeze, "spec/terrestrial/functional_pipeline_spec.rb".freeze, "spec/terrestrial/inspection_string_spec.rb".freeze, "spec/terrestrial/lazy_collection_spec.rb".freeze, "spec/terrestrial/lazy_object_proxy_spec.rb".freeze, "spec/terrestrial/upsert_record_spec.rb".freeze, "terrestrial.gemspec".freeze] s.homepage = "https://github.com/bestie/terrestrial".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A data mapper ORM for Ruby".freeze s.test_files = ["features/env.rb".freeze, "features/example.feature".freeze, "features/step_definitions/example_steps.rb".freeze, "spec/automatic_timestamps_spec.rb".freeze, "spec/changes_api_spec.rb".freeze, "spec/config_override_spec.rb".freeze, "spec/custom_serializers_spec.rb".freeze, "spec/database_default_fields_spec.rb".freeze, "spec/database_generated_id_spec.rb".freeze, "spec/database_owned_fields_and_timestamps_spec.rb".freeze, "spec/deletion_spec.rb".freeze, "spec/error_handling/factory_error_handling_spec.rb".freeze, "spec/error_handling/serialization_error_spec.rb".freeze, "spec/error_handling/upsert_error_spec.rb".freeze, "spec/graph_persistence_spec.rb".freeze, "spec/graph_traversal_spec.rb".freeze, "spec/new_graph_persistence_spec.rb".freeze, "spec/object_identity_spec.rb".freeze, "spec/ordered_association_spec.rb".freeze, "spec/predefined_queries_spec.rb".freeze, "spec/querying_spec.rb".freeze, "spec/readme_examples_spec.rb".freeze, "spec/sequel_query_efficiency_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/blog_schema.rb".freeze, "spec/support/have_persisted_matcher.rb".freeze, "spec/support/memory_adapter_test_support.rb".freeze, "spec/support/object_graph_setup.rb".freeze, "spec/support/object_store_setup.rb".freeze, "spec/support/seed_data_setup.rb".freeze, "spec/support/seed_records.rb".freeze, "spec/support/sequel_test_support.rb".freeze, "spec/terrestrial/abstract_record_spec.rb".freeze, "spec/terrestrial/adapters/sequel_postgres_adapter_spec.rb".freeze, "spec/terrestrial/collection_mutability_proxy_spec.rb".freeze, "spec/terrestrial/deleted_record_spec.rb".freeze, "spec/terrestrial/dirty_map_spec.rb".freeze, "spec/terrestrial/functional_pipeline_spec.rb".freeze, "spec/terrestrial/inspection_string_spec.rb".freeze, "spec/terrestrial/lazy_collection_spec.rb".freeze, "spec/terrestrial/lazy_object_proxy_spec.rb".freeze, "spec/terrestrial/upsert_record_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end