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:
= Copy to clipboard Copied!

install:
=

Versions:

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

Runtime Dependencies (3):

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

Owners:

Authors:

  • Greg Retkowski

SHA 256 checksum:

4dfb40023ac9bbc02ab8cd5aa605b2ac0c15a431c6fc225872e57370e24b4c08

Total downloads 7,137

For this version 2,987

Licenses:

N/A

Required Ruby Version: None

Required Rubygems Version: >= 1.2

Links: