RubyGems Navigation menu

vmth 0.0.2

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 = "greg@rage.net" 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

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.0.2 - April 28, 2011 (23.5 KB)
  2. 0.0.1 - April 26, 2011 (23.5 KB)

Runtime 依赖 (3):

formatr >= 0
net-scp >= 0
net-ssh >= 0

业主:

作者:

  • Greg Retkowski

SHA 256 校验和:

8e03e412b68fed22dd713d97299cdbb43c5d9a2468777beef4125a987a4aef3c

下载总量 7,141

这个版本 4,153

许可:

需要的 Ruby 版本:

需要的 RubyGems 版本: >= 1.2

链接: