# -*- encoding: utf-8 -*- # stub: aruba 1.0.0.pre.alpha.2 ruby lib Gem::Specification.new do |s| s.name = "aruba".freeze s.version = "1.0.0.pre.alpha.2".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aslak Helles\u00F8y, Matt Wynne and other Aruba Contributors".freeze] s.bindir = "exe".freeze s.date = "2017-07-13" s.description = "Extension for popular TDD and BDD frameworks like \"Cucumber\", \"RSpec\" and \"Minitest\" to make testing commandline applications meaningful, easy and fun.".freeze s.email = "cukes@googlegroups.com".freeze s.executables = ["aruba".freeze] s.files = [".cucumberproignore".freeze, ".document".freeze, ".github/ISSUE_TEMPLATE.md".freeze, ".github/PULL_REQUEST_TEMPLATE.md".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".simplecov".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CONTRIBUTING.md".freeze, "Dockerfile".freeze, "Gemfile".freeze, "History.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "appveyor.yml".freeze, "aruba.gemspec".freeze, "bin/bootstrap".freeze, "bin/build".freeze, "bin/console".freeze, "bin/release".freeze, "bin/test".freeze, "config/.gitignore".freeze, "cucumber.yml".freeze, "doc/dependency_decisions.yml".freeze, "docker-compose.yml".freeze, "exe/aruba".freeze, "fixtures/cli-app/.gitignore".freeze, "fixtures/cli-app/.rspec".freeze, "fixtures/cli-app/README.md".freeze, "fixtures/cli-app/Rakefile".freeze, "fixtures/cli-app/bin/aruba-test-cli".freeze, "fixtures/cli-app/cli-app.gemspec".freeze, "fixtures/cli-app/features/support/aruba.rb".freeze, "fixtures/cli-app/features/support/env.rb".freeze, "fixtures/cli-app/lib/cli/app.rb".freeze, "fixtures/cli-app/lib/cli/app/suppress_simple_cov_output.rb".freeze, "fixtures/cli-app/lib/cli/app/version.rb".freeze, "fixtures/cli-app/script/console".freeze, "fixtures/cli-app/spec/spec_helper.rb".freeze, "fixtures/cli-app/spec/support/aruba.rb".freeze, "fixtures/copy/file.txt".freeze, "fixtures/empty-app/.gitignore".freeze, "fixtures/empty-app/.rspec".freeze, "fixtures/empty-app/README.md".freeze, "fixtures/empty-app/Rakefile".freeze, "fixtures/empty-app/cli-app.gemspec".freeze, "fixtures/empty-app/lib/cli/app.rb".freeze, "fixtures/empty-app/lib/cli/app/version.rb".freeze, "fixtures/getting-started-app/.gitignore".freeze, "fixtures/getting-started-app/Gemfile".freeze, "fixtures/getting-started-app/README.md".freeze, "fixtures/getting-started-app/features/support/env.rb".freeze, "fixtures/spawn_process/stderr.sh".freeze, "lib/aruba.rb".freeze, "lib/aruba/api.rb".freeze, "lib/aruba/api/command.rb".freeze, "lib/aruba/api/core.rb".freeze, "lib/aruba/api/deprecated.rb".freeze, "lib/aruba/api/environment.rb".freeze, "lib/aruba/api/filesystem.rb".freeze, "lib/aruba/api/rvm.rb".freeze, "lib/aruba/api/text.rb".freeze, "lib/aruba/aruba_path.rb".freeze, "lib/aruba/basic_configuration.rb".freeze, "lib/aruba/basic_configuration/option.rb".freeze, "lib/aruba/cli.rb".freeze, "lib/aruba/colorizer.rb".freeze, "lib/aruba/command.rb".freeze, "lib/aruba/config.rb".freeze, "lib/aruba/config/jruby.rb".freeze, "lib/aruba/config_wrapper.rb".freeze, "lib/aruba/console.rb".freeze, "lib/aruba/console/help.rb".freeze, "lib/aruba/contracts/absolute_path.rb".freeze, "lib/aruba/contracts/enum.rb".freeze, "lib/aruba/contracts/is_power_of_two.rb".freeze, "lib/aruba/contracts/relative_path.rb".freeze, "lib/aruba/cucumber.rb".freeze, "lib/aruba/cucumber/command.rb".freeze, "lib/aruba/cucumber/environment.rb".freeze, "lib/aruba/cucumber/file.rb".freeze, "lib/aruba/cucumber/hooks.rb".freeze, "lib/aruba/cucumber/rvm.rb".freeze, "lib/aruba/cucumber/testing_frameworks.rb".freeze, "lib/aruba/errors.rb".freeze, "lib/aruba/event_bus.rb".freeze, "lib/aruba/event_bus/name_resolver.rb".freeze, "lib/aruba/events.rb".freeze, "lib/aruba/extensions/string/strip.rb".freeze, "lib/aruba/file_size.rb".freeze, "lib/aruba/generators/script_file.rb".freeze, "lib/aruba/hooks.rb".freeze, "lib/aruba/in_config_wrapper.rb".freeze, "lib/aruba/in_process.rb".freeze, "lib/aruba/initializer.rb".freeze, "lib/aruba/jruby.rb".freeze, "lib/aruba/matchers/base/base_matcher.rb".freeze, "lib/aruba/matchers/base/object_formatter.rb".freeze, "lib/aruba/matchers/collection.rb".freeze, "lib/aruba/matchers/collection/all.rb".freeze, "lib/aruba/matchers/collection/include_an_object.rb".freeze, "lib/aruba/matchers/command.rb".freeze, "lib/aruba/matchers/command/be_successfully_executed.rb".freeze, "lib/aruba/matchers/command/have_exit_status.rb".freeze, "lib/aruba/matchers/command/have_finished_in_time.rb".freeze, "lib/aruba/matchers/command/have_output.rb".freeze, "lib/aruba/matchers/command/have_output_on_stderr.rb".freeze, "lib/aruba/matchers/command/have_output_on_stdout.rb".freeze, "lib/aruba/matchers/command/have_output_size.rb".freeze, "lib/aruba/matchers/directory.rb".freeze, "lib/aruba/matchers/directory/be_an_existing_directory.rb".freeze, "lib/aruba/matchers/directory/have_sub_directory.rb".freeze, "lib/aruba/matchers/environment.rb".freeze, "lib/aruba/matchers/file.rb".freeze, "lib/aruba/matchers/file/be_a_command_found_in_path.rb".freeze, "lib/aruba/matchers/file/be_an_existing_executable.rb".freeze, "lib/aruba/matchers/file/be_an_existing_file.rb".freeze, "lib/aruba/matchers/file/have_file_content.rb".freeze, "lib/aruba/matchers/file/have_file_size.rb".freeze, "lib/aruba/matchers/file/have_same_file_content.rb".freeze, "lib/aruba/matchers/path.rb".freeze, "lib/aruba/matchers/path/a_path_matching_pattern.rb".freeze, "lib/aruba/matchers/path/be_an_absolute_path.rb".freeze, "lib/aruba/matchers/path/be_an_existing_path.rb".freeze, "lib/aruba/matchers/path/have_permissions.rb".freeze, "lib/aruba/matchers/path/match_path_pattern.rb".freeze, "lib/aruba/matchers/rspec_matcher_include_regexp.rb".freeze, "lib/aruba/matchers/string.rb".freeze, "lib/aruba/matchers/string/include_output_string.rb".freeze, "lib/aruba/matchers/string/match_output_string.rb".freeze, "lib/aruba/matchers/string/output_string_eq.rb".freeze, "lib/aruba/platform.rb".freeze, "lib/aruba/platforms/announcer.rb".freeze, "lib/aruba/platforms/aruba_file_creator.rb".freeze, "lib/aruba/platforms/aruba_fixed_size_file_creator.rb".freeze, "lib/aruba/platforms/aruba_logger.rb".freeze, "lib/aruba/platforms/command_monitor.rb".freeze, "lib/aruba/platforms/determine_disk_usage.rb".freeze, "lib/aruba/platforms/determine_file_size.rb".freeze, "lib/aruba/platforms/disk_usage_calculator.rb".freeze, "lib/aruba/platforms/filesystem_status.rb".freeze, "lib/aruba/platforms/local_environment.rb".freeze, "lib/aruba/platforms/simple_table.rb".freeze, "lib/aruba/platforms/unix_command_string.rb".freeze, "lib/aruba/platforms/unix_environment_variables.rb".freeze, "lib/aruba/platforms/unix_platform.rb".freeze, "lib/aruba/platforms/unix_which.rb".freeze, "lib/aruba/platforms/windows_command_string.rb".freeze, "lib/aruba/platforms/windows_environment_variables.rb".freeze, "lib/aruba/platforms/windows_platform.rb".freeze, "lib/aruba/platforms/windows_which.rb".freeze, "lib/aruba/processes/basic_process.rb".freeze, "lib/aruba/processes/debug_process.rb".freeze, "lib/aruba/processes/in_process.rb".freeze, "lib/aruba/processes/spawn_process.rb".freeze, "lib/aruba/rspec.rb".freeze, "lib/aruba/runtime.rb".freeze, "lib/aruba/setup.rb".freeze, "lib/aruba/spawn_process.rb".freeze, "lib/aruba/tasks/docker_helpers.rb".freeze, "lib/aruba/version.rb".freeze] s.homepage = "http://github.com/cucumber/aruba".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "aruba-1.0.0.pre.alpha.2".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.4".freeze, ">= 2.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.9".freeze, ">= 1.9.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.4".freeze, ">= 3.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.14".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.19".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.11".freeze]) end