# -*- encoding: utf-8 -*- # stub: aruba 0.8.0.pre2 ruby lib Gem::Specification.new do |s| s.name = "aruba".freeze s.version = "0.8.0.pre2".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".freeze, "David Chelimsky".freeze, "Mike Sassak".freeze, "Matt Wynne".freeze, "Jarl Friis".freeze, "Dennis G\u00FCnnewig".freeze] s.date = "2015-07-09" s.description = "Extension for popular TDD and BDD frameworks like \"Cucumber\" and \"RSpec\" to make testing commandline applications meaningful, easy and fun.".freeze s.email = "cukes@googlegroups.com".freeze s.files = [".document".freeze, ".gitignore".freeze, ".nav".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".simplecov".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "History.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "aruba.gemspec".freeze, "config/.gitignore".freeze, "cucumber.yml".freeze, "doc/dependency_decisions.yml".freeze, "features/api/cd.feature".freeze, "features/api/command/run.feature".freeze, "features/api/command/which.feature".freeze, "features/api/environment/append_environment_variable.feature".freeze, "features/api/environment/prepend_environment_variable.feature".freeze, "features/api/environment/set_environment_variable.feature".freeze, "features/configuration/exit_timeout.feature".freeze, "features/configuration/fixtures_directories.feature".freeze, "features/configuration/fixtures_path_prefix.feature".freeze, "features/configuration/io_timeout.feature".freeze, "features/configuration/keep_ansi.feature".freeze, "features/configuration/root_directory.feature".freeze, "features/configuration/working_directory.feature".freeze, "features/debug.feature".freeze, "features/file_system_commands.feature".freeze, "features/fixtures/cli-app/.gitignore".freeze, "features/fixtures/cli-app/.rspec".freeze, "features/fixtures/cli-app/README.md".freeze, "features/fixtures/cli-app/Rakefile".freeze, "features/fixtures/cli-app/bin/cli".freeze, "features/fixtures/cli-app/cli-app.gemspec".freeze, "features/fixtures/cli-app/features/support/env.rb".freeze, "features/fixtures/cli-app/lib/cli/app.rb".freeze, "features/fixtures/cli-app/lib/cli/app/version.rb".freeze, "features/fixtures/cli-app/script/console".freeze, "features/fixtures/cli-app/spec/cli/app_spec.rb".freeze, "features/fixtures/cli-app/spec/spec_helper.rb".freeze, "features/fixtures/copy/file.txt".freeze, "features/fixtures/fixtures-app/test.txt".freeze, "features/fixtures/spawn_process/stderr.sh".freeze, "features/flushing.feature".freeze, "features/hooks/after/command.feature".freeze, "features/hooks/before/command.feature".freeze, "features/interactive.feature".freeze, "features/matchers/directory/have_sub_directory.feature".freeze, "features/matchers/file/be_existing_file.feature".freeze, "features/matchers/file/have_file_content.feature".freeze, "features/matchers/file/have_file_size.feature".freeze, "features/matchers/path/be_an_absolute_path.feature".freeze, "features/matchers/path/be_an_existing_path.feature".freeze, "features/matchers/path/have_permissions.feature".freeze, "features/matchers/timeouts.feature".freeze, "features/no_clobber.feature".freeze, "features/output.feature".freeze, "features/step_definitions/aruba_dev_steps.rb".freeze, "features/steps/commands/exit_statuses.feature".freeze, "features/steps/commands/in_process.feature".freeze, "features/steps/commands/run.feature".freeze, "features/steps/environment/home_variable.feature".freeze, "features/steps/environment/set_environment_variable.feature".freeze, "features/support/aruba.rb".freeze, "features/support/env.rb".freeze, "features/support/jruby.rb".freeze, "features/support/simplecov_setup.rb".freeze, "features/utf-8.feature".freeze, "lib/aruba.rb".freeze, "lib/aruba/announcer.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/aruba_path.rb".freeze, "lib/aruba/basic_configuration.rb".freeze, "lib/aruba/basic_configuration/option.rb".freeze, "lib/aruba/config.rb".freeze, "lib/aruba/config/jruby.rb".freeze, "lib/aruba/config_wrapper.rb".freeze, "lib/aruba/contracts/relative_path.rb".freeze, "lib/aruba/creators/aruba_file_creator.rb".freeze, "lib/aruba/creators/aruba_fixed_size_file_creator.rb".freeze, "lib/aruba/cucumber.rb".freeze, "lib/aruba/cucumber/hooks.rb".freeze, "lib/aruba/environment.rb".freeze, "lib/aruba/errors.rb".freeze, "lib/aruba/extensions/string/strip.rb".freeze, "lib/aruba/hooks.rb".freeze, "lib/aruba/in_process.rb".freeze, "lib/aruba/jruby.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/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/file.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.rb".freeze, "lib/aruba/matchers/rspec_matcher_include_regexp.rb".freeze, "lib/aruba/platform.rb".freeze, "lib/aruba/process_monitor.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/reporting.rb".freeze, "lib/aruba/rspec.rb".freeze, "lib/aruba/runtime.rb".freeze, "lib/aruba/spawn_process.rb".freeze, "script/bootstrap".freeze, "script/console".freeze, "script/test".freeze, "spec/aruba/api/runtime_spec.rb".freeze, "spec/aruba/api_spec.rb".freeze, "spec/aruba/aruba_path_spec.rb".freeze, "spec/aruba/basic_configuration_spec.rb".freeze, "spec/aruba/config_wrapper_spec.rb".freeze, "spec/aruba/configuration_spec.rb".freeze, "spec/aruba/hooks_spec.rb".freeze, "spec/aruba/jruby_spec.rb".freeze, "spec/aruba/matchers/command_spec.rb".freeze, "spec/aruba/matchers/directory_spec.rb".freeze, "spec/aruba/matchers/file_spec.rb".freeze, "spec/aruba/matchers/path_spec.rb".freeze, "spec/aruba/rspec_spec.rb".freeze, "spec/aruba/runtime_spec.rb".freeze, "spec/aruba/spawn_process_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/configs/.keep".freeze, "spec/support/configs/rspec.rb".freeze, "spec/support/helpers/.keep".freeze, "spec/support/helpers/reporting.rb".freeze, "spec/support/matchers/.keep".freeze, "spec/support/matchers/option.rb".freeze, "spec/support/shared_contexts/.keep".freeze, "spec/support/shared_contexts/aruba.rb".freeze, "spec/support/shared_examples/.keep".freeze, "spec/support/shared_examples/configuration.rb".freeze, "spec/support/shared_examples/directory.rb".freeze, "spec/support/shared_examples/file.rb".freeze, "templates/css/console.css".freeze, "templates/css/filesystem.css".freeze, "templates/css/pygments-autumn.css".freeze, "templates/files.erb".freeze, "templates/images/LICENSE".freeze, "templates/images/folder.png".freeze, "templates/images/page_white.png".freeze, "templates/images/page_white_gherkin.png".freeze, "templates/images/page_white_ruby.png".freeze, "templates/index.erb".freeze, "templates/js/filesystem.js".freeze, "templates/js/jquery-1.11.3.min.js".freeze, "templates/main.erb".freeze] s.homepage = "http://github.com/cucumber/aruba".freeze s.licenses = ["MIT".freeze] s.post_install_message = "With aruba >= 1.0\n * \"ruby 1.8.7\"-support is discontinued\n * aruba requires \"cucumber 2\" for the feature steps. The rest of aruba should be usable by whatever testing framework you are using\n * Overwriting methods for configuration is discontinued. You need to use `aruba.config.` or `Aruba.configure { |config| config.` instead\n * \"aruba/reporting\" will be removed. Please use `@debug`-tag + `byebug`, `debugger`, `pry` to troubleshoot your feature tests\n * Set environment variables will have only effect on `#run` and the like + `#with_environment { }`\n * The process environment will be fully resetted between tests. Sharing state via ENV['VAR'] = 'shared state' between tests will not be possible anymore. Please make that obvious by using explicit steps or use the aruba API for that.\n * There will be a major cleanup for command execution. There will be only `run` and `run_simple` left. `run_interactive` is replaced by `run`.\n * Setting the root directory of aruba via method overwrite or configuration - this should be your project root directory where the test suite is run\n".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "aruba-0.8.0.pre2".freeze s.test_files = ["features/api/cd.feature".freeze, "features/api/command/run.feature".freeze, "features/api/command/which.feature".freeze, "features/api/environment/append_environment_variable.feature".freeze, "features/api/environment/prepend_environment_variable.feature".freeze, "features/api/environment/set_environment_variable.feature".freeze, "features/configuration/exit_timeout.feature".freeze, "features/configuration/fixtures_directories.feature".freeze, "features/configuration/fixtures_path_prefix.feature".freeze, "features/configuration/io_timeout.feature".freeze, "features/configuration/keep_ansi.feature".freeze, "features/configuration/root_directory.feature".freeze, "features/configuration/working_directory.feature".freeze, "features/debug.feature".freeze, "features/file_system_commands.feature".freeze, "features/fixtures/cli-app/.gitignore".freeze, "features/fixtures/cli-app/.rspec".freeze, "features/fixtures/cli-app/README.md".freeze, "features/fixtures/cli-app/Rakefile".freeze, "features/fixtures/cli-app/bin/cli".freeze, "features/fixtures/cli-app/cli-app.gemspec".freeze, "features/fixtures/cli-app/features/support/env.rb".freeze, "features/fixtures/cli-app/lib/cli/app.rb".freeze, "features/fixtures/cli-app/lib/cli/app/version.rb".freeze, "features/fixtures/cli-app/script/console".freeze, "features/fixtures/cli-app/spec/cli/app_spec.rb".freeze, "features/fixtures/cli-app/spec/spec_helper.rb".freeze, "features/fixtures/copy/file.txt".freeze, "features/fixtures/fixtures-app/test.txt".freeze, "features/fixtures/spawn_process/stderr.sh".freeze, "features/flushing.feature".freeze, "features/hooks/after/command.feature".freeze, "features/hooks/before/command.feature".freeze, "features/interactive.feature".freeze, "features/matchers/directory/have_sub_directory.feature".freeze, "features/matchers/file/be_existing_file.feature".freeze, "features/matchers/file/have_file_content.feature".freeze, "features/matchers/file/have_file_size.feature".freeze, "features/matchers/path/be_an_absolute_path.feature".freeze, "features/matchers/path/be_an_existing_path.feature".freeze, "features/matchers/path/have_permissions.feature".freeze, "features/matchers/timeouts.feature".freeze, "features/no_clobber.feature".freeze, "features/output.feature".freeze, "features/step_definitions/aruba_dev_steps.rb".freeze, "features/steps/commands/exit_statuses.feature".freeze, "features/steps/commands/in_process.feature".freeze, "features/steps/commands/run.feature".freeze, "features/steps/environment/home_variable.feature".freeze, "features/steps/environment/set_environment_variable.feature".freeze, "features/support/aruba.rb".freeze, "features/support/env.rb".freeze, "features/support/jruby.rb".freeze, "features/support/simplecov_setup.rb".freeze, "features/utf-8.feature".freeze, "spec/aruba/api/runtime_spec.rb".freeze, "spec/aruba/api_spec.rb".freeze, "spec/aruba/aruba_path_spec.rb".freeze, "spec/aruba/basic_configuration_spec.rb".freeze, "spec/aruba/config_wrapper_spec.rb".freeze, "spec/aruba/configuration_spec.rb".freeze, "spec/aruba/hooks_spec.rb".freeze, "spec/aruba/jruby_spec.rb".freeze, "spec/aruba/matchers/command_spec.rb".freeze, "spec/aruba/matchers/directory_spec.rb".freeze, "spec/aruba/matchers/file_spec.rb".freeze, "spec/aruba/matchers/path_spec.rb".freeze, "spec/aruba/rspec_spec.rb".freeze, "spec/aruba/runtime_spec.rb".freeze, "spec/aruba/spawn_process_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/configs/.keep".freeze, "spec/support/configs/rspec.rb".freeze, "spec/support/helpers/.keep".freeze, "spec/support/helpers/reporting.rb".freeze, "spec/support/matchers/.keep".freeze, "spec/support/matchers/option.rb".freeze, "spec/support/shared_contexts/.keep".freeze, "spec/support/shared_contexts/aruba.rb".freeze, "spec/support/shared_examples/.keep".freeze, "spec/support/shared_examples/configuration.rb".freeze, "spec/support/shared_examples/directory.rb".freeze, "spec/support/shared_examples/file.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.3.19".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.10.2".freeze]) end