# -*- encoding: utf-8 -*- # stub: convenient_service 0.9.0 ruby lib Gem::Specification.new do |s| s.name = "convenient_service".freeze s.version = "0.9.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 = "2023-02-23" 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 = [".dev/.tmuxinator.yml".freeze, ".dockerignore".freeze, ".gem_release.yml".freeze, ".github/issue_template.md".freeze, ".github/pull_request_template.md".freeze, ".github/workflows/cd.yml".freeze, ".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".inch.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_rspec.yml".freeze, ".ruby-version".freeze, ".tool-versions".freeze, ".yardopts".freeze, "Appraisals".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "ROADMAP.md".freeze, "Rakefile".freeze, "Taskfile.yml".freeze, "convenient_service.gemspec".freeze, "coverage/.gitkeep".freeze, "docker/2.7/Dockerfile".freeze, "docker/3.0/Dockerfile".freeze, "docker/3.1/Dockerfile".freeze, "env.rb".freeze, "lib/convenient_service.rb".freeze, "lib/convenient_service/aliases.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_params.rb".freeze, "lib/convenient_service/common/plugins/caches_constructor_params/concern.rb".freeze, "lib/convenient_service/common/plugins/caches_constructor_params/entities.rb".freeze, "lib/convenient_service/common/plugins/caches_constructor_params/entities/constructor_params.rb".freeze, "lib/convenient_service/common/plugins/caches_constructor_params/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/has_around_callbacks.rb".freeze, "lib/convenient_service/common/plugins/has_around_callbacks/concern.rb".freeze, "lib/convenient_service/common/plugins/has_around_callbacks/errors.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/container.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_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/has_cache.rb".freeze, "lib/convenient_service/common/plugins/has_internals/entities/internals/plugins/has_cache/concern.rb".freeze, "lib/convenient_service/common/plugins/normalizes_env.rb".freeze, "lib/convenient_service/common/plugins/normalizes_env/middleware.rb".freeze, "lib/convenient_service/configs.rb".freeze, "lib/convenient_service/configs/aliases.rb".freeze, "lib/convenient_service/configs/minimal.rb".freeze, "lib/convenient_service/configs/standard.rb".freeze, "lib/convenient_service/core.rb".freeze, "lib/convenient_service/core/aliases.rb".freeze, "lib/convenient_service/core/class_methods.rb".freeze, "lib/convenient_service/core/entities.rb".freeze, "lib/convenient_service/core/entities/classic_middleware.rb".freeze, "lib/convenient_service/core/entities/config.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/chain.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.rb".freeze, "lib/convenient_service/core/entities/config/entities/method_middlewares/entities/stack.rb".freeze, "lib/convenient_service/core/entities/config/errors.rb".freeze, "lib/convenient_service/core/instance_methods.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_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/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/error.rb".freeze, "lib/convenient_service/examples/dry/gemfile.rb".freeze, "lib/convenient_service/examples/dry/gemfile/dry_service.rb".freeze, "lib/convenient_service/examples/dry/gemfile/dry_service/config.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/assert_file_exists.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/assert_file_not_empty.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/assert_node_available.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/assert_npm_package_available.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/assert_valid_ruby_syntax.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/format.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/format_body.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/format_gems_with_envs.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/format_gems_without_envs.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/format_header.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/parse_content.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/print_shell_command.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/read_file_content.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/run_shell.rb".freeze, "lib/convenient_service/examples/dry/gemfile/services/strip_comments.rb".freeze, "lib/convenient_service/examples/rails/gemfile.rb".freeze, "lib/convenient_service/examples/rails/gemfile/rails_service.rb".freeze, "lib/convenient_service/examples/rails/gemfile/rails_service/config.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/assert_file_exists.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/assert_file_not_empty.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/assert_node_available.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/assert_npm_package_available.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/assert_valid_ruby_syntax.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/format.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/format_body.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/format_gems_with_envs.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/format_gems_without_envs.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/format_header.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/merge_sections.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/parse_content.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/print_shell_command.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/read_file_content.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/replace_file_content.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/run_shell.rb".freeze, "lib/convenient_service/examples/rails/gemfile/services/strip_comments.rb".freeze, "lib/convenient_service/examples/standard/cowsay.rb".freeze, "lib/convenient_service/examples/standard/cowsay/services.rb".freeze, "lib/convenient_service/examples/standard/cowsay/services/build_cloud.rb".freeze, "lib/convenient_service/examples/standard/cowsay/services/build_cow.rb".freeze, "lib/convenient_service/examples/standard/cowsay/services/print.rb".freeze, "lib/convenient_service/examples/standard/gemfile.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/assert_file_exists.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/assert_file_not_empty.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/assert_node_available.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/assert_npm_package_available.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/assert_valid_ruby_syntax.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/format.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/format_body.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/format_gems_with_envs.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/format_gems_without_envs.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/format_header.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/merge_sections.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/parse_content.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/print_shell_command.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/read_file_content.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/replace_file_content.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/run_shell.rb".freeze, "lib/convenient_service/examples/standard/gemfile/services/strip_comments.rb".freeze, "lib/convenient_service/examples/standard/request_params.rb".freeze, "lib/convenient_service/examples/standard/request_params/constants.rb".freeze, "lib/convenient_service/examples/standard/request_params/entities.rb".freeze, "lib/convenient_service/examples/standard/request_params/entities/description.rb".freeze, "lib/convenient_service/examples/standard/request_params/entities/format.rb".freeze, "lib/convenient_service/examples/standard/request_params/entities/id.rb".freeze, "lib/convenient_service/examples/standard/request_params/entities/logger.rb".freeze, "lib/convenient_service/examples/standard/request_params/entities/request.rb".freeze, "lib/convenient_service/examples/standard/request_params/entities/source.rb".freeze, "lib/convenient_service/examples/standard/request_params/entities/tag.rb".freeze, "lib/convenient_service/examples/standard/request_params/entities/title.rb".freeze, "lib/convenient_service/examples/standard/request_params/services.rb".freeze, "lib/convenient_service/examples/standard/request_params/services/apply_default_param_values.rb".freeze, "lib/convenient_service/examples/standard/request_params/services/cast_params.rb".freeze, "lib/convenient_service/examples/standard/request_params/services/extract_params_from_body.rb".freeze, "lib/convenient_service/examples/standard/request_params/services/extract_params_from_path.rb".freeze, "lib/convenient_service/examples/standard/request_params/services/filter_out_unpermitted_params.rb".freeze, "lib/convenient_service/examples/standard/request_params/services/log_request_params.rb".freeze, "lib/convenient_service/examples/standard/request_params/services/merge_params.rb".freeze, "lib/convenient_service/examples/standard/request_params/services/prepare.rb".freeze, "lib/convenient_service/examples/standard/request_params/services/validate_casted_params.rb".freeze, "lib/convenient_service/examples/standard/request_params/services/validate_uncasted_params.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/array.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/array/wrap.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/http.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/http/request.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/http/request/parse_body.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/http/request/parse_path.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/integer.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/integer/safe_parse.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/json.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/json/safe_parse.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/object.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/object/blank.rb".freeze, "lib/convenient_service/examples/standard/request_params/utils/object/present.rb".freeze, "lib/convenient_service/factories.rb".freeze, "lib/convenient_service/factories/arguments.rb".freeze, "lib/convenient_service/factories/results.rb".freeze, "lib/convenient_service/factories/services.rb".freeze, "lib/convenient_service/factories/step.rb".freeze, "lib/convenient_service/factories/step/instance.rb".freeze, "lib/convenient_service/factories/steps.rb".freeze, "lib/convenient_service/factory.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/custom.rb".freeze, "lib/convenient_service/rspec/helpers/custom/ignoring_error.rb".freeze, "lib/convenient_service/rspec/helpers/custom/stub_service.rb".freeze, "lib/convenient_service/rspec/helpers/custom/stub_service/entities.rb".freeze, "lib/convenient_service/rspec/helpers/custom/stub_service/entities/result_spec.rb".freeze, "lib/convenient_service/rspec/helpers/custom/stub_service/entities/stubbed_service.rb".freeze, "lib/convenient_service/rspec/helpers/custom/wrap_method.rb".freeze, "lib/convenient_service/rspec/helpers/custom/wrap_method/entities.rb".freeze, "lib/convenient_service/rspec/helpers/custom/wrap_method/entities/wrapped_method.rb".freeze, "lib/convenient_service/rspec/helpers/custom/wrap_method/errors.rb".freeze, "lib/convenient_service/rspec/helpers/ignoring_error.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/be_descendant_of.rb".freeze, "lib/convenient_service/rspec/matchers/be_direct_descendant_of.rb".freeze, "lib/convenient_service/rspec/matchers/cache_its_value.rb".freeze, "lib/convenient_service/rspec/matchers/call_chain_next.rb".freeze, "lib/convenient_service/rspec/matchers/custom.rb".freeze, "lib/convenient_service/rspec/matchers/custom/be_descendant_of.rb".freeze, "lib/convenient_service/rspec/matchers/custom/be_direct_descendant_of.rb".freeze, "lib/convenient_service/rspec/matchers/custom/cache_its_value.rb".freeze, "lib/convenient_service/rspec/matchers/custom/call_chain_next.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/commands.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/commands/generate_printable_method.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/sub_matchers/arguments.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/sub_matchers/arguments/commands.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/sub_matchers/arguments/commands/apply_stub_to_track_delegations.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/sub_matchers/arguments/commands/generate_printable_arguments.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/sub_matchers/base.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/sub_matchers/return_its_value.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/sub_matchers/with_any_arguments.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/sub_matchers/with_concrete_arguments.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/sub_matchers/without_arguments.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/values/base.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/values/with_calling_original.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings/values/without_calling_original.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings_collection.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/chainings_collection/errors.rb".freeze, "lib/convenient_service/rspec/matchers/custom/delegate_to/entities/matcher/entities/delegation.rb".freeze, "lib/convenient_service/rspec/matchers/custom/extend_module.rb".freeze, "lib/convenient_service/rspec/matchers/custom/have_abstract_method.rb".freeze, "lib/convenient_service/rspec/matchers/custom/have_alias_method.rb".freeze, "lib/convenient_service/rspec/matchers/custom/have_attr_accessor.rb".freeze, "lib/convenient_service/rspec/matchers/custom/have_attr_reader.rb".freeze, "lib/convenient_service/rspec/matchers/custom/have_attr_writer.rb".freeze, "lib/convenient_service/rspec/matchers/custom/include_module.rb".freeze, "lib/convenient_service/rspec/matchers/custom/prepend_module.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/base.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/base/commands.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/base/commands/find_result_method_step.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/base/commands/find_result_result_method_step.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/base/commands/find_result_service_step.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/base/commands/generate_expected_step_part.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/base/commands/generate_got_step_part.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/base/commands/match_result_step.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/base/errors.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/be_error.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/be_failure.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/be_not_error.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/be_not_failure.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb".freeze, "lib/convenient_service/rspec/matchers/custom/results/be_success.rb".freeze, "lib/convenient_service/rspec/matchers/custom/singleton_prepend_module.rb".freeze, "lib/convenient_service/rspec/matchers/delegate_to.rb".freeze, "lib/convenient_service/rspec/matchers/extend_module.rb".freeze, "lib/convenient_service/rspec/matchers/have_abstract_method.rb".freeze, "lib/convenient_service/rspec/matchers/have_alias_method.rb".freeze, "lib/convenient_service/rspec/matchers/have_attr_accessor.rb".freeze, "lib/convenient_service/rspec/matchers/have_attr_reader.rb".freeze, "lib/convenient_service/rspec/matchers/have_attr_writer.rb".freeze, "lib/convenient_service/rspec/matchers/include_module.rb".freeze, "lib/convenient_service/rspec/matchers/prepend_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_success.rb".freeze, "lib/convenient_service/rspec/matchers/singleton_prepend_module.rb".freeze, "lib/convenient_service/service.rb".freeze, "lib/convenient_service/service/plugins.rb".freeze, "lib/convenient_service/service/plugins/aliases.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_result.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_result/concern.rb".freeze, "lib/convenient_service/service/plugins/can_have_stubbed_result/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/has_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result.rb".freeze, "lib/convenient_service/service/plugins/has_result/commands.rb".freeze, "lib/convenient_service/service/plugins/has_result/commands/create_result_class.rb".freeze, "lib/convenient_service/service/plugins/has_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result/concern/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result/constants.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/can_have_parent_result.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/can_have_parent_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/can_have_parent_result/initialize.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/can_have_parent_result/initialize/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/can_have_parent_result/to_kwargs.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/can_have_parent_result/to_kwargs/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/can_recalculate_result.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/can_recalculate_result/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/commands.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/commands/cast_jsend_attributes.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/entities.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/entities/code.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/entities/code/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/entities/data.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/entities/data/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/entities/message.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/entities/message/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/entities/status.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/entities/status/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/errors.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/structs.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_jsend_status_and_attributes/structs/jsend_attributes.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_result_short_syntax.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_result_short_syntax/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_step.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_step/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_step/initialize.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_step/initialize/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_step/to_kwargs.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/has_step/to_kwargs/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/marks_result_status_as_checked.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/marks_result_status_as_checked/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/raises_on_not_checked_result_status.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/raises_on_not_checked_result_status/errors.rb".freeze, "lib/convenient_service/service/plugins/has_result/entities/result/plugins/raises_on_not_checked_result_status/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result/errors.rb".freeze, "lib/convenient_service/service/plugins/has_result/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result_method_steps.rb".freeze, "lib/convenient_service/service/plugins/has_result_method_steps/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result_params_validations/using_active_model_validations.rb".freeze, "lib/convenient_service/service/plugins/has_result_params_validations/using_active_model_validations/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result_params_validations/using_active_model_validations/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result_params_validations/using_dry_validation.rb".freeze, "lib/convenient_service/service/plugins/has_result_params_validations/using_dry_validation/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result_params_validations/using_dry_validation/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/error.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/error/commands.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/error/commands/assert_args_count_lower_than_three.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/error/commands/assert_either_args_or_kwargs_are_passed.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/error/errors.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/error/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/failure.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/failure/commands.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/failure/commands/refute_kwargs_contain_data_and_extra_keys.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/failure/errors.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/failure/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/success.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/success/commands.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/success/commands/refute_kwargs_contain_data_and_extra_keys.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/success/errors.rb".freeze, "lib/convenient_service/service/plugins/has_result_short_syntax/success/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result_status_check_short_syntax.rb".freeze, "lib/convenient_service/service/plugins/has_result_status_check_short_syntax/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/commands.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/commands/create_step_class.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/commands.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/commands/cast_method.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/commands/cast_method_caller.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/commands/cast_method_direction.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/commands/cast_method_key.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/commands/cast_method_name.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/commands/define_method_in_container.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/concern/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/callers.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/callers/alias.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/callers/base.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/callers/proc.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/callers/raw.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/callers/reassignment.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/callers/reassignment/commands.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/callers/reassignment/commands/define_method_in_container.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/callers/usual.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/directions.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/directions/base.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/directions/input.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/directions/output.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/key.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/name.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/values.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/entities/values/reassignment.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/method/errors.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/service.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/service/class_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/commands.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/commands/cast_params.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/commands/extract_params.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/concern/instance_methods.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/errors.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/plugins.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/plugins/can_have_parent_result.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/plugins/can_have_parent_result/middleware.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/plugins/has_inspect.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/plugins/has_inspect/concern.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/structs.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step/structs/params.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/entities/step_collection.rb".freeze, "lib/convenient_service/service/plugins/has_result_steps/middleware.rb".freeze, "lib/convenient_service/service/plugins/raises_on_double_result.rb".freeze, "lib/convenient_service/service/plugins/raises_on_double_result/errors.rb".freeze, "lib/convenient_service/service/plugins/raises_on_double_result/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_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/constants.rb".freeze, "lib/convenient_service/service/plugins/rescues_result_unhandled_exceptions/middleware.rb".freeze, "lib/convenient_service/service/plugins/wraps_result_in_db_transaction.rb".freeze, "lib/convenient_service/service/plugins/wraps_result_in_db_transaction/middleware.rb".freeze, "lib/convenient_service/services.rb".freeze, "lib/convenient_service/services/run_method_in_organizer.rb".freeze, "lib/convenient_service/services/run_own_method_in_organizer.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/errors.rb".freeze, "lib/convenient_service/support/arguments.rb".freeze, "lib/convenient_service/support/arguments/null_arguments.rb".freeze, "lib/convenient_service/support/cache.rb".freeze, "lib/convenient_service/support/cache/key.rb".freeze, "lib/convenient_service/support/castable.rb".freeze, "lib/convenient_service/support/castable/errors.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/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_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/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/errors.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/gems.rb".freeze, "lib/convenient_service/support/gems/active_model.rb".freeze, "lib/convenient_service/support/gems/rspec.rb".freeze, "lib/convenient_service/support/middleware.rb".freeze, "lib/convenient_service/support/middleware/stack_builder.rb".freeze, "lib/convenient_service/support/not_passed.rb".freeze, "lib/convenient_service/support/raw_value.rb".freeze, "lib/convenient_service/support/ruby.rb".freeze, "lib/convenient_service/support/undefined.rb".freeze, "lib/convenient_service/support/version.rb".freeze, "lib/convenient_service/support/version/null_version.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/errors.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/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/hash.rb".freeze, "lib/convenient_service/utils/hash/except.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/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/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/split.rb".freeze, "lib/convenient_service/version.rb".freeze, "logo.png".freeze] s.homepage = "https://github.com/marian13/convenient_service".freeze s.licenses = ["MIT".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, [">= 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".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, [">= 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, ["~> 1.40.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, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.28".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end