Sha256: 4b37ba27ea4bb54ab2bc6ec801f34ddc853beb2c9692c0a586783b96c69dd09e
Contents?: true
Size: 1.66 KB
Versions: 0
Compression: gzip
Compressed size: 710 Bytes
Stored size: 710 Bytes
Contents
--- !ruby/object:Gem::Specification name: pstree version: !ruby/object:Gem::Version version: 0.4.0 platform: ruby authors: - Florian Frank autorequire: bindir: bin cert_chain: [] date: 2024-09-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: gem_hadar requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.17.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.17.1 description: This library uses the output of the ps command to creaste process tree data structure for the current host. email: flori@ping.de executables: - ruby-pstree extensions: [] extra_rdoc_files: - README.md - lib/pstree.rb - lib/pstree/version.rb files: - ".github/workflows/codeql-analysis.yml" - ".gitignore" - CHANGES.md - Gemfile - README.md - Rakefile - VERSION - bin/ruby-pstree - lib/pstree.rb - lib/pstree/version.rb - pstree.gemspec homepage: https://github.com/flori/pstree licenses: - GPL-2 metadata: {} post_install_message: rdoc_options: - "--title" - Pstree - Ruby library that builds a process tree of this host - "--main" - README.md require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.18 signing_key: specification_version: 4 summary: Ruby library that builds a process tree of this host test_files: []