Sha256: 7974a212de5289df4219ce0f6da772b8112603c63e6b92363d47984f3acd98e8

Contents?: true

Size: 458 Bytes

Versions: 85

Compression:

Stored size: 458 Bytes

Contents

require "pathname"

require "vagrant-mos/plugin"

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

85 entries across 85 versions & 1 rubygems

Version Path
vagrant-mos-0.9.61 lib/vagrant-mos.rb
vagrant-mos-0.9.60 lib/vagrant-mos.rb
vagrant-mos-0.9.56 lib/vagrant-mos.rb
vagrant-mos-0.9.55 lib/vagrant-mos.rb
vagrant-mos-0.9.54 lib/vagrant-mos.rb
vagrant-mos-0.9.53 lib/vagrant-mos.rb
vagrant-mos-0.9.52 lib/vagrant-mos.rb
vagrant-mos-0.9.50 lib/vagrant-mos.rb
vagrant-mos-0.9.42 lib/vagrant-mos.rb
vagrant-mos-0.9.40 lib/vagrant-mos.rb
vagrant-mos-0.9.39 lib/vagrant-mos.rb
vagrant-mos-0.9.38 lib/vagrant-mos.rb
vagrant-mos-0.9.37 lib/vagrant-mos.rb
vagrant-mos-0.9.36 lib/vagrant-mos.rb
vagrant-mos-0.9.35 lib/vagrant-mos.rb
vagrant-mos-0.9.34 lib/vagrant-mos.rb
vagrant-mos-0.9.33 lib/vagrant-mos.rb
vagrant-mos-0.9.32 lib/vagrant-mos.rb
vagrant-mos-0.9.31 lib/vagrant-mos.rb
vagrant-mos-0.9.30 lib/vagrant-mos.rb