# -*- encoding: utf-8 -*- # stub: optparse-plus 3.0.0 ruby lib Gem::Specification.new do |s| s.name = "optparse-plus".freeze s.version = "3.0.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 = ["davetron5000".freeze] s.date = "2020-06-10" s.description = "OptparsePlus provides a lot of small but useful features for developing a command-line app, including an opinionated bootstrapping process, some helpful integration test support, and some classes to bridge logging and output into a simple, unified, interface".freeze s.email = ["davetron5000 at gmail.com".freeze] s.executables = ["optparse_plus".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CHANGES.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/optparse_plus".freeze, "fix.rb".freeze, "lib/optparse-plus.rb".freeze, "lib/optparse_plus.rb".freeze, "lib/optparse_plus/argv_parser.rb".freeze, "lib/optparse_plus/cli.rb".freeze, "lib/optparse_plus/cli_logger.rb".freeze, "lib/optparse_plus/cli_logging.rb".freeze, "lib/optparse_plus/cucumber.rb".freeze, "lib/optparse_plus/error.rb".freeze, "lib/optparse_plus/execution_strategy/base.rb".freeze, "lib/optparse_plus/execution_strategy/jvm.rb".freeze, "lib/optparse_plus/execution_strategy/mri.rb".freeze, "lib/optparse_plus/execution_strategy/open_3.rb".freeze, "lib/optparse_plus/execution_strategy/open_4.rb".freeze, "lib/optparse_plus/execution_strategy/rbx_open_4.rb".freeze, "lib/optparse_plus/exit_now.rb".freeze, "lib/optparse_plus/main.rb".freeze, "lib/optparse_plus/process_status.rb".freeze, "lib/optparse_plus/sh.rb".freeze, "lib/optparse_plus/test/base_integration_test.rb".freeze, "lib/optparse_plus/test/integration_test_assertions.rb".freeze, "lib/optparse_plus/version.rb".freeze, "optparse_plus.gemspec".freeze, "templates/full/.gitignore.erb".freeze, "templates/full/README.rdoc.erb".freeze, "templates/full/Rakefile.erb".freeze, "templates/full/_license_head.txt.erb".freeze, "templates/full/apache_LICENSE.txt.erb".freeze, "templates/full/bin/executable.erb".freeze, "templates/full/custom_LICENSE.txt.erb".freeze, "templates/full/gplv2_LICENSE.txt.erb".freeze, "templates/full/gplv3_LICENSE.txt.erb".freeze, "templates/full/mit_LICENSE.txt.erb".freeze, "templates/rspec/spec/something_spec.rb.erb".freeze, "templates/test_unit/test/integration/test_cli.rb.erb".freeze, "templates/test_unit/test/unit/test_something.rb.erb".freeze, "test/integration/base_integration_test.rb".freeze, "test/integration/test_bootstrap.rb".freeze, "test/integration/test_cli.rb".freeze, "test/integration/test_license.rb".freeze, "test/integration/test_readme.rb".freeze, "test/integration/test_rspec.rb".freeze, "test/integration/test_version.rb".freeze, "test/unit/base_test.rb".freeze, "test/unit/command_for_tests.sh".freeze, "test/unit/execution_strategy/test_base.rb".freeze, "test/unit/execution_strategy/test_jvm.rb".freeze, "test/unit/execution_strategy/test_mri.rb".freeze, "test/unit/execution_strategy/test_open_3.rb".freeze, "test/unit/execution_strategy/test_open_4.rb".freeze, "test/unit/execution_strategy/test_rbx_open_4.rb".freeze, "test/unit/test/test_integration_test_assertions.rb".freeze, "test/unit/test_cli_logger.rb".freeze, "test/unit/test_cli_logging.rb".freeze, "test/unit/test_exit_now.rb".freeze, "test/unit/test_main.rb".freeze, "test/unit/test_sh.rb".freeze] s.homepage = "http://github.com/davetron5000/optparse-plus".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Wrapper around the Standard Library's Option Parser to make CLIs Easier".freeze s.test_files = ["test/integration/base_integration_test.rb".freeze, "test/integration/test_bootstrap.rb".freeze, "test/integration/test_cli.rb".freeze, "test/integration/test_license.rb".freeze, "test/integration/test_readme.rb".freeze, "test/integration/test_rspec.rb".freeze, "test/integration/test_version.rb".freeze, "test/unit/base_test.rb".freeze, "test/unit/command_for_tests.sh".freeze, "test/unit/execution_strategy/test_base.rb".freeze, "test/unit/execution_strategy/test_jvm.rb".freeze, "test/unit/execution_strategy/test_mri.rb".freeze, "test/unit/execution_strategy/test_open_3.rb".freeze, "test/unit/execution_strategy/test_open_4.rb".freeze, "test/unit/execution_strategy/test_rbx_open_4.rb".freeze, "test/unit/test/test_integration_test_assertions.rb".freeze, "test/unit/test_cli_logger.rb".freeze, "test/unit/test_cli_logging.rb".freeze, "test/unit/test_exit_now.rb".freeze, "test/unit/test_main.rb".freeze, "test/unit/test_sh.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 6.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0.1".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]) end