Sha256: 246c48742e39929a98301cd58f18f4421ae6520437c5475d73ca226f3b07bc49

Contents?: true

Size: 443 Bytes

Versions: 18

Compression:

Stored size: 443 Bytes

Contents

module Veewee
  module Command
    autoload :Base, 'veewee/command/base'
    autoload :GroupBase, 'veewee/command/group_base'
    autoload :Helpers, 'veewee/command/helpers'
    autoload :NamedBase, 'veewee/command/named_base'
  end
end

# The built-in commands must always be loaded
require 'veewee/command/version'
require 'veewee/command/kvm'
require 'veewee/command/vbox'
require 'veewee/command/fusion'
require 'veewee/command/parallels'

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
veewee-0.5.0.alpha4 lib/veewee/command.rb
veewee-0.5.0.alpha3 lib/veewee/command.rb
veewee-0.5.0.alpha2 lib/veewee/command.rb
veewee-0.5.0.alpha1 lib/veewee/command.rb
veewee-0.4.5.1 lib/veewee/command.rb
veewee-0.4.5 lib/veewee/command.rb
veewee-0.4.5.pre1 lib/veewee/command.rb
veewee-0.4.4 lib/veewee/command.rb
veewee-0.4.3 lib/veewee/command.rb
veewee-0.4.2 lib/veewee/command.rb
veewee-0.4.1 lib/veewee/command.rb
veewee-0.4.0 lib/veewee/command.rb
veewee-0.3.12 lib/veewee/command.rb
veewee-0.3.11 lib/veewee/command.rb
veewee-0.3.10 lib/veewee/command.rb
veewee-0.3.9 lib/veewee/command.rb
veewee-atlassian-0.3.11 lib/veewee/command.rb
veewee-0.3.7 lib/veewee/command.rb