RubyGems Navigation menu

vmth 0.0.1

require 'rubygems' require 'rake' require 'echoe' Echoe.new('vmth', '0.0.1') 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 校验和:

4dfb40023ac9bbc02ab8cd5aa605b2ac0c15a431c6fc225872e57370e24b4c08

下载总量 7,137

这个版本 2,987

许可:

需要的 Ruby 版本:

需要的 RubyGems 版本: >= 1.2

链接: