Sha256: 82afd100e6955019f6cc16a850a1e090e544c5b39985a1e2c9c7a668b2671829

Contents?: true

Size: 464 Bytes

Versions: 6

Compression:

Stored size: 464 Bytes

Contents

require "pathname"

require "vagrant-xhyve/plugin"

module VagrantPlugins
  module XHYVE
    lib_path = Pathname.new(File.expand_path("../vagrant-xhyve", __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

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-xhyve-0.4.0 lib/vagrant-xhyve.rb
vagrant-xhyve-0.3.0 lib/vagrant-xhyve.rb
vagrant-xhyve-0.2.0 lib/vagrant-xhyve.rb
vagrant-xhyve-0.1.1 lib/vagrant-xhyve.rb
vagrant-xhyve-0.1.1.pre lib/vagrant-xhyve.rb
vagrant-xhyve-0.1.0.pre lib/vagrant-xhyve.rb