avm-tools 0.120.1 → 0.121.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/avm/ruby/gems/generator.rb +2 -1
- data/lib/avm/tools/runner/app_src/info.rb +1 -1
- data/lib/avm/tools/version.rb +1 -1
- data/locale/en.yml +7 -0
- data/locale/pt-BR.yml +7 -0
- metadata +4 -385
- data/lib/avm/tools/runner/eac_redmine_base0/core_update.rb +0 -63
- data/sub/avm-eac_generic_base0/Gemfile +0 -5
- data/sub/avm-eac_generic_base0/avm-eac_generic_base0.gemspec +0 -19
- data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/sources/base/version_bump.rb +0 -35
- data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/sources/base.rb +0 -25
- data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/sources/tester.rb +0 -56
- data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/sources.rb +0 -11
- data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/version.rb +0 -7
- data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0.rb +0 -9
- data/sub/avm-eac_generic_base0/locale/en.yaml +0 -6
- data/sub/avm-eac_generic_base0/locale/pt-BR.yaml +0 -6
- data/sub/avm-eac_generic_base0/spec/lib/avm/eac_generic_base0/sources/base_spec.rb +0 -7
- data/sub/avm-eac_generic_base0/spec/rubocop_spec.rb +0 -3
- data/sub/avm-eac_generic_base0/spec/spec_helper.rb +0 -4
- data/sub/avm-eac_redmine_base0/Gemfile +0 -5
- data/sub/avm-eac_redmine_base0/avm-eac_redmine_base0.gemspec +0 -23
- data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/apache_host.rb +0 -10
- data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/core_update.rb +0 -115
- data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/data_unit.rb +0 -51
- data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/deploy.rb +0 -36
- data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instance.rb +0 -57
- data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instances/docker_image.rb +0 -97
- data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/rest_api.rb +0 -11
- data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/sources/base.rb +0 -27
- data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/version.rb +0 -7
- data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0.rb +0 -9
- data/sub/avm-eac_redmine_base0/spec/rubocop_spec.rb +0 -3
- data/sub/avm-eac_redmine_base0/spec/spec_helper.rb +0 -4
- data/sub/avm-eac_redmine_base0/template/avm/eac_redmine_base0/deploy/config/install.sh.template +0 -27
- data/sub/avm-eac_redmine_base0/template/avm/eac_redmine_base0/deploy/config/secrets.yml +0 -8
- data/sub/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances/docker_image/Dockerfile.template +0 -37
- data/sub/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances/docker_image/Dockerfile_apache_setup +0 -8
- data/sub/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances/docker_image/apache_http_virtualhost.conf.template +0 -10
- data/sub/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances/docker_image/apache_https_virtualhost.conf.template +0 -16
- data/sub/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances/docker_image/install_settings.sh.template +0 -33
- data/sub/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances/docker_image/start.sh.template +0 -52
- data/sub/avm-eac_redmine_plugin_base0/Gemfile +0 -5
- data/sub/avm-eac_redmine_plugin_base0/avm-eac_redmine_plugin_base0.gemspec +0 -19
- data/sub/avm-eac_redmine_plugin_base0/lib/avm/eac_redmine_plugin_base0/sources/base.rb +0 -30
- data/sub/avm-eac_redmine_plugin_base0/lib/avm/eac_redmine_plugin_base0/version.rb +0 -7
- data/sub/avm-eac_redmine_plugin_base0/lib/avm/eac_redmine_plugin_base0.rb +0 -9
- data/sub/avm-eac_redmine_plugin_base0/spec/rubocop_spec.rb +0 -3
- data/sub/avm-eac_redmine_plugin_base0/spec/spec_helper.rb +0 -4
- data/sub/avm-eac_webapp_base0/Gemfile +0 -5
- data/sub/avm-eac_webapp_base0/avm-eac_webapp_base0.gemspec +0 -22
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/apache_host.rb +0 -78
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/apache_path.rb +0 -51
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/appended_directories.rb +0 -25
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/build.rb +0 -48
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/file_unit.rb +0 -42
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/git_info.rb +0 -62
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/version.rb +0 -24
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/write_on_target.rb +0 -18
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy.rb +0 -73
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instance/subcommand_parent.rb +0 -24
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instance.rb +0 -62
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/runner/apache_host.rb +0 -35
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/runner/apache_path.rb +0 -40
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/runner/data/dump.rb +0 -63
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/runner/data/load.rb +0 -55
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/runner/data.rb +0 -17
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/runner/deploy.rb +0 -39
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/runner.rb +0 -12
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/sources/base.rb +0 -15
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/sources.rb +0 -11
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/version.rb +0 -7
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0.rb +0 -9
- data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/sources/base_spec.rb +0 -7
- data/sub/avm-eac_webapp_base0/spec/rubocop_spec.rb +0 -3
- data/sub/avm-eac_webapp_base0/spec/spec_helper.rb +0 -4
- data/sub/avm-eac_webapp_base0/template/avm/eac_webapp_base0/apache_host/no_ssl.conf +0 -11
- data/sub/avm-eac_webapp_base0/template/avm/eac_webapp_base0/apache_path/default.conf +0 -9
- data/sub/eac_cli/Gemfile +0 -5
- data/sub/eac_cli/eac_cli.gemspec +0 -20
- data/sub/eac_cli/lib/eac_cli/config/entry/options.rb +0 -57
- data/sub/eac_cli/lib/eac_cli/config/entry/undefined.rb +0 -26
- data/sub/eac_cli/lib/eac_cli/config/entry.rb +0 -50
- data/sub/eac_cli/lib/eac_cli/config.rb +0 -21
- data/sub/eac_cli/lib/eac_cli/core_ext.rb +0 -6
- data/sub/eac_cli/lib/eac_cli/default_runner.rb +0 -14
- data/sub/eac_cli/lib/eac_cli/definition/alternative.rb +0 -80
- data/sub/eac_cli/lib/eac_cli/definition/argument_option.rb +0 -21
- data/sub/eac_cli/lib/eac_cli/definition/base_option/initialize_args_parser.rb +0 -47
- data/sub/eac_cli/lib/eac_cli/definition/base_option.rb +0 -66
- data/sub/eac_cli/lib/eac_cli/definition/boolean_option.rb +0 -27
- data/sub/eac_cli/lib/eac_cli/definition/positional_argument.rb +0 -61
- data/sub/eac_cli/lib/eac_cli/definition.rb +0 -95
- data/sub/eac_cli/lib/eac_cli/enum.rb +0 -45
- data/sub/eac_cli/lib/eac_cli/old_configs/entry_reader.rb +0 -80
- data/sub/eac_cli/lib/eac_cli/old_configs/password_entry_reader.rb +0 -16
- data/sub/eac_cli/lib/eac_cli/old_configs/read_entry_options.rb +0 -44
- data/sub/eac_cli/lib/eac_cli/old_configs/store_passwords_entry_reader.rb +0 -25
- data/sub/eac_cli/lib/eac_cli/old_configs.rb +0 -35
- data/sub/eac_cli/lib/eac_cli/parser/alternative/argv.rb +0 -17
- data/sub/eac_cli/lib/eac_cli/parser/alternative/double_dash.rb +0 -24
- data/sub/eac_cli/lib/eac_cli/parser/alternative/long_options.rb +0 -37
- data/sub/eac_cli/lib/eac_cli/parser/alternative/option_argument.rb +0 -29
- data/sub/eac_cli/lib/eac_cli/parser/alternative/options.rb +0 -29
- data/sub/eac_cli/lib/eac_cli/parser/alternative/positionals.rb +0 -30
- data/sub/eac_cli/lib/eac_cli/parser/alternative/short_options.rb +0 -47
- data/sub/eac_cli/lib/eac_cli/parser/alternative.rb +0 -92
- data/sub/eac_cli/lib/eac_cli/parser/collector.rb +0 -46
- data/sub/eac_cli/lib/eac_cli/parser/error.rb +0 -15
- data/sub/eac_cli/lib/eac_cli/parser.rb +0 -34
- data/sub/eac_cli/lib/eac_cli/patches/object/runner_with.rb +0 -26
- data/sub/eac_cli/lib/eac_cli/patches/object.rb +0 -5
- data/sub/eac_cli/lib/eac_cli/patches.rb +0 -4
- data/sub/eac_cli/lib/eac_cli/rspec/setup.rb +0 -42
- data/sub/eac_cli/lib/eac_cli/rspec.rb +0 -9
- data/sub/eac_cli/lib/eac_cli/runner/after_class_methods.rb +0 -33
- data/sub/eac_cli/lib/eac_cli/runner/class_runner.rb +0 -50
- data/sub/eac_cli/lib/eac_cli/runner/context.rb +0 -40
- data/sub/eac_cli/lib/eac_cli/runner/exit.rb +0 -13
- data/sub/eac_cli/lib/eac_cli/runner/instance_methods.rb +0 -43
- data/sub/eac_cli/lib/eac_cli/runner.rb +0 -49
- data/sub/eac_cli/lib/eac_cli/runner_with/help/builder/alternative.rb +0 -63
- data/sub/eac_cli/lib/eac_cli/runner_with/help/builder.rb +0 -82
- data/sub/eac_cli/lib/eac_cli/runner_with/help.rb +0 -41
- data/sub/eac_cli/lib/eac_cli/runner_with/subcommands/definition_concern.rb +0 -10
- data/sub/eac_cli/lib/eac_cli/runner_with/subcommands.rb +0 -119
- data/sub/eac_cli/lib/eac_cli/runner_with.rb +0 -9
- data/sub/eac_cli/lib/eac_cli/runner_with_set.rb +0 -50
- data/sub/eac_cli/lib/eac_cli/speaker/constants.rb +0 -13
- data/sub/eac_cli/lib/eac_cli/speaker/list.rb +0 -61
- data/sub/eac_cli/lib/eac_cli/speaker/options.rb +0 -38
- data/sub/eac_cli/lib/eac_cli/speaker.rb +0 -126
- data/sub/eac_cli/lib/eac_cli/version.rb +0 -5
- data/sub/eac_cli/lib/eac_cli.rb +0 -7
- data/sub/eac_cli/spec/lib/eac_cli/definition/alternative_spec.rb +0 -18
- data/sub/eac_cli/spec/lib/eac_cli/old_configs_spec.rb +0 -14
- data/sub/eac_cli/spec/lib/eac_cli/parser/alternative_spec.rb +0 -140
- data/sub/eac_cli/spec/lib/eac_cli/runner_spec.rb +0 -129
- data/sub/eac_cli/spec/lib/eac_cli/runner_with/help_spec.rb +0 -51
- data/sub/eac_cli/spec/lib/eac_cli/runner_with/subcommands_spec.rb +0 -88
- data/sub/eac_cli/spec/lib/eac_cli/speaker_spec.rb +0 -32
- data/sub/eac_cli/spec/rubocop_spec.rb +0 -3
- data/sub/eac_cli/spec/spec_helper.rb +0 -4
- data/sub/eac_fs/Gemfile +0 -5
- data/sub/eac_fs/eac_fs.gemspec +0 -20
- data/sub/eac_fs/lib/eac_fs/cached_download.rb +0 -39
- data/sub/eac_fs/lib/eac_fs/contexts.rb +0 -21
- data/sub/eac_fs/lib/eac_fs/file_info.rb +0 -29
- data/sub/eac_fs/lib/eac_fs/logs/file.rb +0 -56
- data/sub/eac_fs/lib/eac_fs/logs.rb +0 -64
- data/sub/eac_fs/lib/eac_fs/patches/module/fs_cache.rb +0 -15
- data/sub/eac_fs/lib/eac_fs/patches/module.rb +0 -4
- data/sub/eac_fs/lib/eac_fs/patches/object/fs_cache.rb +0 -32
- data/sub/eac_fs/lib/eac_fs/patches/object.rb +0 -4
- data/sub/eac_fs/lib/eac_fs/patches/pathname/info.rb +0 -12
- data/sub/eac_fs/lib/eac_fs/patches/pathname.rb +0 -4
- data/sub/eac_fs/lib/eac_fs/patches.rb +0 -4
- data/sub/eac_fs/lib/eac_fs/storage_tree.rb +0 -62
- data/sub/eac_fs/lib/eac_fs/traversable.rb +0 -45
- data/sub/eac_fs/lib/eac_fs/traverser.rb +0 -76
- data/sub/eac_fs/lib/eac_fs/version.rb +0 -5
- data/sub/eac_fs/lib/eac_fs.rb +0 -7
- data/sub/eac_fs/spec/lib/eac_fs/storage_tree_spec.rb +0 -32
- data/sub/eac_fs/spec/rubocop_spec.rb +0 -3
- data/sub/eac_fs/spec/spec_helper.rb +0 -4
- data/sub/eac_ruby_utils/Gemfile +0 -16
- data/sub/eac_ruby_utils/MIT-LICENCE +0 -16
- data/sub/eac_ruby_utils/README.rdoc +0 -3
- data/sub/eac_ruby_utils/eac_ruby_utils.gemspec +0 -23
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/abstract_methods.rb +0 -68
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/arguments_consumer.rb +0 -81
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/bit.rb +0 -46
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/bit_array.rb +0 -81
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/blank_not_blank.rb +0 -19
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/boolean.rb +0 -31
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/by_reference.rb +0 -23
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/byte.rb +0 -105
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/byte_array.rb +0 -36
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/common_concern/class_setup.rb +0 -52
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/common_concern/module_setup.rb +0 -41
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/common_concern.rb +0 -20
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/common_constructor/class_initialize.rb +0 -29
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/common_constructor/instance_initialize.rb +0 -53
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/common_constructor/super_args.rb +0 -54
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/common_constructor.rb +0 -89
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/compact.rb +0 -22
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/compare_by.rb +0 -28
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/context.rb +0 -33
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/contextualizable.rb +0 -21
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/core_ext.rb +0 -7
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/custom_format.rb +0 -53
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/enum.rb +0 -102
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/base_env.rb +0 -28
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/command/concat.rb +0 -33
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/command/envvars.rb +0 -24
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/command/extra_options.rb +0 -33
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/command.rb +0 -172
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/executable.rb +0 -81
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/file.rb +0 -22
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/local_env.rb +0 -17
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/process.rb +0 -27
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/spawn.rb +0 -32
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/ssh_env/dasho_options.rb +0 -53
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/ssh_env/identity_file.rb +0 -25
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/ssh_env/quiet.rb +0 -24
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/ssh_env/terminal.rb +0 -34
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs/ssh_env.rb +0 -75
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/envs.rb +0 -23
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/fs/clearable_directory.rb +0 -57
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/fs/extname.rb +0 -30
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/fs/temp/directory.rb +0 -16
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/fs/temp/file.rb +0 -34
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/fs/temp.rb +0 -52
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/fs.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/gems_registry/gem.rb +0 -79
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/gems_registry.rb +0 -35
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/immutable/array_accessor.rb +0 -32
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/immutable/base_accessor.rb +0 -23
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/immutable/boolean_accessor.rb +0 -16
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/immutable/class_methods.rb +0 -20
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/immutable/common_accessor.rb +0 -30
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/immutable/hash_accessor.rb +0 -46
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/immutable/instance_methods.rb +0 -21
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/immutable.rb +0 -15
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/inflector.rb +0 -29
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/listable/class_methods.rb +0 -14
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/listable/instance_methods.rb +0 -30
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/listable/integer_list.rb +0 -23
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/listable/list.rb +0 -111
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/listable/lists.rb +0 -59
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/listable/string_list.rb +0 -19
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/listable/symbol_list.rb +0 -19
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/listable/value.rb +0 -49
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/listable.rb +0 -17
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/local_time_zone.rb +0 -48
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/locales/from_all_gems.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/locales/from_gem.rb +0 -47
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/locales/module_i18n_translate.rb +0 -74
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/locales.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/method_class.rb +0 -35
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/options_consumer.rb +0 -62
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patch.rb +0 -11
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/class/abstract.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/class/common_constructor.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/class/self_included_modules.rb +0 -7
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/class/settings_provider.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/class.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/enumerable/boolean_combinations.rb +0 -45
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/enumerable.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/enumerator/current.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/enumerator/stopped.rb +0 -14
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/enumerator.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/hash/options_consumer.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/hash/sym_keys_hash.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/hash/to_struct.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/hash.rb +0 -5
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/kernel/nyi.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/kernel.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/common_concern.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/compare_by.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/context.rb +0 -11
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/i18n_translate.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/immutable.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/listable.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/method_class.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/patch.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/require_sub.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/simple_cache.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/speaker.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/asserts.rb +0 -25
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/call_if_proc.rb +0 -11
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/compact.rb +0 -20
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/debug.rb +0 -23
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb +0 -13
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/if_nil.rb +0 -17
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/if_present.rb +0 -19
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/if_respond.rb +0 -22
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/to_pathname.rb +0 -15
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/to_uri.rb +0 -15
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object.rb +0 -5
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/basename_noext.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/basename_sub.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/if_exist.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/mkpath_s.rb +0 -12
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/parent_n.rb +0 -11
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/readlink_r.rb +0 -11
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/reqdir_glob.rb +0 -13
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/if_match.rb +0 -16
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb +0 -10
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/string/delimited.rb +0 -16
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/string/inflector.rb +0 -11
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/string.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/time/required_zone.rb +0 -11
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/time.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches.rb +0 -4
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/recursive_builder.rb +0 -51
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/regexp_parser.rb +0 -34
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/require_sub.rb +0 -134
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/rspec/default_setup.rb +0 -20
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/rspec/setup/conditionals.rb +0 -17
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/rspec/setup.rb +0 -12
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/rspec/setup_manager.rb +0 -49
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/rspec/stub_speaker.rb +0 -39
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/rspec.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/ruby/command.rb +0 -32
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/ruby/on_clean_environment.rb +0 -26
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/ruby.rb +0 -9
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/settings_provider/setting_value.rb +0 -69
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/settings_provider.rb +0 -46
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/simple_cache.rb +0 -77
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/speaker/receiver.rb +0 -64
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/speaker/sender.rb +0 -32
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/speaker.rb +0 -16
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/string_delimited.rb +0 -70
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/struct.rb +0 -63
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/version.rb +0 -5
- data/sub/eac_ruby_utils/lib/eac_ruby_utils/yaml.rb +0 -105
- data/sub/eac_ruby_utils/lib/eac_ruby_utils.rb +0 -6
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/abstract_methods_spec.rb +0 -28
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/arguments_consumer_spec.rb +0 -17
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/bit_array_spec.rb +0 -22
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/blank_not_blank_spec.rb +0 -16
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/byte_spec.rb +0 -54
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/common_concern_spec.rb +0 -65
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/common_constructor_spec.rb +0 -125
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/compact_spec.rb +0 -20
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/compare_by_spec.rb +0 -38
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/custom_format_spec.rb +0 -60
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/enum_spec.rb +0 -43
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/envs/executable_spec.rb +0 -37
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/envs/ssh_env_spec.rb +0 -25
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/fs/extname_spec.rb +0 -18
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/fs/temp/directory_spec.rb +0 -12
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/fs/temp_spec.rb +0 -52
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/inflector_spec.rb +0 -16
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/listable_spec.rb +0 -275
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/local_time_zone_spec.rb +0 -17
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/method_class_spec.rb +0 -46
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/options_consumer_spec.rb +0 -80
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/class/abstract_spec.rb +0 -25
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/class/self_included_modules_spec.rb +0 -30
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/enumerable/boolean_combinations_spec.rb +0 -39
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/enumerator/current_spec.rb +0 -26
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/enumerator/stopped_spec.rb +0 -32
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/hash/options_consumer_spec.rb +0 -17
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/hash/sym_keys_hash_spec.rb +0 -13
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/compare_by_spec.rb +0 -36
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/listable_spec.rb +0 -15
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/method_class_spec.rb +0 -20
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/simple_cache_spec.rb +0 -15
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/speaker_spec.rb +0 -13
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/object/call_if_proc_spec.rb +0 -11
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/object/compact_spec.rb +0 -20
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/object/if_present_spec.rb +0 -13
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/object/template_spec_files/path/my_stub_with_template +0 -1
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/pathname/basename_noext_spec.rb +0 -26
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/pathname/basename_sub_spec.rb +0 -17
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/pathname/parent_n_spec.rb +0 -33
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/string/delimited_spec.rb +0 -34
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/recursive_builder_spec.rb +0 -65
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/require_sub_spec/stubbed_module_a.rb +0 -6
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/require_sub_spec/stubbed_not_module.rb +0 -6
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/require_sub_spec.rb +0 -19
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/ruby_spec.rb +0 -22
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/settings_provider_spec.rb +0 -57
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/simple_cache_spec.rb +0 -129
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/struct_spec.rb +0 -57
- data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/yaml_spec.rb +0 -75
- data/sub/eac_ruby_utils/spec/locales/pt-BR.yml +0 -58
- data/sub/eac_ruby_utils/spec/rubocop_check_spec.rb +0 -3
- data/sub/eac_ruby_utils/spec/spec_helper.rb +0 -15
@@ -1,46 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/require_sub'
|
4
|
-
|
5
|
-
module EacRubyUtils
|
6
|
-
# Provide a option by constant, method or options object.
|
7
|
-
module SettingsProvider
|
8
|
-
::EacRubyUtils.require_sub __FILE__, base: self
|
9
|
-
|
10
|
-
def setting_constant_name(key, fullname = false)
|
11
|
-
setting_value_instance(key).constant_name(fullname)
|
12
|
-
end
|
13
|
-
|
14
|
-
def setting_search_order
|
15
|
-
%w[settings_object method constant]
|
16
|
-
end
|
17
|
-
|
18
|
-
def settings_object
|
19
|
-
respond_to?(settings_object_name) ? send(settings_object_name) : {}
|
20
|
-
end
|
21
|
-
|
22
|
-
def settings_object_name
|
23
|
-
'settings'
|
24
|
-
end
|
25
|
-
|
26
|
-
def setting_value(key, options = {})
|
27
|
-
setting_value_instance(key, options).value
|
28
|
-
end
|
29
|
-
|
30
|
-
def setting_value_by_constant(key)
|
31
|
-
setting_value_instance(key).value_by_constant
|
32
|
-
end
|
33
|
-
|
34
|
-
def setting_value_by_method(key)
|
35
|
-
setting_value_instance(key).value_by_method
|
36
|
-
end
|
37
|
-
|
38
|
-
def setting_value_by_settings_object(key)
|
39
|
-
setting_value_instance(key).value_by_settings_object
|
40
|
-
end
|
41
|
-
|
42
|
-
def setting_value_instance(key, options = {})
|
43
|
-
::EacRubyUtils::SettingsProvider::SettingValue.new(self, key, options)
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
@@ -1,77 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module EacRubyUtils
|
4
|
-
module SimpleCache
|
5
|
-
UNCACHED_METHOD_NAME_SUFFIX = '_uncached'
|
6
|
-
UNCACHED_METHOD_PATTERN = /
|
7
|
-
\A(\s+)_#{::Regexp.quote(UNCACHED_METHOD_NAME_SUFFIX)}([\!\?]?)\z
|
8
|
-
/x.freeze
|
9
|
-
|
10
|
-
class << self
|
11
|
-
def uncached_method_name(method_name)
|
12
|
-
method_name = method_name.to_s
|
13
|
-
end_mark = nil
|
14
|
-
if %w[! ?].any? { |mark| method_name.end_with?(mark) }
|
15
|
-
end_mark = method_name[-1]
|
16
|
-
method_name = method_name[0..-2]
|
17
|
-
end
|
18
|
-
"#{method_name}#{UNCACHED_METHOD_NAME_SUFFIX}#{end_mark}"
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
def method_missing(method, *args, &block)
|
23
|
-
if respond_to?(uncached_method_name(method), true)
|
24
|
-
call_method_with_cache(method, args, &block)
|
25
|
-
else
|
26
|
-
super
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
def respond_to_missing?(method, include_all = false)
|
31
|
-
if method.to_s.end_with?('_uncached')
|
32
|
-
super
|
33
|
-
else
|
34
|
-
respond_to?("#{method}_uncached", true) || super
|
35
|
-
end
|
36
|
-
end
|
37
|
-
|
38
|
-
def reset_cache(*keys)
|
39
|
-
if keys.any?
|
40
|
-
keys.each { |key| cache_keys.delete(sanitize_cache_key(key)) }
|
41
|
-
else
|
42
|
-
@cache_keys = nil
|
43
|
-
end
|
44
|
-
end
|
45
|
-
|
46
|
-
def sanitize_cache_key(key)
|
47
|
-
key.to_s.to_sym
|
48
|
-
end
|
49
|
-
|
50
|
-
protected
|
51
|
-
|
52
|
-
def uncached_method_name(original_method_name)
|
53
|
-
::EacRubyUtils::SimpleCache.uncached_method_name(original_method_name)
|
54
|
-
end
|
55
|
-
|
56
|
-
private
|
57
|
-
|
58
|
-
def call_method_with_cache(method, args, &block)
|
59
|
-
raise 'Não é possível realizar o cache de métodos com bloco' if block
|
60
|
-
|
61
|
-
key = ([method] + args).join('@@@')
|
62
|
-
unless cache_keys.key?(sanitize_cache_key(key))
|
63
|
-
uncached_value = call_uncached_method(method, args)
|
64
|
-
cache_keys[sanitize_cache_key(key)] = uncached_value
|
65
|
-
end
|
66
|
-
cache_keys[sanitize_cache_key(key)]
|
67
|
-
end
|
68
|
-
|
69
|
-
def call_uncached_method(method, args)
|
70
|
-
send(uncached_method_name(method), *args)
|
71
|
-
end
|
72
|
-
|
73
|
-
def cache_keys
|
74
|
-
@cache_keys ||= {}
|
75
|
-
end
|
76
|
-
end
|
77
|
-
end
|
@@ -1,64 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/abstract_methods'
|
4
|
-
|
5
|
-
module EacRubyUtils
|
6
|
-
module Speaker
|
7
|
-
module Receiver
|
8
|
-
extend ::ActiveSupport::Concern
|
9
|
-
extend ::EacRubyUtils::AbstractMethods
|
10
|
-
|
11
|
-
module ClassMethods
|
12
|
-
def on(*args, &block)
|
13
|
-
::EacRubyUtils::Speaker.context.on(new(*args), &block)
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
def error(_string)
|
18
|
-
raise_abstract_method(__method__)
|
19
|
-
end
|
20
|
-
|
21
|
-
def fatal_error(string)
|
22
|
-
error(string)
|
23
|
-
::Kernel.exit 1 # rubocop:disable Rails/Exit
|
24
|
-
end
|
25
|
-
|
26
|
-
# @see EacRubyUtils::Speaker::Sender.input
|
27
|
-
def input(_question, _options = {})
|
28
|
-
raise_abstract_method(__method__)
|
29
|
-
end
|
30
|
-
|
31
|
-
def info(_string)
|
32
|
-
raise_abstract_method(__method__)
|
33
|
-
end
|
34
|
-
|
35
|
-
def infom(_string)
|
36
|
-
raise_abstract_method(__method__)
|
37
|
-
end
|
38
|
-
|
39
|
-
def infov(*_args)
|
40
|
-
raise_abstract_method(__method__)
|
41
|
-
end
|
42
|
-
|
43
|
-
def out(_string = '')
|
44
|
-
raise_abstract_method(__method__)
|
45
|
-
end
|
46
|
-
|
47
|
-
def puts(_string = '')
|
48
|
-
raise_abstract_method(__method__)
|
49
|
-
end
|
50
|
-
|
51
|
-
def success(_string)
|
52
|
-
raise_abstract_method(__method__)
|
53
|
-
end
|
54
|
-
|
55
|
-
def title(_string)
|
56
|
-
raise_abstract_method(__method__)
|
57
|
-
end
|
58
|
-
|
59
|
-
def warn(_string)
|
60
|
-
raise_abstract_method(__method__)
|
61
|
-
end
|
62
|
-
end
|
63
|
-
end
|
64
|
-
end
|
@@ -1,32 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module EacRubyUtils
|
4
|
-
module Speaker
|
5
|
-
module Sender
|
6
|
-
delegate :error, :fatal_error, :info, :infom, :title, :success, :warn, to: :speaker_receiver
|
7
|
-
|
8
|
-
def infov(*args)
|
9
|
-
speaker_receiver.infov(*args)
|
10
|
-
end
|
11
|
-
|
12
|
-
delegate :out, to: :speaker_receiver
|
13
|
-
|
14
|
-
delegate :puts, to: :speaker_receiver
|
15
|
-
|
16
|
-
# Shortcut to [EacRubyUtils::Speaker.current_receiver].
|
17
|
-
#
|
18
|
-
# @return [EacRubyUtils::Speaker::Receiver]
|
19
|
-
def speaker_receiver
|
20
|
-
::EacRubyUtils::Speaker.current_receiver
|
21
|
-
end
|
22
|
-
|
23
|
-
# Options:
|
24
|
-
# +bool+ ([Boolean], default: +false+): requires a answer "yes" or "no".
|
25
|
-
# +list+ ([Hash] or [Array], default: +nil+): requires a answer from a list.
|
26
|
-
# +noecho+ ([Boolean], default: +false+): does not output answer.
|
27
|
-
def input(question, options = {})
|
28
|
-
speaker_receiver.input(question, options)
|
29
|
-
end
|
30
|
-
end
|
31
|
-
end
|
32
|
-
end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/contextualizable'
|
4
|
-
|
5
|
-
module EacRubyUtils
|
6
|
-
module Speaker
|
7
|
-
include ::EacRubyUtils::Contextualizable
|
8
|
-
|
9
|
-
class << self
|
10
|
-
# @return [EacRubyUtils::Speaker::Receiver]
|
11
|
-
def current_receiver
|
12
|
-
context.current
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module EacRubyUtils
|
4
|
-
class StringDelimited
|
5
|
-
attr_reader :string, :begin_delimiter, :end_delimiter
|
6
|
-
|
7
|
-
def initialize(string, begin_delimiter, end_delimiter)
|
8
|
-
@string = string
|
9
|
-
@begin_delimiter = begin_delimiter
|
10
|
-
@end_delimiter = end_delimiter
|
11
|
-
end
|
12
|
-
|
13
|
-
def inner
|
14
|
-
between_indexes(content_index, end_index).to_s
|
15
|
-
end
|
16
|
-
|
17
|
-
def outer
|
18
|
-
between_indexes(begin_index, after_end_index).to_s
|
19
|
-
end
|
20
|
-
|
21
|
-
def without_inner
|
22
|
-
without_join(
|
23
|
-
between_indexes(sos_index, content_index), between_indexes(end_index, eos_index)
|
24
|
-
)
|
25
|
-
end
|
26
|
-
|
27
|
-
def without_outer
|
28
|
-
without_join(
|
29
|
-
between_indexes(sos_index, begin_index),
|
30
|
-
between_indexes(after_end_index, eos_index)
|
31
|
-
)
|
32
|
-
end
|
33
|
-
|
34
|
-
private
|
35
|
-
|
36
|
-
def after_end_index
|
37
|
-
end_index.if_present { |v| v + end_delimiter.length }
|
38
|
-
end
|
39
|
-
|
40
|
-
def begin_index
|
41
|
-
string.index(begin_delimiter)
|
42
|
-
end
|
43
|
-
|
44
|
-
def between_indexes(a_begin_index, a_end_index)
|
45
|
-
a_begin_index && a_end_index ? string[a_begin_index, a_end_index - a_begin_index] : nil
|
46
|
-
end
|
47
|
-
|
48
|
-
def content_index
|
49
|
-
begin_index.if_present { |v| v + begin_delimiter.length }
|
50
|
-
end
|
51
|
-
|
52
|
-
def without_join(*strings)
|
53
|
-
return string if strings.any?(&:nil?)
|
54
|
-
|
55
|
-
strings.join('')
|
56
|
-
end
|
57
|
-
|
58
|
-
def end_index
|
59
|
-
content_index.if_present { |_v| string.index(end_delimiter, content_index) }
|
60
|
-
end
|
61
|
-
|
62
|
-
def sos_index
|
63
|
-
0
|
64
|
-
end
|
65
|
-
|
66
|
-
def eos_index
|
67
|
-
string.length
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
@@ -1,63 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'active_support/hash_with_indifferent_access'
|
4
|
-
require 'active_support/core_ext/module/delegation'
|
5
|
-
require 'active_support/core_ext/object/blank'
|
6
|
-
|
7
|
-
module EacRubyUtils
|
8
|
-
class Struct
|
9
|
-
def initialize(initial_data = {})
|
10
|
-
self.data = initial_data.symbolize_keys
|
11
|
-
end
|
12
|
-
|
13
|
-
def [](key)
|
14
|
-
key, bool = parse_key(key)
|
15
|
-
bool ? self[key].present? : data[key]
|
16
|
-
end
|
17
|
-
|
18
|
-
def fetch(key)
|
19
|
-
key, bool = parse_key(key)
|
20
|
-
bool ? fetch(key).present? : data.fetch(key)
|
21
|
-
end
|
22
|
-
|
23
|
-
def merge(other)
|
24
|
-
other = self.class.new(other) unless other.is_a?(self.class)
|
25
|
-
self.class.new(to_h.merge(other.to_h))
|
26
|
-
end
|
27
|
-
|
28
|
-
def method_missing(method_name, *arguments, &block)
|
29
|
-
property_method?(method_name) ? fetch(method_name) : super
|
30
|
-
end
|
31
|
-
|
32
|
-
def respond_to_missing?(method_name, include_private = false)
|
33
|
-
property_method?(method_name) || super
|
34
|
-
end
|
35
|
-
|
36
|
-
def slice_fetch(*keys)
|
37
|
-
self.class.new(keys.map { |key| [key, fetch(key)] }.to_h)
|
38
|
-
end
|
39
|
-
|
40
|
-
def to_h
|
41
|
-
data.dup
|
42
|
-
end
|
43
|
-
|
44
|
-
delegate :to_s, to: :data
|
45
|
-
|
46
|
-
private
|
47
|
-
|
48
|
-
attr_accessor :data
|
49
|
-
|
50
|
-
def parse_key(key)
|
51
|
-
m = /\A(.+)\?\z/.match(key.to_s)
|
52
|
-
[(m ? m[1] : key.to_s).to_sym, m ? true : false]
|
53
|
-
end
|
54
|
-
|
55
|
-
def property_method?(key)
|
56
|
-
property_methods.include?(key.to_sym)
|
57
|
-
end
|
58
|
-
|
59
|
-
def property_methods
|
60
|
-
data.keys.flat_map { |k| [k.to_sym, "#{k}?".to_sym] }
|
61
|
-
end
|
62
|
-
end
|
63
|
-
end
|
@@ -1,105 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'date'
|
4
|
-
require 'yaml'
|
5
|
-
|
6
|
-
module EacRubyUtils
|
7
|
-
# A safe YAML loader/dumper with common types included.
|
8
|
-
class Yaml
|
9
|
-
class << self
|
10
|
-
DEFAULT_PERMITTED_CLASSES = [::Array, ::Date, ::DateTime, ::FalseClass, ::Hash, ::NilClass,
|
11
|
-
::Numeric, ::String, ::Symbol, ::Time, ::TrueClass].freeze
|
12
|
-
|
13
|
-
def dump(object)
|
14
|
-
::YAML.dump(sanitize(object))
|
15
|
-
end
|
16
|
-
|
17
|
-
def dump_file(path, object)
|
18
|
-
::File.write(path.to_s, dump(object))
|
19
|
-
end
|
20
|
-
|
21
|
-
def load(string)
|
22
|
-
::YAML.safe_load(string, permitted_classes)
|
23
|
-
end
|
24
|
-
|
25
|
-
def load_file(path)
|
26
|
-
load(::File.read(path.to_s))
|
27
|
-
end
|
28
|
-
|
29
|
-
def permitted_classes
|
30
|
-
DEFAULT_PERMITTED_CLASSES
|
31
|
-
end
|
32
|
-
|
33
|
-
def sanitize(object)
|
34
|
-
Sanitizer.new(object).result
|
35
|
-
end
|
36
|
-
|
37
|
-
def yaml?(object)
|
38
|
-
return false unless object.is_a?(::String)
|
39
|
-
return false unless object.start_with?('---')
|
40
|
-
|
41
|
-
load(object)
|
42
|
-
true
|
43
|
-
rescue ::Psych::SyntaxError
|
44
|
-
false
|
45
|
-
end
|
46
|
-
|
47
|
-
class Sanitizer
|
48
|
-
attr_reader :source
|
49
|
-
|
50
|
-
RESULT_TYPES = %w[permitted enumerableable hashable].freeze
|
51
|
-
|
52
|
-
def initialize(source)
|
53
|
-
@source = source
|
54
|
-
end
|
55
|
-
|
56
|
-
def result
|
57
|
-
RESULT_TYPES.each do |type|
|
58
|
-
return send("result_#{type}") if send("result_#{type}?")
|
59
|
-
end
|
60
|
-
|
61
|
-
source.to_s
|
62
|
-
end
|
63
|
-
|
64
|
-
private
|
65
|
-
|
66
|
-
def result_enumerableable?
|
67
|
-
source.respond_to?(:to_a) && !source.is_a?(::Hash)
|
68
|
-
end
|
69
|
-
|
70
|
-
def result_enumerableable
|
71
|
-
source.to_a.map { |child| sanitize_value(child) }
|
72
|
-
end
|
73
|
-
|
74
|
-
def result_hashable?
|
75
|
-
source.respond_to?(:to_h)
|
76
|
-
end
|
77
|
-
|
78
|
-
def result_hashable
|
79
|
-
source.to_h.map { |k, v| [k.to_sym, sanitize_value(v)] }.to_h
|
80
|
-
end
|
81
|
-
|
82
|
-
def result_nil?
|
83
|
-
source.nil?
|
84
|
-
end
|
85
|
-
|
86
|
-
def result_nil
|
87
|
-
nil
|
88
|
-
end
|
89
|
-
|
90
|
-
def result_permitted?
|
91
|
-
(::EacRubyUtils::Yaml.permitted_classes - [::Array, ::Hash])
|
92
|
-
.any? { |klass| source.is_a?(klass) }
|
93
|
-
end
|
94
|
-
|
95
|
-
def result_permitted
|
96
|
-
source
|
97
|
-
end
|
98
|
-
|
99
|
-
def sanitize_value(value)
|
100
|
-
self.class.new(value).result
|
101
|
-
end
|
102
|
-
end
|
103
|
-
end
|
104
|
-
end
|
105
|
-
end
|
@@ -1,28 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/abstract_methods'
|
4
|
-
|
5
|
-
RSpec.describe(::EacRubyUtils::AbstractMethods) do
|
6
|
-
let(:base_class) do
|
7
|
-
the_module = described_class
|
8
|
-
::Class.new do
|
9
|
-
include the_module
|
10
|
-
|
11
|
-
abstract_methods :method1, :method2
|
12
|
-
end
|
13
|
-
end
|
14
|
-
let(:base_instance) { base_class.new }
|
15
|
-
let(:sub_class) do
|
16
|
-
::Class.new(base_class) do
|
17
|
-
def method1
|
18
|
-
'a result'
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
22
|
-
let(:sub_instance) { sub_class.new }
|
23
|
-
|
24
|
-
it { expect { base_instance.method1 }.to raise_error(::NoMethodError) }
|
25
|
-
it { expect { base_instance.method2 }.to raise_error(::NoMethodError) }
|
26
|
-
it { expect(sub_instance.method1).to eq('a result') }
|
27
|
-
it { expect { sub_instance.method2 }.to raise_error(::NoMethodError) }
|
28
|
-
end
|
@@ -1,17 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/arguments_consumer'
|
4
|
-
|
5
|
-
RSpec.describe ::EacRubyUtils::ArgumentsConsumer do
|
6
|
-
let(:instance) { described_class.new(%i[a b c d], d: 'd_value') }
|
7
|
-
let(:args) { ['a_value', 'b_value', e: 'e_value'] }
|
8
|
-
let(:result) { instance.parse(args) }
|
9
|
-
|
10
|
-
it { expect(result).to be_a(::Hash) }
|
11
|
-
it { expect(result.count).to eq(5) }
|
12
|
-
it { expect(result.fetch(:a)).to eq('a_value') }
|
13
|
-
it { expect(result.fetch(:b)).to eq('b_value') }
|
14
|
-
it { expect(result.fetch(:c)).to eq(nil) }
|
15
|
-
it { expect(result.fetch(:d)).to eq('d_value') }
|
16
|
-
it { expect(result.fetch(:e)).to eq('e_value') }
|
17
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/bit_array'
|
4
|
-
|
5
|
-
RSpec.describe ::EacRubyUtils::BitArray do
|
6
|
-
describe '#to_byte_array' do
|
7
|
-
let(:instance) { described_class.new([0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1]) }
|
8
|
-
|
9
|
-
{
|
10
|
-
false => [0xF0, 0xDC],
|
11
|
-
true => [0x0F, 0x3B]
|
12
|
-
}.each do |big_endian, expected_bytes|
|
13
|
-
context "when big-endian is #{big_endian}" do
|
14
|
-
let(:expected_value) { ::EacRubyUtils::ByteArray.new(expected_bytes) }
|
15
|
-
|
16
|
-
it do
|
17
|
-
expect(instance.to_byte_array(big_endian)).to eq(expected_value)
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
22
|
-
end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/blank_not_blank'
|
4
|
-
|
5
|
-
RSpec.describe ::EacRubyUtils::BlankNotBlank do
|
6
|
-
let(:instance) { described_class.instance }
|
7
|
-
|
8
|
-
it do
|
9
|
-
expect { described_class.new }.to raise_error(::NoMethodError)
|
10
|
-
end
|
11
|
-
|
12
|
-
it { expect(instance).to be_present }
|
13
|
-
it { expect(instance).not_to be_blank }
|
14
|
-
it { expect(instance).to be_truthy }
|
15
|
-
it { expect(instance).to eq('') }
|
16
|
-
end
|
@@ -1,54 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/byte'
|
4
|
-
|
5
|
-
RSpec.describe ::EacRubyUtils::Byte do
|
6
|
-
describe '#[]' do
|
7
|
-
let(:instance) { described_class.new(0xDC) }
|
8
|
-
|
9
|
-
[0, 0, 1, 1, 1, 0, 1, 1].each_with_index do |bit_value, bit_index|
|
10
|
-
context "when bit index is #{bit_index}" do
|
11
|
-
it { expect(instance[bit_index].value).to eq(bit_value) }
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
describe '#bit_set' do
|
17
|
-
let(:instance) { described_class.new(0b11011100) }
|
18
|
-
|
19
|
-
{
|
20
|
-
0 => [0b11011100, 0b11011100, 0b11011000, 0b11010100,
|
21
|
-
0b11001100, 0b11011100, 0b10011100, 0b01011100],
|
22
|
-
1 => [0b11011101, 0b11011110, 0b11011100, 0b11011100,
|
23
|
-
0b11011100, 0b11111100, 0b11011100, 0b11011100]
|
24
|
-
}.each do |bit_value, expected_values|
|
25
|
-
expected_values.each_with_index do |expected_value, bit_index|
|
26
|
-
context "when bit index is #{bit_index} and bit value is #{bit_value}" do
|
27
|
-
it do
|
28
|
-
expect(instance.bit_set(bit_index, bit_value))
|
29
|
-
.to eq(described_class.new(expected_value))
|
30
|
-
end
|
31
|
-
end
|
32
|
-
end
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
describe '#from_bit_array' do
|
37
|
-
let(:bit_array) { [0, 0, 1, 1, 1, 0, 1, 1] }
|
38
|
-
|
39
|
-
{ false => 0b11011100, true => 0b00111011 }.each do |big_endian, expected_integer|
|
40
|
-
context "when big-endian is #{big_endian}" do
|
41
|
-
let(:expected_value) { described_class.new(expected_integer) }
|
42
|
-
|
43
|
-
it do
|
44
|
-
expect(described_class.from_bit_array(bit_array, big_endian)).to eq(expected_value)
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
48
|
-
|
49
|
-
it do
|
50
|
-
expect { described_class.from_bit_array([0, 0, 1, 1, 1, 0, 1]) }
|
51
|
-
.to raise_error(::ArgumentError)
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
@@ -1,65 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/common_concern'
|
4
|
-
|
5
|
-
RSpec.describe ::EacRubyUtils::CommonConcern do
|
6
|
-
let(:instance) do
|
7
|
-
described_class.new do
|
8
|
-
self.valor = 'changed'
|
9
|
-
end
|
10
|
-
end
|
11
|
-
|
12
|
-
let(:stub_module) do
|
13
|
-
::Module.new do
|
14
|
-
module ClassMethods # rubocop:disable RSpec/LeakyConstantDeclaration
|
15
|
-
def my_class_method
|
16
|
-
'class'
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
|
-
module InstanceMethods # rubocop:disable RSpec/LeakyConstantDeclaration
|
21
|
-
def my_instance_method
|
22
|
-
'from_module'
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
let(:stub_class) do
|
29
|
-
::Class.new do
|
30
|
-
class << self
|
31
|
-
attr_accessor :valor
|
32
|
-
end
|
33
|
-
|
34
|
-
def my_instance_method
|
35
|
-
'from_class'
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
let(:stub_class_instance) { stub_class.new }
|
41
|
-
|
42
|
-
before do
|
43
|
-
instance.setup(stub_module)
|
44
|
-
end
|
45
|
-
|
46
|
-
context 'when included' do
|
47
|
-
before do
|
48
|
-
stub_class.include stub_module
|
49
|
-
end
|
50
|
-
|
51
|
-
it { expect(stub_class_instance.my_instance_method).to eq('from_class') }
|
52
|
-
it { expect(stub_class_instance.class.my_class_method).to eq('class') }
|
53
|
-
it { expect(stub_class_instance.class.valor).to eq('changed') }
|
54
|
-
end
|
55
|
-
|
56
|
-
context 'when prepended' do
|
57
|
-
before do
|
58
|
-
stub_class.prepend stub_module
|
59
|
-
end
|
60
|
-
|
61
|
-
it { expect(stub_class_instance.my_instance_method).to eq('from_module') }
|
62
|
-
it { expect(stub_class_instance.class.my_class_method).to eq('class') }
|
63
|
-
it { expect(stub_class_instance.class.valor).to eq('changed') }
|
64
|
-
end
|
65
|
-
end
|