--- !ruby/object:Gem::Specification name: aruba version: !ruby/object:Gem::Version version: 0.14.0 platform: ruby authors: - Aslak Hellesøy - David Chelimsky - Mike Sassak - Matt Wynne - Jarl Friis - Dennis Günnewig autorequire: bindir: bin cert_chain: [] date: 2016-03-08 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: cucumber requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.19 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.19 - !ruby/object:Gem::Dependency name: childprocess requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.5.6 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.5.6 - !ruby/object:Gem::Dependency name: ffi requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.9.10 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.9.10 - !ruby/object:Gem::Dependency name: rspec-expectations requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.99' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.99' - !ruby/object:Gem::Dependency name: contracts requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.9' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.9' - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.19' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.19' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.11' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.11' description: Extension for popular TDD and BDD frameworks like "Cucumber", "RSpec" and "Minitest" to make testing commandline applications meaningful, easy and fun. email: cukes@googlegroups.com executables: - aruba extensions: [] extra_rdoc_files: [] files: - ".document" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".simplecov" - ".travis.yml" - ".yardopts" - CONTRIBUTING.md - Gemfile - History.md - LICENSE - README.md - Rakefile - TODO.md - appveyor.yml - aruba.gemspec - bin/aruba - config/.gitignore - cucumber.yml - doc/dependency_decisions.yml - features/.nav - features/api/command/find_command.feature - features/api/command/last_command_started.feature - features/api/command/last_command_stopped.feature - features/api/command/run.feature - features/api/command/run_simple.feature - features/api/command/send_signal.feature - features/api/command/stderr.feature - features/api/command/stdout.feature - features/api/command/stop.feature - features/api/command/stop_all_commands.feature - features/api/command/terminate_all_commands.feature - features/api/command/which.feature - features/api/core/expand_path.feature - features/api/environment/append_environment_variable.feature - features/api/environment/delete_environment_variable.feature - features/api/environment/prepend_environment_variable.feature - features/api/environment/set_environment_variable.feature - features/api/filesystem/cd.feature - features/api/filesystem/create_directory.feature - features/api/filesystem/disk_usage.feature - features/api/filesystem/does_exist.feature - features/api/filesystem/fixtures.feature - features/api/filesystem/is_absolute.feature - features/api/filesystem/is_directory.feature - features/api/filesystem/is_file.feature - features/api/filesystem/is_relative.feature - features/api/filesystem/move.feature - features/api/text/extract_text.feature - features/api/text/replace_variables.feature - features/api/text/sanitize_text.feature - features/api/text/unescape_text.feature - features/cli/console.feature - features/cli/init.feature - features/configuration/activate_announcer_on_command_failure.feature - features/configuration/command_runtime_environment.feature - features/configuration/console_history_file.feature - features/configuration/exit_timeout.feature - features/configuration/fixtures_directories.feature - features/configuration/fixtures_path_prefix.feature - features/configuration/home_directory.feature - features/configuration/io_timeout.feature - features/configuration/keep_ansi.feature - features/configuration/log_level.feature - features/configuration/physical_block_size.feature - features/configuration/remove_ansi_escape_sequences.feature - features/configuration/root_directory.feature - features/configuration/startup_wait_time.feature - features/configuration/usage.feature - features/configuration/working_directory.feature - features/development/build.feature - features/development/test.feature - features/getting_started/cleanup.feature - features/getting_started/install.feature - features/getting_started/run_commands.feature - features/getting_started/supported_testing_frameworks.feature - features/getting_started/writing_good_feature_tests.feature - features/hooks/after/command.feature - features/hooks/before/command.feature - features/matchers/collection/include_an_object.feature - features/matchers/directory/have_sub_directory.feature - features/matchers/file/be_a_command_found_in_path.feature - features/matchers/file/be_existing_executable.feature - features/matchers/file/be_existing_file.feature - features/matchers/file/have_file_content.feature - features/matchers/file/have_file_size.feature - features/matchers/path/be_an_absolute_path.feature - features/matchers/path/be_an_existing_path.feature - features/matchers/path/have_permissions.feature - features/matchers/timeouts.feature - features/platforms/jruby.feature - features/rspec/integration.feature - features/step_definitions/aruba_dev_steps.rb - features/step_definitions/hooks.rb - features/steps/command/debug.feature - features/steps/command/exit_statuses.feature - features/steps/command/in_process.feature - features/steps/command/interactive.feature - features/steps/command/output.feature - features/steps/command/run.feature - features/steps/command/send_signal.feature - features/steps/command/shell.feature - features/steps/command/stderr.feature - features/steps/command/stdout.feature - features/steps/command/stop.feature - features/steps/core/announce.feature - features/steps/environment/append_environment_variable.feature - features/steps/environment/home_variable.feature - features/steps/environment/prepend_environment_variable.feature - features/steps/environment/set_environment_variable.feature - features/steps/filesystem/append_to_file.feature - features/steps/filesystem/cd_to_directory.feature - features/steps/filesystem/check_file_content.feature - features/steps/filesystem/check_permissions_of_file.feature - features/steps/filesystem/compare_files.feature - features/steps/filesystem/copy.feature - features/steps/filesystem/create_directory.feature - features/steps/filesystem/create_file.feature - features/steps/filesystem/existence_of_directory.feature - features/steps/filesystem/existence_of_file.feature - features/steps/filesystem/file_content.feature - features/steps/filesystem/fixtures.feature - features/steps/filesystem/move.feature - features/steps/filesystem/non_existence_of_directory.feature - features/steps/filesystem/non_existence_of_file.feature - features/steps/filesystem/overwrite_file.feature - features/steps/filesystem/remove_directory.feature - features/steps/filesystem/remove_file.feature - features/steps/filesystem/use_fixture.feature - features/steps/overview.feature - features/support/aruba.rb - features/support/env.rb - features/support/jruby.rb - features/support/simplecov_setup.rb - fixtures/cli-app/.gitignore - fixtures/cli-app/.rspec - fixtures/cli-app/README.md - fixtures/cli-app/Rakefile - fixtures/cli-app/bin/cli - fixtures/cli-app/cli-app.gemspec - fixtures/cli-app/features/support/env.rb - fixtures/cli-app/lib/cli/app.rb - fixtures/cli-app/lib/cli/app/suppress_simple_cov_output.rb - fixtures/cli-app/lib/cli/app/version.rb - fixtures/cli-app/script/console - fixtures/cli-app/spec/spec_helper.rb - fixtures/cli-app/spec/support/aruba.rb - fixtures/copy/file.txt - fixtures/empty-app/.gitignore - fixtures/empty-app/.rspec - fixtures/empty-app/README.md - fixtures/empty-app/Rakefile - fixtures/empty-app/cli-app.gemspec - fixtures/empty-app/lib/cli/app.rb - fixtures/empty-app/lib/cli/app/version.rb - fixtures/getting-started-app/.gitignore - fixtures/getting-started-app/Gemfile - fixtures/getting-started-app/README.md - fixtures/getting-started-app/features/support/env.rb - fixtures/spawn_process/stderr.sh - lib/aruba.rb - lib/aruba/api.rb - lib/aruba/api/command.rb - lib/aruba/api/core.rb - lib/aruba/api/deprecated.rb - lib/aruba/api/environment.rb - lib/aruba/api/filesystem.rb - lib/aruba/api/rvm.rb - lib/aruba/api/text.rb - lib/aruba/aruba_path.rb - lib/aruba/basic_configuration.rb - lib/aruba/basic_configuration/option.rb - lib/aruba/cli.rb - lib/aruba/colorizer.rb - lib/aruba/command.rb - lib/aruba/config.rb - lib/aruba/config/jruby.rb - lib/aruba/config_wrapper.rb - lib/aruba/console.rb - lib/aruba/console/help.rb - lib/aruba/contracts/absolute_path.rb - lib/aruba/contracts/enum.rb - lib/aruba/contracts/is_power_of_two.rb - lib/aruba/contracts/relative_path.rb - lib/aruba/cucumber.rb - lib/aruba/cucumber/command.rb - lib/aruba/cucumber/core.rb - lib/aruba/cucumber/environment.rb - lib/aruba/cucumber/file.rb - lib/aruba/cucumber/hooks.rb - lib/aruba/cucumber/rvm.rb - lib/aruba/cucumber/testing_frameworks.rb - lib/aruba/errors.rb - lib/aruba/event_bus.rb - lib/aruba/event_bus/name_resolver.rb - lib/aruba/events.rb - lib/aruba/extensions/string/strip.rb - lib/aruba/file_size.rb - lib/aruba/generators/script_file.rb - lib/aruba/hooks.rb - lib/aruba/in_config_wrapper.rb - lib/aruba/in_process.rb - lib/aruba/initializer.rb - lib/aruba/jruby.rb - lib/aruba/matchers/base/base_matcher.rb - lib/aruba/matchers/base/object_formatter.rb - lib/aruba/matchers/collection.rb - lib/aruba/matchers/collection/all.rb - lib/aruba/matchers/collection/include_an_object.rb - lib/aruba/matchers/command.rb - lib/aruba/matchers/command/be_successfully_executed.rb - lib/aruba/matchers/command/have_exit_status.rb - lib/aruba/matchers/command/have_finished_in_time.rb - lib/aruba/matchers/command/have_output.rb - lib/aruba/matchers/command/have_output_on_stderr.rb - lib/aruba/matchers/command/have_output_on_stdout.rb - lib/aruba/matchers/command/have_output_size.rb - lib/aruba/matchers/directory.rb - lib/aruba/matchers/directory/be_an_existing_directory.rb - lib/aruba/matchers/directory/have_sub_directory.rb - lib/aruba/matchers/environment.rb - lib/aruba/matchers/file.rb - lib/aruba/matchers/file/be_a_command_found_in_path.rb - lib/aruba/matchers/file/be_an_existing_executable.rb - lib/aruba/matchers/file/be_an_existing_file.rb - lib/aruba/matchers/file/have_file_content.rb - lib/aruba/matchers/file/have_file_size.rb - lib/aruba/matchers/file/have_same_file_content.rb - lib/aruba/matchers/path.rb - lib/aruba/matchers/path/a_path_matching_pattern.rb - lib/aruba/matchers/path/be_an_absolute_path.rb - lib/aruba/matchers/path/be_an_existing_path.rb - lib/aruba/matchers/path/have_permissions.rb - lib/aruba/matchers/path/match_path_pattern.rb - lib/aruba/matchers/rspec_matcher_include_regexp.rb - lib/aruba/matchers/string.rb - lib/aruba/matchers/string/include_output_string.rb - lib/aruba/matchers/string/match_output_string.rb - lib/aruba/matchers/string/output_string_eq.rb - lib/aruba/platform.rb - lib/aruba/platforms/announcer.rb - lib/aruba/platforms/aruba_file_creator.rb - lib/aruba/platforms/aruba_fixed_size_file_creator.rb - lib/aruba/platforms/aruba_logger.rb - lib/aruba/platforms/command_monitor.rb - lib/aruba/platforms/determine_disk_usage.rb - lib/aruba/platforms/determine_file_size.rb - lib/aruba/platforms/disk_usage_calculator.rb - lib/aruba/platforms/filesystem_status.rb - lib/aruba/platforms/local_environment.rb - lib/aruba/platforms/simple_table.rb - lib/aruba/platforms/unix_command_string.rb - lib/aruba/platforms/unix_environment_variables.rb - lib/aruba/platforms/unix_platform.rb - lib/aruba/platforms/unix_which.rb - lib/aruba/platforms/windows_command_string.rb - lib/aruba/platforms/windows_environment_variables.rb - lib/aruba/platforms/windows_platform.rb - lib/aruba/platforms/windows_which.rb - lib/aruba/processes/basic_process.rb - lib/aruba/processes/debug_process.rb - lib/aruba/processes/in_process.rb - lib/aruba/processes/spawn_process.rb - lib/aruba/reporting.rb - lib/aruba/rspec.rb - lib/aruba/runtime.rb - lib/aruba/setup.rb - lib/aruba/spawn_process.rb - lib/aruba/version.rb - script/bootstrap - script/console - script/test - spec/aruba/api/environment/restore_env_spec.rb - spec/aruba/api/environment/set_env_spec.rb - spec/aruba/api/filesystem/file_size_spec.rb - spec/aruba/api/runtime_spec.rb - spec/aruba/api_spec.rb - spec/aruba/aruba_path_spec.rb - spec/aruba/basic_configuration_spec.rb - spec/aruba/configuration_spec.rb - spec/aruba/hooks_spec.rb - spec/aruba/in_config_wrapper_spec.rb - spec/aruba/jruby_spec.rb - spec/aruba/matchers/command/have_output_size_spec.rb - spec/aruba/matchers/command_spec.rb - spec/aruba/matchers/directory_spec.rb - spec/aruba/matchers/file_spec.rb - spec/aruba/matchers/path_spec.rb - spec/aruba/platform/simple_table_spec.rb - spec/aruba/platform/windows_environment_variables_spec.rb - spec/aruba/rspec_spec.rb - spec/aruba/runtime_spec.rb - spec/aruba/spawn_process_spec.rb - spec/event_bus/name_resolver_spec.rb - spec/event_bus_spec.rb - spec/spec_helper.rb - spec/support/configs/.keep - spec/support/configs/aruba.rb - spec/support/configs/pry.rb - spec/support/configs/rspec.rb - spec/support/helpers/.keep - spec/support/helpers/reporting.rb - spec/support/matchers/.keep - spec/support/matchers/option.rb - spec/support/shared_contexts/.keep - spec/support/shared_contexts/aruba.rb - spec/support/shared_examples/.keep - spec/support/shared_examples/configuration.rb - spec/support/shared_examples/directory.rb - spec/support/shared_examples/file.rb - templates/css/console.css - templates/css/filesystem.css - templates/css/pygments-autumn.css - templates/files.erb - templates/images/LICENSE - templates/images/folder.png - templates/images/page_white.png - templates/images/page_white_gherkin.png - templates/images/page_white_ruby.png - templates/index.erb - templates/js/filesystem.js - templates/js/jquery-1.11.3.min.js - templates/main.erb homepage: http://github.com/cucumber/aruba licenses: - MIT metadata: {} post_install_message: | Use on ruby 1.8.7 * Make sure you add something like that to your `Gemfile`. Otherwise you will get cucumber > 2 and this will fail on ruby 1.8.7 gem 'cucumber', '~> 1.3.20' With aruba >= 1.0 there will be breaking changes. Make sure to read https://github.com/cucumber/aruba/blob/master/History.md for 1.0.0 rdoc_options: - "--charset=UTF-8" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.7 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: aruba-0.14.0 test_files: - features/api/command/find_command.feature - features/api/command/last_command_started.feature - features/api/command/last_command_stopped.feature - features/api/command/run.feature - features/api/command/run_simple.feature - features/api/command/send_signal.feature - features/api/command/stderr.feature - features/api/command/stdout.feature - features/api/command/stop.feature - features/api/command/stop_all_commands.feature - features/api/command/terminate_all_commands.feature - features/api/command/which.feature - features/api/core/expand_path.feature - features/api/environment/append_environment_variable.feature - features/api/environment/delete_environment_variable.feature - features/api/environment/prepend_environment_variable.feature - features/api/environment/set_environment_variable.feature - features/api/filesystem/cd.feature - features/api/filesystem/create_directory.feature - features/api/filesystem/disk_usage.feature - features/api/filesystem/does_exist.feature - features/api/filesystem/fixtures.feature - features/api/filesystem/is_absolute.feature - features/api/filesystem/is_directory.feature - features/api/filesystem/is_file.feature - features/api/filesystem/is_relative.feature - features/api/filesystem/move.feature - features/api/text/extract_text.feature - features/api/text/replace_variables.feature - features/api/text/sanitize_text.feature - features/api/text/unescape_text.feature - features/cli/console.feature - features/cli/init.feature - features/configuration/activate_announcer_on_command_failure.feature - features/configuration/command_runtime_environment.feature - features/configuration/console_history_file.feature - features/configuration/exit_timeout.feature - features/configuration/fixtures_directories.feature - features/configuration/fixtures_path_prefix.feature - features/configuration/home_directory.feature - features/configuration/io_timeout.feature - features/configuration/keep_ansi.feature - features/configuration/log_level.feature - features/configuration/physical_block_size.feature - features/configuration/remove_ansi_escape_sequences.feature - features/configuration/root_directory.feature - features/configuration/startup_wait_time.feature - features/configuration/usage.feature - features/configuration/working_directory.feature - features/development/build.feature - features/development/test.feature - features/getting_started/cleanup.feature - features/getting_started/install.feature - features/getting_started/run_commands.feature - features/getting_started/supported_testing_frameworks.feature - features/getting_started/writing_good_feature_tests.feature - features/hooks/after/command.feature - features/hooks/before/command.feature - features/matchers/collection/include_an_object.feature - features/matchers/directory/have_sub_directory.feature - features/matchers/file/be_a_command_found_in_path.feature - features/matchers/file/be_existing_executable.feature - features/matchers/file/be_existing_file.feature - features/matchers/file/have_file_content.feature - features/matchers/file/have_file_size.feature - features/matchers/path/be_an_absolute_path.feature - features/matchers/path/be_an_existing_path.feature - features/matchers/path/have_permissions.feature - features/matchers/timeouts.feature - features/platforms/jruby.feature - features/rspec/integration.feature - features/step_definitions/aruba_dev_steps.rb - features/step_definitions/hooks.rb - features/steps/command/debug.feature - features/steps/command/exit_statuses.feature - features/steps/command/in_process.feature - features/steps/command/interactive.feature - features/steps/command/output.feature - features/steps/command/run.feature - features/steps/command/send_signal.feature - features/steps/command/shell.feature - features/steps/command/stderr.feature - features/steps/command/stdout.feature - features/steps/command/stop.feature - features/steps/core/announce.feature - features/steps/environment/append_environment_variable.feature - features/steps/environment/home_variable.feature - features/steps/environment/prepend_environment_variable.feature - features/steps/environment/set_environment_variable.feature - features/steps/filesystem/append_to_file.feature - features/steps/filesystem/cd_to_directory.feature - features/steps/filesystem/check_file_content.feature - features/steps/filesystem/check_permissions_of_file.feature - features/steps/filesystem/compare_files.feature - features/steps/filesystem/copy.feature - features/steps/filesystem/create_directory.feature - features/steps/filesystem/create_file.feature - features/steps/filesystem/existence_of_directory.feature - features/steps/filesystem/existence_of_file.feature - features/steps/filesystem/file_content.feature - features/steps/filesystem/fixtures.feature - features/steps/filesystem/move.feature - features/steps/filesystem/non_existence_of_directory.feature - features/steps/filesystem/non_existence_of_file.feature - features/steps/filesystem/overwrite_file.feature - features/steps/filesystem/remove_directory.feature - features/steps/filesystem/remove_file.feature - features/steps/filesystem/use_fixture.feature - features/steps/overview.feature - features/support/aruba.rb - features/support/env.rb - features/support/jruby.rb - features/support/simplecov_setup.rb - spec/aruba/api/environment/restore_env_spec.rb - spec/aruba/api/environment/set_env_spec.rb - spec/aruba/api/filesystem/file_size_spec.rb - spec/aruba/api/runtime_spec.rb - spec/aruba/api_spec.rb - spec/aruba/aruba_path_spec.rb - spec/aruba/basic_configuration_spec.rb - spec/aruba/configuration_spec.rb - spec/aruba/hooks_spec.rb - spec/aruba/in_config_wrapper_spec.rb - spec/aruba/jruby_spec.rb - spec/aruba/matchers/command/have_output_size_spec.rb - spec/aruba/matchers/command_spec.rb - spec/aruba/matchers/directory_spec.rb - spec/aruba/matchers/file_spec.rb - spec/aruba/matchers/path_spec.rb - spec/aruba/platform/simple_table_spec.rb - spec/aruba/platform/windows_environment_variables_spec.rb - spec/aruba/rspec_spec.rb - spec/aruba/runtime_spec.rb - spec/aruba/spawn_process_spec.rb - spec/event_bus/name_resolver_spec.rb - spec/event_bus_spec.rb - spec/spec_helper.rb - spec/support/configs/.keep - spec/support/configs/aruba.rb - spec/support/configs/pry.rb - spec/support/configs/rspec.rb - spec/support/helpers/.keep - spec/support/helpers/reporting.rb - spec/support/matchers/.keep - spec/support/matchers/option.rb - spec/support/shared_contexts/.keep - spec/support/shared_contexts/aruba.rb - spec/support/shared_examples/.keep - spec/support/shared_examples/configuration.rb - spec/support/shared_examples/directory.rb - spec/support/shared_examples/file.rb has_rdoc: