Sha256: ea1da7af15c0d9c7b61753b8a01433ae664a065d24b23633d30afb8ff4f311fb
Contents?: true
Size: 1.85 KB
Versions: 0
Compression: gzip
Compressed size: 735 Bytes
Stored size: 735 Bytes
Contents
--- !ruby/object:Gem::Specification name: shellshot version: !ruby/object:Gem::Version version: 0.3.0 platform: ruby authors: - Petyo Ivanov autorequire: bindir: bin cert_chain: [] date: 2009-11-24 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: SystemTimer type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: 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 - 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 version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: ruby proxy handling the complexities of system invocations test_files: - spec/shellshot_spec.rb - spec/spec_helper.rb