--- !ruby/object:Gem::Specification name: shellshot version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 4 - 3 version: 0.4.3 platform: ruby authors: - Petyo Ivanov autorequire: bindir: bin cert_chain: [] date: 2010-04-02 00:00:00 +03:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: SystemTimer prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :runtime version_requirements: *id002 description: "\n A small library dealing with the obscurities of shell commands, piping and timeouts.\n Most of the stuff comes from bad experience in http://beanstalkapp.com.\n " email: underlog@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - lib/shellshot.rb - profile/profile_helper.rb - profile/shellshot_profile.rb - shellshot.gemspec - spec/shellshot_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/underlog/shellshot licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: ruby proxy handling the complexities of system invocations test_files: - spec/shellshot_spec.rb - spec/spec_helper.rb