Sha256: 09c7f9c2dde9811d51553c34dd19231745a6e33d015c1bc835c338b7095e1e66
Contents?: true
Size: 661 Bytes
Versions: 1
Compression:
Stored size: 661 Bytes
Contents
# vim: set filetype=ruby et sw=2 ts=2: require 'gem_hadar' GemHadar do name 'pstree' path_module 'PSTree' module_type 'class' author 'Florian Frank' email 'flori@ping.de' homepage "https://github.com/flori/#{name}" summary 'Ruby library that builds a process tree of this host' description 'This library uses the output of the ps command to creaste process tree data structure for the current host.' licenses << 'GPL-2' test_dir 'tests' ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage' readme 'README.md' executables << 'ruby-pstree' development_dependency 'simplecov' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pstree-0.3.1 | Rakefile |