Sha256: a4eb6606c507f155f0b74b0c1f1f6643fb4060f4291cf95326abf1a3ca30238f

Contents?: true

Size: 623 Bytes

Versions: 1

Compression:

Stored size: 623 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'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pstree-0.4.0 Rakefile