Sha256: eb2b688231abfd7882ac12501e784e28f4154e7f0f415af5ba50521578933e46
Contents?: true
Size: 662 Bytes
Versions: 2
Compression:
Stored size: 662 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 "http://flori.github.com/#{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.rdoc' executables << 'ruby-pstree' development_dependency 'simplecov' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pstree-0.2.0 | Rakefile |
pstree-0.0.0 | Rakefile |