# -*- encoding: utf-8 -*- # stub: convoy 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "convoy".freeze s.version = "1.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Albert Rannetsperger".freeze] s.date = "2019-07-08" s.description = "Writing even complex command-line apps should be quick, easy and fun. Convoy takes the excellent Trollop option parser and adds a whole bunch of awesome features to produce a library you will always want to turn to when a 'quick script' is in order.".freeze s.email = "alb3rtuk@hotmail.com".freeze s.files = [".gitignore".freeze, ".irbrc".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "convoy.gemspec".freeze, "examples/.my_apprc".freeze, "examples/basic".freeze, "examples/basic_config_file".freeze, "examples/basic_conflicts".freeze, "examples/basic_depends_on".freeze, "examples/basic_flags".freeze, "examples/basic_options".freeze, "examples/basic_options_multi".freeze, "examples/basic_require_arguments".freeze, "examples/basic_texts".freeze, "examples/basic_validations".freeze, "examples/basic_with_everything".freeze, "examples/commands/example_command.rb".freeze, "examples/suite_complex".freeze, "examples/suite_simple".freeze, "examples/suite_with_sub_commands".freeze, "lib/convoy.rb".freeze, "lib/convoy/action_command/base.rb".freeze, "lib/convoy/action_command/escort_utility_command.rb".freeze, "lib/convoy/app.rb".freeze, "lib/convoy/arguments.rb".freeze, "lib/convoy/auto_options.rb".freeze, "lib/convoy/error/error.rb".freeze, "lib/convoy/formatter/command.rb".freeze, "lib/convoy/formatter/commands.rb".freeze, "lib/convoy/formatter/cursor_position.rb".freeze, "lib/convoy/formatter/default_help_formatter.rb".freeze, "lib/convoy/formatter/global_command.rb".freeze, "lib/convoy/formatter/option.rb".freeze, "lib/convoy/formatter/options.rb".freeze, "lib/convoy/formatter/shell_command_executor.rb".freeze, "lib/convoy/formatter/stream_output_formatter.rb".freeze, "lib/convoy/formatter/string_grid.rb".freeze, "lib/convoy/formatter/string_splitter.rb".freeze, "lib/convoy/formatter/terminal.rb".freeze, "lib/convoy/global_pre_parser.rb".freeze, "lib/convoy/logger.rb".freeze, "lib/convoy/option_dependency_validator.rb".freeze, "lib/convoy/option_parser.rb".freeze, "lib/convoy/setup/configuration/generator.rb".freeze, "lib/convoy/setup/configuration/instance.rb".freeze, "lib/convoy/setup/configuration/loader.rb".freeze, "lib/convoy/setup/configuration/locator/base.rb".freeze, "lib/convoy/setup/configuration/locator/chaining.rb".freeze, "lib/convoy/setup/configuration/locator/descending_to_home.rb".freeze, "lib/convoy/setup/configuration/locator/executing_script_directory.rb".freeze, "lib/convoy/setup/configuration/locator/specified_directory.rb".freeze, "lib/convoy/setup/configuration/merge_tool.rb".freeze, "lib/convoy/setup/configuration/reader.rb".freeze, "lib/convoy/setup/configuration/writer.rb".freeze, "lib/convoy/setup/dsl/action.rb".freeze, "lib/convoy/setup/dsl/command.rb".freeze, "lib/convoy/setup/dsl/config_file.rb".freeze, "lib/convoy/setup/dsl/global.rb".freeze, "lib/convoy/setup/dsl/options.rb".freeze, "lib/convoy/setup_accessor.rb".freeze, "lib/convoy/trollop.rb".freeze, "lib/convoy/utils.rb".freeze, "lib/convoy/validator.rb".freeze, "spec/integration/basic_config_file_spec.rb".freeze, "spec/integration/basic_conflicts_spec.rb".freeze, "spec/integration/basic_depends_on_spec.rb".freeze, "spec/integration/basic_options_spec.rb".freeze, "spec/integration/basic_options_with_multi_spec.rb".freeze, "spec/integration/basic_spec.rb".freeze, "spec/integration/basic_validations_spec.rb".freeze, "spec/integration/basic_with_arguments_spec.rb".freeze, "spec/integration/basic_with_text_fields_spec.rb".freeze, "spec/integration/suite_simple_spec.rb".freeze, "spec/integration/suite_sub_command_spec.rb".freeze, "spec/lib/convoy/action_command/base_spec.rb".freeze, "spec/lib/convoy/formatter/command_spec.rb".freeze, "spec/lib/convoy/formatter/global_command_spec.rb".freeze, "spec/lib/convoy/formatter/option_spec.rb".freeze, "spec/lib/convoy/formatter/shell_command_executor_spec.rb".freeze, "spec/lib/convoy/formatter/stream_output_formatter_spec.rb".freeze, "spec/lib/convoy/formatter/string_grid_spec.rb".freeze, "spec/lib/convoy/formatter/string_splitter_spec.rb".freeze, "spec/lib/convoy/formatter/terminal_spec.rb".freeze, "spec/lib/convoy/setup/configuration/generator_spec.rb".freeze, "spec/lib/convoy/setup/configuration/loader_spec.rb".freeze, "spec/lib/convoy/setup/configuration/locator/chaining_spec.rb".freeze, "spec/lib/convoy/setup/configuration/locator/descending_to_home_spec.rb".freeze, "spec/lib/convoy/setup/configuration/locator/executing_script_directory_spec.rb".freeze, "spec/lib/convoy/setup/configuration/locator/specified_directory_spec.rb".freeze, "spec/lib/convoy/setup/configuration/merge_tool_spec.rb".freeze, "spec/lib/convoy/setup/configuration/reader_spec.rb".freeze, "spec/lib/convoy/setup/configuration/writer_spec.rb".freeze, "spec/lib/convoy/setup_accessor_spec.rb".freeze, "spec/lib/convoy/utils_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/integration_helpers.rb".freeze, "spec/support/matchers/execute_action_for_command_matcher.rb".freeze, "spec/support/matchers/execute_action_with_arguments_matcher.rb".freeze, "spec/support/matchers/execute_action_with_options_matcher.rb".freeze, "spec/support/matchers/exit_with_code_matcher.rb".freeze, "spec/support/shared_contexts/integration_setup.rb".freeze, "version.rb".freeze] s.homepage = "http://github.com/alb3rtuk/convoy".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A library that makes building command line apps in ruby so easy, you'll feel like an expert is guiding you through it".freeze s.test_files = ["spec/integration/basic_config_file_spec.rb".freeze, "spec/integration/basic_conflicts_spec.rb".freeze, "spec/integration/basic_depends_on_spec.rb".freeze, "spec/integration/basic_options_spec.rb".freeze, "spec/integration/basic_options_with_multi_spec.rb".freeze, "spec/integration/basic_spec.rb".freeze, "spec/integration/basic_validations_spec.rb".freeze, "spec/integration/basic_with_arguments_spec.rb".freeze, "spec/integration/basic_with_text_fields_spec.rb".freeze, "spec/integration/suite_simple_spec.rb".freeze, "spec/integration/suite_sub_command_spec.rb".freeze, "spec/lib/convoy/action_command/base_spec.rb".freeze, "spec/lib/convoy/formatter/command_spec.rb".freeze, "spec/lib/convoy/formatter/global_command_spec.rb".freeze, "spec/lib/convoy/formatter/option_spec.rb".freeze, "spec/lib/convoy/formatter/shell_command_executor_spec.rb".freeze, "spec/lib/convoy/formatter/stream_output_formatter_spec.rb".freeze, "spec/lib/convoy/formatter/string_grid_spec.rb".freeze, "spec/lib/convoy/formatter/string_splitter_spec.rb".freeze, "spec/lib/convoy/formatter/terminal_spec.rb".freeze, "spec/lib/convoy/setup/configuration/generator_spec.rb".freeze, "spec/lib/convoy/setup/configuration/loader_spec.rb".freeze, "spec/lib/convoy/setup/configuration/locator/chaining_spec.rb".freeze, "spec/lib/convoy/setup/configuration/locator/descending_to_home_spec.rb".freeze, "spec/lib/convoy/setup/configuration/locator/executing_script_directory_spec.rb".freeze, "spec/lib/convoy/setup/configuration/locator/specified_directory_spec.rb".freeze, "spec/lib/convoy/setup/configuration/merge_tool_spec.rb".freeze, "spec/lib/convoy/setup/configuration/reader_spec.rb".freeze, "spec/lib/convoy/setup/configuration/writer_spec.rb".freeze, "spec/lib/convoy/setup_accessor_spec.rb".freeze, "spec/lib/convoy/utils_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/integration_helpers.rb".freeze, "spec/support/matchers/execute_action_for_command_matcher.rb".freeze, "spec/support/matchers/execute_action_with_arguments_matcher.rb".freeze, "spec/support/matchers/execute_action_with_options_matcher.rb".freeze, "spec/support/matchers/exit_with_code_matcher.rb".freeze, "spec/support/shared_contexts/integration_setup.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze, ">= 1.0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.5.0".freeze, ">= 1.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze, ">= 3.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.5".freeze, ">= 0.5.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3".freeze, ">= 10.3.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze, ">= 2.0.0".freeze]) end