Categories: None [Edit]

vmth

https://rubygems.org/gems/vmth
https://github.com/gregretkowski/vmth
require 'rubygems' require 'rake' require 'echoe' Echoe.new('vmth', '0.0.2') do |p| p.description = File.open(File.dirname(__FILE__+"/DESCRIPTION")).read p.summary = "A VM test harness for testing operational configurations" p.url = "http://github.com/gregretkowski/vmth" p.author = "Greg Retkowski" p.email = "[email protected]" p.ignore_pattern = ["tmp/*", "script/*", "ol/*"] p.rdoc_template = nil p.rdoc_pattern = /^(lib|bin|tasks|ext)|^README|^CHANGELOG|^TODO|^LICENSE|^QUICKSTART|^CONFIG|^COPYING$/ # p.rdoc_template = "" p.development_dependencies = [] p.runtime_dependencies = [ 'formatr', 'net-ssh', 'net-scp', ] end

Total

Ranking: 102,779 of 188,822
Downloads: 7,722

Daily

Ranking: 85,206 of 188,802
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
128346,277,339net-ssh
215210,659,586net-scp
60,29117,458formatr

Owners

#GravatarHandle
1icongregretkowski