Sha256: 440e3321e8f2bba47c6f79660db1140fa221c27e575a3daad44fa5b4d2811722
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 KB
Contents
# -*- encoding: utf-8 -*- # stub: pstree 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "pstree" s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Florian Frank"] s.date = "2014-02-06" s.description = "This library uses the output of the ps command to creaste process tree data structure for the current host." s.email = "flori@ping.de" s.executables = ["ruby-pstree"] s.extra_rdoc_files = ["README.rdoc", "lib/pstree.rb", "lib/pstree/version.rb"] s.files = [".gitignore", "Gemfile", "README.rdoc", "Rakefile", "VERSION", "bin/ruby-pstree", "lib/pstree.rb", "lib/pstree/version.rb", "pstree.gemspec"] s.homepage = "http://flori.github.com/pstree" s.licenses = ["GPL-2"] s.rdoc_options = ["--title", "Pstree - Ruby library that builds a process tree of this host", "--main", "README.rdoc"] s.rubygems_version = "2.2.2" s.summary = "Ruby library that builds a process tree of this host" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<gem_hadar>, ["~> 1.0.0"]) s.add_development_dependency(%q<simplecov>, [">= 0"]) else s.add_dependency(%q<gem_hadar>, ["~> 1.0.0"]) s.add_dependency(%q<simplecov>, [">= 0"]) end else s.add_dependency(%q<gem_hadar>, ["~> 1.0.0"]) s.add_dependency(%q<simplecov>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pstree-0.1.0 | pstree.gemspec |