# -*- encoding: utf-8 -*- # stub: terrestrial 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "terrestrial".freeze s.version = "0.1.1".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 = "2016-04-04" s.description = "Terrestial persists your POROs while keeping them free of database concerns.".freeze s.email = ["bestie@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "MissingFeatures.md".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "features/env.rb".freeze, "features/example.feature".freeze, "features/step_definitions/example_steps.rb".freeze, "lib/terrestrial.rb".freeze, "lib/terrestrial/abstract_record.rb".freeze, "lib/terrestrial/association_loaders.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/dataset.rb".freeze, "lib/terrestrial/deleted_record.rb".freeze, "lib/terrestrial/dirty_map.rb".freeze, "lib/terrestrial/graph_loader.rb".freeze, "lib/terrestrial/graph_serializer.rb".freeze, "lib/terrestrial/identity_map.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/mapper_facade.rb".freeze, "lib/terrestrial/one_to_many_association.rb".freeze, "lib/terrestrial/public_conveniencies.rb".freeze, "lib/terrestrial/query_order.rb".freeze, "lib/terrestrial/relation_mapping.rb".freeze, "lib/terrestrial/serializer.rb".freeze, "lib/terrestrial/short_inspection_string.rb".freeze, "lib/terrestrial/struct_factory.rb".freeze, "lib/terrestrial/subset_queries_proxy.rb".freeze, "lib/terrestrial/upserted_record.rb".freeze, "lib/terrestrial/version.rb".freeze, "sequel_mapper.gemspec".freeze, "spec/config_override_spec.rb".freeze, "spec/custom_serializers_spec.rb".freeze, "spec/deletion_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/persistence_efficiency_spec.rb".freeze, "spec/predefined_queries_spec.rb".freeze, "spec/proxying_spec.rb".freeze, "spec/querying_spec.rb".freeze, "spec/readme_examples_spec.rb".freeze, "spec/sequel_mapper/abstract_record_spec.rb".freeze, "spec/sequel_mapper/collection_mutability_proxy_spec.rb".freeze, "spec/sequel_mapper/deleted_record_spec.rb".freeze, "spec/sequel_mapper/dirty_map_spec.rb".freeze, "spec/sequel_mapper/lazy_collection_spec.rb".freeze, "spec/sequel_mapper/lazy_object_proxy_spec.rb".freeze, "spec/sequel_mapper/public_conveniencies_spec.rb".freeze, "spec/sequel_mapper/upserted_record_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/blog_schema.rb".freeze, "spec/support/have_persisted_matcher.rb".freeze, "spec/support/mapper_setup.rb".freeze, "spec/support/mock_sequel.rb".freeze, "spec/support/object_graph_setup.rb".freeze, "spec/support/seed_data_setup.rb".freeze, "spec/support/sequel_persistence_setup.rb".freeze, "spec/support/sequel_test_support.rb".freeze] s.homepage = "https://github.com/bestie/terrestrial".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A data mapping ORM to make your objects feel less alien".freeze s.test_files = ["features/env.rb".freeze, "features/example.feature".freeze, "features/step_definitions/example_steps.rb".freeze, "spec/config_override_spec.rb".freeze, "spec/custom_serializers_spec.rb".freeze, "spec/deletion_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/persistence_efficiency_spec.rb".freeze, "spec/predefined_queries_spec.rb".freeze, "spec/proxying_spec.rb".freeze, "spec/querying_spec.rb".freeze, "spec/readme_examples_spec.rb".freeze, "spec/sequel_mapper/abstract_record_spec.rb".freeze, "spec/sequel_mapper/collection_mutability_proxy_spec.rb".freeze, "spec/sequel_mapper/deleted_record_spec.rb".freeze, "spec/sequel_mapper/dirty_map_spec.rb".freeze, "spec/sequel_mapper/lazy_collection_spec.rb".freeze, "spec/sequel_mapper/lazy_object_proxy_spec.rb".freeze, "spec/sequel_mapper/public_conveniencies_spec.rb".freeze, "spec/sequel_mapper/upserted_record_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/blog_schema.rb".freeze, "spec/support/have_persisted_matcher.rb".freeze, "spec/support/mapper_setup.rb".freeze, "spec/support/mock_sequel.rb".freeze, "spec/support/object_graph_setup.rb".freeze, "spec/support/seed_data_setup.rb".freeze, "spec/support/sequel_persistence_setup.rb".freeze, "spec/support/sequel_test_support.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.17.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.16".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end