# -*- encoding: utf-8 -*- # stub: convenient_service 0.19.0 ruby lib Gem::Specification.new do |s| s.name = "convenient_service".freeze s.version = "0.19.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/marian13/convenient_service/CHANGELOG.md", "homepage_uri" => "https://github.com/marian13/convenient_service", "source_code_uri" => "https://github.com/marian13/convenient_service" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Marian Kostyk".freeze] s.date = "2024-06-08" s.description = "Yet another approach to revisit the service object pattern in Ruby, but this time focusing on the unique, opinionated, moderately obtrusive, but not mandatory features.\n".freeze s.email = ["mariankostyk13895@gmail.com".freeze] s.files = ["COMM-LICENSE.txt".freeze, "LICENSE.txt".freeze, "README.md".freeze, "lib/convenient_service.rb".freeze, "lib/convenient_service/alias.rb".freeze, "lib/convenient_service/aliases.rb".freeze, "lib/convenient_service/commands.rb".freeze, "lib/convenient_service/commands/is_service.rb".freeze, "lib/convenient_service/commands/is_service_class.rb".freeze, "lib/convenient_service/common.rb".freeze, "lib/convenient_service/common/plugins.rb".freeze, "lib/convenient_service/common/plugins/aliases.rb".freeze, "lib/convenient_service/common/plugins/assigns_attributes_in_constructor/using_active_model_attribute_assignment.rb".freeze, "lib/convenient_service/common/plugins/assigns_attributes_in_constructor/using_active_model_attribute_assignment/concern.rb".freeze, "lib/convenient_service/common/plugins/assigns_attributes_in_constructor/using_active_model_attribute_assignment/middleware.rb".freeze, "lib/convenient_service/common/plugins/assigns_attributes_in_constructor/using_dry_initializer.rb".freeze, "lib/convenient_service/common/plugins/assigns_attributes_in_constructor/using_dry_initializer/concern.rb".freeze, "lib/convenient_service/common/plugins/caches_constructor_arguments.rb".freeze, "lib/convenient_service/common/plugins/caches_constructor_arguments/concern.rb".freeze, "lib/convenient_service/common/plugins/caches_constructor_arguments/middleware.rb".freeze, "lib/convenient_service/common/plugins/caches_return_value.rb".freeze, "lib/convenient_service/common/plugins/caches_return_value/middleware.rb".freeze, "lib/convenient_service/common/plugins/can_be_copied.rb".freeze, "lib/convenient_service/common/plugins/can_be_copied/concern.rb".freeze, "lib/convenient_service/common/plugins/can_have_user_provided_entity.rb".freeze, "lib/convenient_service/common/plugins/can_have_user_provided_entity/commands.rb".freeze, "lib/convenient_service/common/plugins/can_have_user_provided_entity/commands/find_or_create_entity.rb".freeze, "lib/convenient_service/common/plugins/can_have_user_provided_entity/container.rb".freeze, "lib/convenient_service/common/plugins/can_have_user_provided_entity/exceptions.rb".freeze, "lib/convenient_service/common/plugins/can_utilize_finite_loop.rb".freeze, "lib/convenient_service/common/plugins/can_utilize_finite_loop/concern.rb".freeze, "lib/convenient_service/common/plugins/can_utilize_finite_loop/constants.rb".freeze, "lib/convenient_service/common/plugins/ensures_negated_j_send_result.rb".freeze, "lib/convenient_service/common/plugins/ensures_negated_j_send_result/middleware.rb".freeze, "lib/convenient_service/common/plugins/has_around_callbacks.rb".freeze, "lib/convenient_service/common/plugins/has_around_callbacks/concern.rb".freeze, "lib/convenient_service/common/plugins/has_around_callbacks/exceptions.rb".freeze, "lib/convenient_service/common/plugins/has_around_callbacks/middleware.rb".freeze, "lib/convenient_service/common/plugins/has_attributes/using_active_model_attributes.rb".freeze, "lib/convenient_service/common/plugins/has_attributes/using_active_model_attributes/concern.rb".freeze, "lib/convenient_service/common/plugins/has_attributes/using_active_model_attributes/patches.rb".freeze, "lib/convenient_service/common/plugins/has_attributes/using_active_model_attributes/patches/active_model_attributes.rb".freeze, "lib/convenient_service/common/plugins/has_callbacks.rb".freeze, "lib/convenient_service/common/plugins/has_callbacks/concern.rb".freeze, "lib/convenient_service/common/plugins/has_callbacks/entities.rb".freeze, "lib/convenient_service/common/plugins/has_callbacks/entities/callback.rb".freeze, "lib/convenient_service/common/plugins/has_callbacks/entities/callback_collection.rb".freeze, "lib/convenient_service/common/plugins/has_callbacks/entities/type.rb".freeze, "lib/convenient_service/common/plugins/has_callbacks/entities/type/class_methods.rb".freeze, "lib/convenient_service/common/plugins/has_callbacks/entities/type_collection.rb".freeze, "lib/convenient_service/common/plugins/has_callbacks/middleware.rb".freeze, "lib/convenient_service/common/plugins/has_constructor.rb".freeze, "lib/convenient_service/common/plugins/has_constructor/concern.rb".freeze, "lib/convenient_service/common/plugins/has_constructor_without_initialize.rb".freeze, "lib/convenient_service/common/plugins/has_constructor_without_initialize/concern.rb".freeze, "lib/convenient_service/common/plugins/has_instance_proxy.rb".freeze, "lib/convenient_service/common/plugins/has_instance_proxy/commands.rb".freeze, "lib/convenient_service/common/plugins/has_instance_proxy/commands/create_instance_proxy_class.rb".freeze, "lib/convenient_service/common/plugins/has_instance_proxy/concern.rb".freeze, "lib/convenient_service/common/plugins/has_instance_proxy/entities.rb".freeze, "lib/convenient_service/common/plugins/has_instance_proxy/entities/instance_proxy.rb".freeze, "lib/convenient_service/common/plugins/has_instance_proxy/middleware.rb".freeze, "lib/convenient_service/common/plugins/has_internals.rb".freeze, "lib/convenient_service/common/plugins/has_internals/commands.rb".freeze, "lib/convenient_service/common/plugins/has_internals/commands/create_internals_class.rb".freeze, "lib/convenient_service/common/plugins/has_internals/concern.rb".freeze, "lib/convenient_service/common/plugins/has_internals/entities.rb".freeze, "lib/convenient_service/common/plugins/has_internals/entities/internals.rb".freeze, "lib/convenient_service/common/plugins/has_internals/entities/internals/concern.rb".freeze, "lib/convenient_service/common/plugins/has_internals/entities/internals/plugins.rb".freeze, "lib/convenient_service/common/plugins/has_internals/entities/internals/plugins/aliases.rb".freeze, "lib/convenient_service/common/plugins/has_internals/entities/internals/plugins/has_cache.rb".freeze, "lib/convenient_service/common/plugins/has_internals/entities/internals/plugins/has_cache/concern.rb".freeze, "lib/convenient_service/common/plugins/has_j_send_result_duck_short_syntax.rb".freeze, "lib/convenient_service/common/plugins/has_j_send_result_duck_short_syntax/concern.rb".freeze, "lib/convenient_service/core.rb".freeze, "lib/convenient_service/core/aliases.rb".freeze, "lib/convenient_service/core/concern.rb".freeze, "lib/convenient_service/core/concern/class_methods.rb".freeze, "lib/convenient_service/core/concern/instance_methods.rb".freeze, "lib/convenient_service/core/constants.rb".freeze, "lib/convenient_service/core/entities.rb".freeze, "lib/convenient_service/core/entities/config.rb".freeze, "lib/convenient_service/core/entities/config/commands.rb".freeze, "lib/convenient_service/core/entities/config/commands/track_method_missing_commit_trigger.rb".freeze, "lib/convenient_service/core/entities/config/entities.rb".freeze, "lib/convenient_service/core/entities/config/entities/concerns.rb".freeze, "lib/convenient_service/core/entities/config/entities/concerns/entities.rb".freeze, "lib/convenient_service/core/entities/config/entities/concerns/entities/default_concern.rb".freeze, "lib/convenient_service/core/entities/config/entities/concerns/entities/middleware.rb".freeze, "lib/convenient_service/core/entities/config/entities/concerns/entities/middleware/commands.rb".freeze, "lib/convenient_service/core/entities/config/entities/concerns/entities/middleware/commands/cast_middleware.rb".freeze, "lib/convenient_service/core/entities/config/entities/concerns/entities/stack.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/commands.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/commands/generate_stack_name.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/caller.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/caller/commands.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/caller/commands/cast_caller.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/caller/commands/define_method_middlewares_caller.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/caller/concern.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/caller/concern/class_methods.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/caller/concern/instance_methods.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/caller/constants.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/container.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/container/commands.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/container/commands/cast_container.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/container/commands/resolve_methods_middlewares_callers.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/container/concern.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/container/concern/class_methods.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/container/concern/instance_methods.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middleware_creators.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middleware_creators/base.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middleware_creators/observable.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middleware_creators/observable/entities.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middleware_creators/observable/entities/event.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middleware_creators/with.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/base.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/base/commands.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/base/commands/create_observable_middleware.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/base/concern.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/base/concern/class_methods.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/base/concern/instance_methods.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/base/constants.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/base/structs.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/base/structs/intended_method.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/chain.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/chain/commands.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/chain/commands/create_observable_middleware.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/chain/commands/normalize_env.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/chain/concern.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/chain/concern/class_methods.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/chain/concern/instance_methods.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/chain/entities.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/chain/entities/method_chain.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/middlewares/classic.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/stack.rb".freeze, "lib/convenient_service/core/entities/config/exceptions.rb".freeze, "lib/convenient_service/dependencies.rb".freeze, "lib/convenient_service/dependencies/built_in.rb".freeze, "lib/convenient_service/dependencies/extractions.rb".freeze, "lib/convenient_service/dependencies/extractions/active_support_backtrace_cleaner.rb".freeze, "lib/convenient_service/dependencies/extractions/active_support_backtrace_cleaner/backtrace_cleaner.rb".freeze, "lib/convenient_service/dependencies/extractions/active_support_concern.rb".freeze, "lib/convenient_service/dependencies/extractions/active_support_concern/concern.rb".freeze, "lib/convenient_service/dependencies/extractions/b.rb".freeze, "lib/convenient_service/dependencies/extractions/byebug_syntax_highlighting.rb".freeze, "lib/convenient_service/dependencies/extractions/ce.rb".freeze, "lib/convenient_service/dependencies/extractions/ds.rb".freeze, "lib/convenient_service/dependencies/extractions/ruby_middleware.rb".freeze, "lib/convenient_service/dependencies/extractions/ruby_middleware/middleware.rb".freeze, "lib/convenient_service/dependencies/extractions/ruby_middleware/middleware/builder.rb".freeze, "lib/convenient_service/dependencies/extractions/ruby_middleware/middleware/logger.rb".freeze, "lib/convenient_service/dependencies/extractions/ruby_middleware/middleware/runner.rb".freeze, "lib/convenient_service/dependencies/only_queries.rb".freeze, "lib/convenient_service/dependencies/queries.rb".freeze, "lib/convenient_service/dependencies/queries/gems.rb".freeze, "lib/convenient_service/dependencies/queries/gems/active_model.rb".freeze, "lib/convenient_service/dependencies/queries/gems/logger.rb".freeze, "lib/convenient_service/dependencies/queries/gems/paint.rb".freeze, "lib/convenient_service/dependencies/queries/gems/rspec.rb".freeze, "lib/convenient_service/dependencies/queries/ruby.rb".freeze, "lib/convenient_service/dependencies/queries/version.rb".freeze, "lib/convenient_service/dependencies/queries/version/null_version.rb".freeze, "lib/convenient_service/exception.rb".freeze, "lib/convenient_service/feature.rb".freeze, "lib/convenient_service/feature/configs.rb".freeze, "lib/convenient_service/feature/configs/aliases.rb".freeze, "lib/convenient_service/feature/configs/standard.rb".freeze, "lib/convenient_service/feature/plugins.rb".freeze, "lib/convenient_service/feature/plugins/aliases.rb".freeze, "lib/convenient_service/feature/plugins/can_have_entries.rb".freeze, "lib/convenient_service/feature/plugins/can_have_entries/commands.rb".freeze, "lib/convenient_service/feature/plugins/can_have_entries/commands/define_entries.rb".freeze, "lib/convenient_service/feature/plugins/can_have_entries/commands/define_entry.rb".freeze, "lib/convenient_service/feature/plugins/can_have_entries/concern.rb".freeze, "lib/convenient_service/feature/plugins/can_have_entries/exceptions.rb".freeze, "lib/convenient_service/logger.rb".freeze, "lib/convenient_service/rspec.rb".freeze, "lib/convenient_service/rspec/helpers.rb".freeze, "lib/convenient_service/rspec/helpers/classes.rb".freeze, "lib/convenient_service/rspec/helpers/classes/stub_service.rb".freeze, "lib/convenient_service/rspec/helpers/classes/stub_service/constants.rb".freeze, "lib/convenient_service/rspec/helpers/classes/stub_service/entities.rb".freeze, "lib/convenient_service/rspec/helpers/classes/stub_service/entities/result_spec.rb".freeze, "lib/convenient_service/rspec/helpers/classes/stub_service/entities/stubbed_service.rb".freeze, "lib/convenient_service/rspec/helpers/classes/wrap_method.rb".freeze, "lib/convenient_service/rspec/helpers/classes/wrap_method/entities.rb".freeze, "lib/convenient_service/rspec/helpers/classes/wrap_method/entities/wrapped_method.rb".freeze, "lib/convenient_service/rspec/helpers/classes/wrap_method/exceptions.rb".freeze, "lib/convenient_service/rspec/helpers/ignoring_exception.rb".freeze, "lib/convenient_service/rspec/helpers/stub_service.rb".freeze, "lib/convenient_service/rspec/helpers/wrap_method.rb".freeze, "lib/convenient_service/rspec/matchers.rb".freeze, "lib/convenient_service/rspec/matchers/call_chain_next.rb".freeze, "lib/convenient_service/rspec/matchers/classes.rb".freeze, "lib/convenient_service/rspec/matchers/classes/call_chain_next.rb".freeze, "lib/convenient_service/rspec/matchers/classes/export.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/constants.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/chain.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands/generate_expected_code_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands/generate_expected_data_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands/generate_expected_message_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands/generate_expected_parts.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands/generate_expected_service_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands/generate_expected_status_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands/generate_expected_step_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands/generate_got_parts.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands/generate_got_service_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/base/commands/generate_got_step_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/error.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/error/commands.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/error/commands/generate_got_jsend_attributes_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/failure.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/failure/commands.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/failure/commands/generate_got_jsend_attributes_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/null.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/success.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/success/commands.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/printers/success/commands/generate_got_jsend_attributes_part.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/validator.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/validator/commands.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/validator/commands/validate_result.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/validator/commands/validate_result_code.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/validator/commands/validate_result_data.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/validator/commands/validate_result_message.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/validator/commands/validate_result_service.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/validator/commands/validate_result_status.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/validator/commands/validate_result_step.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/entities/validator/commands/validate_result_type.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/base/exceptions.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/be_error.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/be_failure.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/be_not_error.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/be_not_failure.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/be_not_success.rb".freeze, "lib/convenient_service/rspec/matchers/classes/results/be_success.rb".freeze, "lib/convenient_service/rspec/matchers/delegate_to.rb".freeze, "lib/convenient_service/rspec/matchers/export.rb".freeze, "lib/convenient_service/rspec/matchers/include_module.rb".freeze, "lib/convenient_service/rspec/matchers/results.rb".freeze, "lib/convenient_service/rspec/matchers/results/be_error.rb".freeze, "lib/convenient_service/rspec/matchers/results/be_failure.rb".freeze, "lib/convenient_service/rspec/matchers/results/be_not_error.rb".freeze, "lib/convenient_service/rspec/matchers/results/be_not_failure.rb".freeze, "lib/convenient_service/rspec/matchers/results/be_not_success.rb".freeze, "lib/convenient_service/rspec/matchers/results/be_result.rb".freeze, "lib/convenient_service/rspec/matchers/results/be_success.rb".freeze, "lib/convenient_service/rspec/primitive_helpers.rb".freeze, "lib/convenient_service/rspec/primitive_helpers/classes.rb".freeze, "lib/convenient_service/rspec/primitive_helpers/classes/ignoring_exception.rb".freeze, "lib/convenient_service/rspec/primitive_helpers/classes/ignoring_exception/exceptions.rb".freeze, "lib/convenient_service/rspec/primitive_helpers/classes/in_threads.rb".freeze, "lib/convenient_service/rspec/primitive_helpers/ignoring_exception.rb".freeze, "lib/convenient_service/rspec/primitive_helpers/in_threads.rb".freeze, "lib/convenient_service/rspec/primitive_matchers.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/be_descendant_of.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/be_direct_descendant_of.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/cache_its_value.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/be_descendant_of.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/be_direct_descendant_of.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/cache_its_value.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/commands.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/commands/generate_printable_method.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/delegation.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/inputs.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/outputs.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matcher_collection.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers/arguments.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers/arguments/commands.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers/arguments/commands/apply_stub_to_track_delegations.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers/arguments/commands/generate_printable_arguments.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers/base.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers/return_custom_value.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers/return_delegation_value.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers/with_any_arguments.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers/with_concrete_arguments.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/entities/sub_matchers/without_arguments.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/delegate_to/exceptions.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/extend_module.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/have_abstract_method.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/have_alias_method.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/have_attr_accessor.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/have_attr_reader.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/have_attr_writer.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/include_module.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/prepend_module.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/classes/singleton_prepend_module.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/delegate_to.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/extend_module.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/have_abstract_method.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/have_alias_method.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/have_attr_accessor.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/have_attr_reader.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/have_attr_writer.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/include_module.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/prepend_module.rb".freeze, "lib/convenient_service/rspec/primitive_matchers/singleton_prepend_module.rb".freeze, "lib/convenient_service/service.rb".freeze, "lib/convenient_service/service/configs.rb".freeze, "lib/convenient_service/service/configs/aliases.rb".freeze, "lib/convenient_service/service/configs/amazing_print_inspect.rb".freeze, "lib/convenient_service/service/configs/amazing_print_inspect/aliases.rb".freeze, "lib/convenient_service/service/configs/awesome_print_inspect.rb".freeze, "lib/convenient_service/service/configs/awesome_print_inspect/aliases.rb".freeze, "lib/convenient_service/service/configs/essential.rb".freeze, "lib/convenient_service/service/configs/standard.rb".freeze, "lib/convenient_service/service/configs/standard/aliases.rb".freeze, "lib/convenient_service/service/configs/standard/v1.rb".freeze, "lib/convenient_service/service/plugins.rb".freeze, "lib/convenient_service/service/plugins/aliases.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/entities.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/and.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/base.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/empty.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/group.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/not.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/or.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/entities/expressions/scalar.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/entities/step_collection.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/exceptions.rb".freeze, "lib/convenient_service/service/plugins/can_have_connected_steps/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_fallbacks.rb".freeze, "lib/convenient_service/service/plugins/can_have_fallbacks/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_fallbacks/exceptions.rb".freeze, "lib/convenient_service/service/plugins/can_have_fallbacks/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_method_steps.rb".freeze, "lib/convenient_service/service/plugins/can_have_method_steps/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_rollbacks.rb".freeze, "lib/convenient_service/service/plugins/can_have_rollbacks/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_sequential_steps.rb".freeze, "lib/convenient_service/service/plugins/can_have_sequential_steps/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_sequential_steps/entities.rb".freeze, "lib/convenient_service/service/plugins/can_have_sequential_steps/entities/step_collection.rb".freeze, "lib/convenient_service/service/plugins/can_have_sequential_steps/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/commands.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/commands/create_step_class.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/commands/is_step.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/commands.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/commands/cast_method.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/commands/cast_method_direction.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/commands/cast_method_factory.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/commands/define_method_in_container.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/class_methods.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers/alias.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers/base.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers/proc.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers/raw.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers/reassignment.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/callers/usual.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/directions.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/directions/base.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/directions/input.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/directions/output.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/base.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/base.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/proc_value.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/raw_value.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/reassignment_value.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/string_value.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/hash/symbol_value.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/method.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/reassignment.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/string.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/factories/symbol.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/key.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/name.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/values.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/entities/values/reassignment.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/method/exceptions.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/service.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/service/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/service/concern/class_methods.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/service/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/commands.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/commands/cast_params.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/commands/extract_params.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/exceptions.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/aliases.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_be_completed.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_be_completed/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_be_method_step.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_be_method_step/can_be_executed.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_be_method_step/can_be_executed/exceptions.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_be_method_step/can_be_executed/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_be_method_step/can_be_printed.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_be_method_step/can_be_printed/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_be_method_step/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_have_alternative_steps.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_have_fallbacks.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_have_fallbacks/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_have_fallbacks/exceptions.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_have_fallbacks/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_have_parent_result.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/can_have_parent_result/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_amazing_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_amazing_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_awesome_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_awesome_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_inspect.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_result.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_result/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/has_result/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/raises_on_not_result_return_value.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/raises_on_not_result_return_value/exceptions.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/plugins/raises_on_not_result_return_value/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/structs.rb".freeze, "lib/convenient_service/service/plugins/can_have_steps/entities/step/structs/params.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_results.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_results/commands.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_results/commands/fetch_all_services_stubbed_results_cache.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_results/commands/fetch_service_stubbed_results_cache.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_results/commands/get_service_stubbed_result.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_results/commands/set_service_stubbed_result.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_results/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_results/container.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_results/middleware.rb".freeze, "lib/convenient_service/service/plugins/can_recalculate_result.rb".freeze, "lib/convenient_service/service/plugins/can_recalculate_result/concern.rb".freeze, "lib/convenient_service/service/plugins/collects_services_in_exception.rb".freeze, "lib/convenient_service/service/plugins/collects_services_in_exception/commands.rb".freeze, "lib/convenient_service/service/plugins/collects_services_in_exception/commands/extract_service_details.rb".freeze, "lib/convenient_service/service/plugins/collects_services_in_exception/constants.rb".freeze, "lib/convenient_service/service/plugins/collects_services_in_exception/middleware.rb".freeze, "lib/convenient_service/service/plugins/counts_stubbed_results_invocations.rb".freeze, "lib/convenient_service/service/plugins/counts_stubbed_results_invocations/middleware.rb".freeze, "lib/convenient_service/service/plugins/forbids_convenient_service_entities_as_constructor_arguments.rb".freeze, "lib/convenient_service/service/plugins/forbids_convenient_service_entities_as_constructor_arguments/exceptions.rb".freeze, "lib/convenient_service/service/plugins/forbids_convenient_service_entities_as_constructor_arguments/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_amazing_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_amazing_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_awesome_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_awesome_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/commands.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/commands/create_result_class.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/commands/is_result.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/concern/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/constants.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/container.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/aliases.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_be_from_exception.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_be_from_exception/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_be_own_result.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_be_own_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_be_stubbed_result.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_be_stubbed_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_have_checked_status.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_have_checked_status/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_have_fallbacks.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_have_fallbacks/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_have_parent_result.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_have_parent_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_have_parent_result/constants.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_have_step.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_have_step/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_recalculate_result.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/can_recalculate_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_amazing_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_amazing_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_awesome_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_awesome_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/commands.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/commands/cast_j_send_attributes.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/commands/create_code_class.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/commands/create_data_class.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/commands/create_message_class.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/commands/create_status_class.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/concern/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/commands.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/commands/is_code.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/concern/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/aliases.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_amazing_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_amazing_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_awesome_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_awesome_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/code/plugins/has_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/commands.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/commands/is_data.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/concern/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/aliases.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_amazing_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_amazing_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_awesome_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_awesome_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_inspect/commands.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_inspect/commands/generate_inspect_output.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/data/plugins/has_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/commands.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/commands/is_message.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/concern/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/aliases.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_amazing_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_amazing_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_awesome_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_awesome_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/message/plugins/has_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/commands.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/commands/is_status.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/concern/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/aliases.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/can_be_checked.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/can_be_checked/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/can_be_checked/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_amazing_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_amazing_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_awesome_print_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_awesome_print_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/entities/status/plugins/has_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/exceptions.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/structs.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_j_send_status_and_attributes/structs/j_send_attributes.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_negated_result.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_negated_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_stubbed_result_invocations_counter.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_stubbed_result_invocations_counter/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/has_stubbed_result_invocations_counter/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/helps_to_learn_similarities_with_common_objects.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/helps_to_learn_similarities_with_common_objects/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/helps_to_learn_similarities_with_common_objects/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/helps_to_learn_similarities_with_common_objects/exceptions.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/raises_on_not_checked_result_status.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/raises_on_not_checked_result_status/exceptions.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result/entities/result/plugins/raises_on_not_checked_result_status/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_params_validations/using_active_model_validations.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_params_validations/using_active_model_validations/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_params_validations/using_active_model_validations/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_params_validations/using_dry_validation.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_params_validations/using_dry_validation/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_params_validations/using_dry_validation/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/concern.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/error.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/error/exceptions.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/error/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/failure.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/failure/exceptions.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/failure/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/success.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/success/commands.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/success/commands/refute_kwargs_contain_j_send_and_extra_keys.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/success/exceptions.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_short_syntax/success/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_status_check_short_syntax.rb".freeze, "lib/convenient_service/service/plugins/has_j_send_result_status_check_short_syntax/concern.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/concern.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/entities.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/entities/code.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/entities/code/commands.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/entities/code/commands/generate_lines.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/entities/code/commands/generate_method_step_lines.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/entities/code/commands/generate_result_lines.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/entities/code/commands/generate_service_lines.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/entities/code/commands/generate_service_step_lines.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/entities/settings.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/entities/template.rb".freeze, "lib/convenient_service/service/plugins/has_mermaid_flowchart/entities/flowchart/templates/flowchart.html.erb".freeze, "lib/convenient_service/service/plugins/has_negated_j_send_result.rb".freeze, "lib/convenient_service/service/plugins/has_negated_j_send_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_negated_result.rb".freeze, "lib/convenient_service/service/plugins/has_negated_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_negated_result/exceptions.rb".freeze, "lib/convenient_service/service/plugins/has_result.rb".freeze, "lib/convenient_service/service/plugins/has_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result/exceptions.rb".freeze, "lib/convenient_service/service/plugins/raises_on_double_result.rb".freeze, "lib/convenient_service/service/plugins/raises_on_double_result/exceptions.rb".freeze, "lib/convenient_service/service/plugins/raises_on_double_result/middleware.rb".freeze, "lib/convenient_service/service/plugins/raises_on_not_result_return_value.rb".freeze, "lib/convenient_service/service/plugins/raises_on_not_result_return_value/exceptions.rb".freeze, "lib/convenient_service/service/plugins/raises_on_not_result_return_value/middleware.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/commands.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/commands/format_backtrace.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/commands/format_cause.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/commands/format_class.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/commands/format_exception.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/commands/format_line.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/commands/format_message.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/constants.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/middleware.rb".freeze, "lib/convenient_service/service/plugins/sets_parent_to_foreign_result.rb".freeze, "lib/convenient_service/service/plugins/sets_parent_to_foreign_result/middleware.rb".freeze, "lib/convenient_service/service/plugins/wraps_result_in_d_b_transaction/middleware.rb".freeze, "lib/convenient_service/service/plugins/wraps_result_in_db_transaction.rb".freeze, "lib/convenient_service/specification.rb".freeze, "lib/convenient_service/support.rb".freeze, "lib/convenient_service/support/abstract_method.rb".freeze, "lib/convenient_service/support/abstract_method/exceptions.rb".freeze, "lib/convenient_service/support/arguments.rb".freeze, "lib/convenient_service/support/arguments/null_arguments.rb".freeze, "lib/convenient_service/support/backtrace_cleaner.rb".freeze, "lib/convenient_service/support/cache.rb".freeze, "lib/convenient_service/support/cache/constants.rb".freeze, "lib/convenient_service/support/cache/entities.rb".freeze, "lib/convenient_service/support/cache/entities/caches.rb".freeze, "lib/convenient_service/support/cache/entities/caches/array.rb".freeze, "lib/convenient_service/support/cache/entities/caches/array/entities.rb".freeze, "lib/convenient_service/support/cache/entities/caches/array/entities/pair.rb".freeze, "lib/convenient_service/support/cache/entities/caches/base.rb".freeze, "lib/convenient_service/support/cache/entities/caches/hash.rb".freeze, "lib/convenient_service/support/cache/entities/caches/thread_safe_array.rb".freeze, "lib/convenient_service/support/cache/entities/key.rb".freeze, "lib/convenient_service/support/cache/exceptions.rb".freeze, "lib/convenient_service/support/castable.rb".freeze, "lib/convenient_service/support/castable/exceptions.rb".freeze, "lib/convenient_service/support/command.rb".freeze, "lib/convenient_service/support/concern.rb".freeze, "lib/convenient_service/support/copyable.rb".freeze, "lib/convenient_service/support/counter.rb".freeze, "lib/convenient_service/support/delegate.rb".freeze, "lib/convenient_service/support/dependency_container.rb".freeze, "lib/convenient_service/support/dependency_container/commands.rb".freeze, "lib/convenient_service/support/dependency_container/commands/assert_valid_container.rb".freeze, "lib/convenient_service/support/dependency_container/commands/assert_valid_method.rb".freeze, "lib/convenient_service/support/dependency_container/commands/assert_valid_scope.rb".freeze, "lib/convenient_service/support/dependency_container/commands/create_methods_module.rb".freeze, "lib/convenient_service/support/dependency_container/commands/import_method.rb".freeze, "lib/convenient_service/support/dependency_container/constants.rb".freeze, "lib/convenient_service/support/dependency_container/container.rb".freeze, "lib/convenient_service/support/dependency_container/entities.rb".freeze, "lib/convenient_service/support/dependency_container/entities/method.rb".freeze, "lib/convenient_service/support/dependency_container/entities/method_collection.rb".freeze, "lib/convenient_service/support/dependency_container/entities/namespace.rb".freeze, "lib/convenient_service/support/dependency_container/entities/namespace_collection.rb".freeze, "lib/convenient_service/support/dependency_container/exceptions.rb".freeze, "lib/convenient_service/support/dependency_container/export.rb".freeze, "lib/convenient_service/support/dependency_container/import.rb".freeze, "lib/convenient_service/support/finite_loop.rb".freeze, "lib/convenient_service/support/method_parameters.rb".freeze, "lib/convenient_service/support/middleware.rb".freeze, "lib/convenient_service/support/middleware/stack_builder.rb".freeze, "lib/convenient_service/support/never_reach_here.rb".freeze, "lib/convenient_service/support/not_passed.rb".freeze, "lib/convenient_service/support/raw_value.rb".freeze, "lib/convenient_service/support/safe_method.rb".freeze, "lib/convenient_service/support/thread_safe_counter.rb".freeze, "lib/convenient_service/support/undefined.rb".freeze, "lib/convenient_service/support/unique_value.rb".freeze, "lib/convenient_service/support/value.rb".freeze, "lib/convenient_service/utils.rb".freeze, "lib/convenient_service/utils/array.rb".freeze, "lib/convenient_service/utils/array/contain_exactly.rb".freeze, "lib/convenient_service/utils/array/drop_while.rb".freeze, "lib/convenient_service/utils/array/exceptions.rb".freeze, "lib/convenient_service/utils/array/find_last.rb".freeze, "lib/convenient_service/utils/array/find_yield.rb".freeze, "lib/convenient_service/utils/array/keep_after.rb".freeze, "lib/convenient_service/utils/array/limited_push.rb".freeze, "lib/convenient_service/utils/array/merge.rb".freeze, "lib/convenient_service/utils/array/rjust.rb".freeze, "lib/convenient_service/utils/array/wrap.rb".freeze, "lib/convenient_service/utils/bool.rb".freeze, "lib/convenient_service/utils/bool/to_bool.rb".freeze, "lib/convenient_service/utils/class.rb".freeze, "lib/convenient_service/utils/class/display_name.rb".freeze, "lib/convenient_service/utils/hash.rb".freeze, "lib/convenient_service/utils/hash/assert_valid_keys.rb".freeze, "lib/convenient_service/utils/hash/except.rb".freeze, "lib/convenient_service/utils/hash/triple_equality_compare.rb".freeze, "lib/convenient_service/utils/method.rb".freeze, "lib/convenient_service/utils/method/defined.rb".freeze, "lib/convenient_service/utils/module.rb".freeze, "lib/convenient_service/utils/module/class_method_defined.rb".freeze, "lib/convenient_service/utils/module/fetch_own_const.rb".freeze, "lib/convenient_service/utils/module/get_own_const.rb".freeze, "lib/convenient_service/utils/module/get_own_instance_method.rb".freeze, "lib/convenient_service/utils/module/has_own_instance_method.rb".freeze, "lib/convenient_service/utils/module/include_module.rb".freeze, "lib/convenient_service/utils/module/instance_method_defined.rb".freeze, "lib/convenient_service/utils/object.rb".freeze, "lib/convenient_service/utils/object/clamp_class.rb".freeze, "lib/convenient_service/utils/object/duck_class.rb".freeze, "lib/convenient_service/utils/object/get_own_method.rb".freeze, "lib/convenient_service/utils/object/instance_variable_delete.rb".freeze, "lib/convenient_service/utils/object/instance_variable_fetch.rb".freeze, "lib/convenient_service/utils/object/memoize_including_falsy_values.rb".freeze, "lib/convenient_service/utils/object/resolve_type.rb".freeze, "lib/convenient_service/utils/object/safe_send.rb".freeze, "lib/convenient_service/utils/proc.rb".freeze, "lib/convenient_service/utils/proc/conjunct.rb".freeze, "lib/convenient_service/utils/proc/display.rb".freeze, "lib/convenient_service/utils/proc/exec_config.rb".freeze, "lib/convenient_service/utils/string.rb".freeze, "lib/convenient_service/utils/string/camelize.rb".freeze, "lib/convenient_service/utils/string/demodulize.rb".freeze, "lib/convenient_service/utils/string/enclose.rb".freeze, "lib/convenient_service/utils/string/split.rb".freeze, "lib/convenient_service/utils/string/truncate.rb".freeze, "lib/convenient_service/version.rb".freeze] s.homepage = "https://github.com/marian13/convenient_service".freeze s.licenses = ["LGPL-3.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Service object pattern implementation in Ruby.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.9.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.23.10".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.16.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.18.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.11.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.61.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.27.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.5.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.5.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.34.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.2.25".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.34".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.7.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.18.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.1".freeze]) end