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 總和檢查碼:

=

總下載次數 7,444

這個版本 3,107

版本发布:

授權:

Ruby 版本需求:

RubyGems 版本需求: >= 1.2

相關連結: