Sha256: c7948fd98971781b1f05a14a1777b8ffe354b699f9ed5cdd92206ce4099f04d8

Contents?: true

Size: 329 Bytes

Versions: 2

Compression:

Stored size: 329 Bytes

Contents

raise 'ruby 1.9.2 or higher required!' if RUBY_VERSION < '1.9.2'

require 'vos/gems'

require 'open3'

%w(
  support

  drivers/local
  drivers/ssh_vfs_storage
  drivers/ssh

  box/shell
  box/marks
  box/vfs
  box

  helpers/ubuntu
).each{|f| require "vos/#{f}"}

unless $vos_dont_mess_with_global_namespace
  Box = Vos::Box
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vos-0.3.15 lib/vos.rb
vos-0.3.14 lib/vos.rb