[DRE-commits] [ruby-aruba] 91/98: Merge tag 'v0.14.1' into debian/sid
Hideki Yamane
henrich at moszumanska.debian.org
Tue Mar 22 12:20:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch debian/sid
in repository ruby-aruba.
commit f2edf6aa48c2f073690df68d1a2c9f1d5a9a54e9
Merge: 24bd42e 4d26e4a
Author: Hideki Yamane <henrich at debian.org>
Date: Tue Mar 22 21:07:21 2016 +0900
Merge tag 'v0.14.1' into debian/sid
Version 0.14.1
.rubocop.yml | 10 +-
.travis.yml | 47 ++--
Gemfile | 2 +-
History.md | 165 ++++++++------
LICENSE | 2 +-
README.md | 154 ++++++++++---
Rakefile | 14 +-
TODO.md | 5 +
aruba.gemspec | 5 +-
features/api/command/find_command.feature | 4 +-
features/api/command/run_simple.feature | 242 +++++++++++++++++++++
features/api/command/stderr.feature | 46 ++++
features/api/command/stdout.feature | 46 ++++
...feature => delete_environment_variable.feature} | 2 +-
.../environment/set_environment_variable.feature | 70 ++++++
.../activate_announcer_on_command_failure.feature | 38 ++++
.../command_runtime_environment.feature | 129 +++++++++++
.../file/be_a_command_found_in_path.feature | 115 ++++++++++
.../matchers/file/be_existing_executable.feature | 1 +
features/steps/command/run.feature | 44 ++++
features/steps/command/shell.feature | 155 +++++++++++++
features/steps/core/announce.feature | 80 +++++++
.../append_environment_variable.feature | 52 +++++
.../prepend_environment_variable.feature | 52 +++++
.../environment/set_environment_variable.feature | 23 +-
features/support/aruba.rb | 5 +-
features/support/env.rb | 10 +-
fixtures/cli-app/lib/cli/app/version.rb | 2 +-
fixtures/empty-app/lib/cli/app/version.rb | 2 +-
lib/aruba/api/command.rb | 56 ++---
lib/aruba/api/core.rb | 4 +-
lib/aruba/api/deprecated.rb | 26 +--
lib/aruba/api/filesystem.rb | 2 +-
lib/aruba/aruba_path.rb | 2 +-
lib/aruba/colorizer.rb | 108 +++++++++
lib/aruba/command.rb | 4 +-
lib/aruba/config.rb | 10 +-
lib/aruba/config/jruby.rb | 2 +-
lib/aruba/config_wrapper.rb | 2 +-
lib/aruba/cucumber/command.rb | 16 ++
lib/aruba/cucumber/environment.rb | 8 +
lib/aruba/cucumber/hooks.rb | 13 +-
lib/aruba/cucumber/testing_frameworks.rb | 4 +-
lib/aruba/errors.rb | 6 +
lib/aruba/event_bus.rb | 59 +++++
lib/aruba/event_bus/name_resolver.rb | 168 ++++++++++++++
lib/aruba/file_size.rb | 4 +-
lib/aruba/generators/script_file.rb | 46 ++++
lib/aruba/matchers/base/object_formatter.rb | 4 +-
.../matchers/file/be_a_command_found_in_path.rb | 36 +++
lib/aruba/matchers/path/have_permissions.rb | 2 +-
lib/aruba/matchers/path/match_path_pattern.rb | 2 +-
lib/aruba/platforms/announcer.rb | 69 +++---
lib/aruba/platforms/filesystem_status.rb | 68 ++++++
lib/aruba/platforms/local_environment.rb | 2 +-
lib/aruba/platforms/simple_table.rb | 23 +-
lib/aruba/platforms/unix_command_string.rb | 2 +-
lib/aruba/platforms/unix_environment_variables.rb | 141 +++++++++---
lib/aruba/platforms/unix_platform.rb | 15 +-
lib/aruba/platforms/unix_which.rb | 2 -
lib/aruba/platforms/windows_command_string.rb | 2 +-
.../platforms/windows_environment_variables.rb | 30 +--
lib/aruba/platforms/windows_platform.rb | 2 +-
lib/aruba/platforms/windows_which.rb | 2 -
lib/aruba/processes/basic_process.rb | 10 +-
lib/aruba/processes/debug_process.rb | 4 -
lib/aruba/processes/spawn_process.rb | 49 +++--
lib/aruba/rspec.rb | 25 ++-
lib/aruba/runtime.rb | 21 +-
lib/aruba/setup.rb | 9 +-
lib/aruba/version.rb | 2 +-
script/bootstrap | 8 +
spec/aruba/api_spec.rb | 26 +--
spec/aruba/jruby_spec.rb | 2 +-
spec/aruba/matchers/file_spec.rb | 4 +-
spec/aruba/platform/simple_table_spec.rb | 4 +-
spec/event_bus/name_resolver_spec.rb | 68 ++++++
spec/event_bus_spec.rb | 160 ++++++++++++++
spec/spec_helper.rb | 3 -
spec/support/configs/aruba.rb | 5 +
spec/support/helpers/reporting.rb | 2 +-
spec/support/shared_examples/configuration.rb | 2 +-
82 files changed, 2485 insertions(+), 383 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aruba.git
More information about the Pkg-ruby-extras-commits
mailing list