Sha256: 5fc02223c3c7b908b63838fc7c29f9f768049cfc1babff43359b157594c3c9c4
Contents?: true
Size: 673 Bytes
Versions: 1
Compression:
Stored size: 673 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', '.bundle' readme 'README.rdoc' executables << 'ruby-pstree' development_dependency 'simplecov' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pstree-0.1.0 | Rakefile |