Sha256: d3543f390683a24b854b70168e6aefafb5b87af1f371f61a4c7dd60374004ff1

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 Bytes

Contents

require "vagrant-winrm-s/version"
require "vagrant-winrm-s/plugin"
require "vagrant-winrm-s/config"

module VagrantPlugins
  module CommunicatorWinRM
    lib_path = Pathname.new(File.expand_path("../vagrant-winrm-s", __FILE__))
    autoload :Communicator, lib_path.join("communicator")

    # 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

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-winrm-s-0.0.3 lib/vagrant-winrm-s.rb
vagrant-winrm-s-0.0.2 lib/vagrant-winrm-s.rb
vagrant-winrm-s-0.0.1 lib/vagrant-winrm-s.rb