--- !ruby/object:Gem::Specification name: command_exec version: !ruby/object:Gem::Version version: 0.2.0 prerelease: platform: ruby authors: - Max Meyer autorequire: bindir: bin cert_chain: [] date: 2012-11-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: smart_colored requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: xml-simple requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: This adds bells and whistles to ease shell command execution email: - dev@fedux.org executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - .yardopts - Gemfile - Gemfile.lock - Guardfile - LICENSE.md - README.md - RELEASE_NOTES.md - Rakefile - TODO.md - command_exec.gemspec - gemfiles/Gemfile.default - gemfiles/Gemfile.travis - gemfiles/Gemfile.travis.lock - lib/command_exec.rb - lib/command_exec/command.rb - lib/command_exec/exceptions.rb - lib/command_exec/field_helper.rb - lib/command_exec/formatter/array.rb - lib/command_exec/formatter/hash.rb - lib/command_exec/formatter/json.rb - lib/command_exec/formatter/string.rb - lib/command_exec/formatter/xml.rb - lib/command_exec/formatter/yaml.rb - lib/command_exec/logger.rb - lib/command_exec/process.rb - lib/command_exec/spec_helper_module.rb - lib/command_exec/version.rb - script/console - script/terminal - spec/command/command_spec.rb - spec/command/test_data/echo_test - spec/command/test_data/exit_status_test - spec/command/test_data/log_file_test - spec/command/test_data/logger_test - spec/command/test_data/not_raise_error_test - spec/command/test_data/not_throw_error_test - spec/command/test_data/output_test - spec/command/test_data/raise_error_test - spec/command/test_data/runner_open3_test - spec/command/test_data/runner_system_test - spec/command/test_data/stderr_test - spec/command/test_data/stdout_multiple_lines_test - spec/command/test_data/stdout_test - spec/command/test_data/throw_error_test - spec/command/test_data/true_test - spec/formatter/array_spec.rb - spec/formatter/hash_spec.rb - spec/formatter/json_spec.rb - spec/formatter/xml_spec.rb - spec/formatter/yaml_spec.rb - spec/process/process_spec.rb - spec/spec_helper.rb homepage: '' licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: Helper gem to exectue arbitrary shell commands test_files: - spec/command/command_spec.rb - spec/command/test_data/echo_test - spec/command/test_data/exit_status_test - spec/command/test_data/log_file_test - spec/command/test_data/logger_test - spec/command/test_data/not_raise_error_test - spec/command/test_data/not_throw_error_test - spec/command/test_data/output_test - spec/command/test_data/raise_error_test - spec/command/test_data/runner_open3_test - spec/command/test_data/runner_system_test - spec/command/test_data/stderr_test - spec/command/test_data/stdout_multiple_lines_test - spec/command/test_data/stdout_test - spec/command/test_data/throw_error_test - spec/command/test_data/true_test - spec/formatter/array_spec.rb - spec/formatter/hash_spec.rb - spec/formatter/json_spec.rb - spec/formatter/xml_spec.rb - spec/formatter/yaml_spec.rb - spec/process/process_spec.rb - spec/spec_helper.rb has_rdoc: