Sha256: 053d6ea0903ff35beb36b753bb08eaaf60a411395733fdfe7d666f391e880b4f
Contents?: true
Size: 721 Bytes
Versions: 15
Compression:
Stored size: 721 Bytes
Contents
# TODO:NLA To add the box initially: # $ bundle exec vagrant box add skytap-dummy.box --provider=skytap --name=skytap-dummy require "pathname" require "vagrant-skytap/core_ext/object/blank" require "vagrant-skytap/core_ext/object/tap" require "vagrant-skytap/core_ext/try" require "vagrant-skytap/plugin" module VagrantPlugins module Skytap lib_path = Pathname.new(File.expand_path("../vagrant-skytap", __FILE__)) autoload :Action, lib_path.join("action") autoload :Errors, lib_path.join("errors") # This returns the path to the source of this plugin. # # @return [Pathname] def self.source_root @source_root ||= Pathname.new(File.expand_path("../../", __FILE__)) end end end
Version data entries
15 entries across 15 versions & 1 rubygems