--- !ruby/object:Gem::Specification name: rom version: !ruby/object:Gem::Version version: 1.0.0.rc1 platform: ruby authors: - Piotr Solnica autorequire: bindir: bin cert_chain: [] date: 2015-12-28 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: dry-equalizer requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.2' - !ruby/object:Gem::Dependency name: rom-support requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.0.rc1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.0.rc1 - !ruby/object:Gem::Dependency name: rom-mapper requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.3.0.rc1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.3.0.rc1 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.3' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.3' description: Persistence and mapping toolkit for Ruby email: piotr.solnica@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".rubocop.yml" - ".rubocop_todo.yml" - ".travis.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - CONTRIBUTING.md - Gemfile - Guardfile - LICENSE - README.md - Rakefile - lib/rom.rb - lib/rom/command.rb - lib/rom/command_registry.rb - lib/rom/commands.rb - lib/rom/commands/class_interface.rb - lib/rom/commands/composite.rb - lib/rom/commands/create.rb - lib/rom/commands/delete.rb - lib/rom/commands/graph.rb - lib/rom/commands/graph/builder.rb - lib/rom/commands/graph/class_interface.rb - lib/rom/commands/graph/input_evaluator.rb - lib/rom/commands/lazy.rb - lib/rom/commands/lazy/create.rb - lib/rom/commands/lazy/delete.rb - lib/rom/commands/lazy/update.rb - lib/rom/commands/result.rb - lib/rom/commands/update.rb - lib/rom/configuration.rb - lib/rom/configuration_dsl.rb - lib/rom/configuration_dsl/command.rb - lib/rom/configuration_dsl/command_dsl.rb - lib/rom/configuration_dsl/mapper.rb - lib/rom/configuration_dsl/mapper_dsl.rb - lib/rom/configuration_dsl/relation.rb - lib/rom/configuration_plugin.rb - lib/rom/constants.rb - lib/rom/container.rb - lib/rom/create_container.rb - lib/rom/environment.rb - lib/rom/gateway.rb - lib/rom/global.rb - lib/rom/global/plugin_dsl.rb - lib/rom/lint/enumerable_dataset.rb - lib/rom/lint/gateway.rb - lib/rom/lint/linter.rb - lib/rom/lint/spec.rb - lib/rom/lint/test.rb - lib/rom/mapper_registry.rb - lib/rom/memory.rb - lib/rom/memory/commands.rb - lib/rom/memory/dataset.rb - lib/rom/memory/gateway.rb - lib/rom/memory/relation.rb - lib/rom/memory/storage.rb - lib/rom/pipeline.rb - lib/rom/plugin.rb - lib/rom/plugin_base.rb - lib/rom/plugin_registry.rb - lib/rom/plugins/configuration/configuration_dsl.rb - lib/rom/plugins/relation/key_inference.rb - lib/rom/plugins/relation/registry_reader.rb - lib/rom/plugins/relation/view.rb - lib/rom/plugins/relation/view/dsl.rb - lib/rom/relation.rb - lib/rom/relation/class_interface.rb - lib/rom/relation/composite.rb - lib/rom/relation/curried.rb - lib/rom/relation/graph.rb - lib/rom/relation/loaded.rb - lib/rom/relation/materializable.rb - lib/rom/relation_registry.rb - lib/rom/setup.rb - lib/rom/setup/auto_registration.rb - lib/rom/setup/finalize.rb - lib/rom/setup/finalize/commands.rb - lib/rom/setup/finalize/mappers.rb - lib/rom/setup/finalize/relations.rb - lib/rom/support/configurable.rb - lib/rom/version.rb - rakelib/benchmark.rake - rakelib/mutant.rake - rakelib/rubocop.rake - rom.gemspec - spec/fixtures/app/commands/create_user.rb - spec/fixtures/app/mappers/user_list.rb - spec/fixtures/app/relations/users.rb - spec/fixtures/lib/persistence/commands/create_user.rb - spec/fixtures/lib/persistence/mappers/user_list.rb - spec/fixtures/lib/persistence/relations/users.rb - spec/integration/command_registry_spec.rb - spec/integration/commands/create_spec.rb - spec/integration/commands/delete_spec.rb - spec/integration/commands/error_handling_spec.rb - spec/integration/commands/graph_builder_spec.rb - spec/integration/commands/graph_spec.rb - spec/integration/commands/update_spec.rb - spec/integration/commands_spec.rb - spec/integration/mappers/combine_spec.rb - spec/integration/mappers/deep_embedded_spec.rb - spec/integration/mappers/definition_dsl_spec.rb - spec/integration/mappers/embedded_spec.rb - spec/integration/mappers/exclude_spec.rb - spec/integration/mappers/fold_spec.rb - spec/integration/mappers/group_spec.rb - spec/integration/mappers/overwrite_attributes_value_spec.rb - spec/integration/mappers/prefix_separator_spec.rb - spec/integration/mappers/prefix_spec.rb - spec/integration/mappers/prefixing_attributes_spec.rb - spec/integration/mappers/registering_custom_mappers_spec.rb - spec/integration/mappers/renaming_attributes_spec.rb - spec/integration/mappers/reusing_mappers_spec.rb - spec/integration/mappers/step_spec.rb - spec/integration/mappers/symbolizing_attributes_spec.rb - spec/integration/mappers/unfold_spec.rb - spec/integration/mappers/ungroup_spec.rb - spec/integration/mappers/unwrap_spec.rb - spec/integration/mappers/wrap_spec.rb - spec/integration/memory/commands/create_spec.rb - spec/integration/memory/commands/delete_spec.rb - spec/integration/memory/commands/update_spec.rb - spec/integration/multi_env_spec.rb - spec/integration/multi_repo_spec.rb - spec/integration/relations/default_dataset_spec.rb - spec/integration/relations/inheritance_spec.rb - spec/integration/relations/reading_spec.rb - spec/integration/relations/registry_dsl_spec.rb - spec/integration/repositories/extending_relations_spec.rb - spec/integration/repositories/setting_logger_spec.rb - spec/integration/setup_spec.rb - spec/shared/command_behavior.rb - spec/shared/command_graph.rb - spec/shared/container.rb - spec/shared/enumerable_dataset.rb - spec/shared/gateway_only.rb - spec/shared/materializable.rb - spec/shared/no_container.rb - spec/shared/one_behavior.rb - spec/shared/proxy.rb - spec/shared/users_and_tasks.rb - spec/spec_helper.rb - spec/support/constant_leak_finder.rb - spec/support/mutant.rb - spec/test/memory_repository_lint_test.rb - spec/unit/rom/auto_registration_spec.rb - spec/unit/rom/commands/graph_spec.rb - spec/unit/rom/commands/lazy_spec.rb - spec/unit/rom/commands/result_spec.rb - spec/unit/rom/commands_spec.rb - spec/unit/rom/configurable_spec.rb - spec/unit/rom/configuration_spec.rb - spec/unit/rom/container_spec.rb - spec/unit/rom/create_container_spec.rb - spec/unit/rom/environment_spec.rb - spec/unit/rom/gateway_spec.rb - spec/unit/rom/global_spec.rb - spec/unit/rom/mapper_registry_spec.rb - spec/unit/rom/memory/dataset_spec.rb - spec/unit/rom/memory/relation_spec.rb - spec/unit/rom/memory/repository_spec.rb - spec/unit/rom/memory/storage_spec.rb - spec/unit/rom/plugin_spec.rb - spec/unit/rom/plugins/relation/key_inference_spec.rb - spec/unit/rom/plugins/relation/view_spec.rb - spec/unit/rom/registry_spec.rb - spec/unit/rom/relation/composite_spec.rb - spec/unit/rom/relation/curried_spec.rb - spec/unit/rom/relation/graph_spec.rb - spec/unit/rom/relation/lazy/combine_spec.rb - spec/unit/rom/relation/lazy_spec.rb - spec/unit/rom/relation/loaded_spec.rb - spec/unit/rom/relation_spec.rb homepage: http://rom-rb.org licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.4.5.1 signing_key: specification_version: 4 summary: Ruby Object Mapper test_files: []