Sha256: a5488b32b6d0d72e5d1aacddcabd97fadca66156eae7ad099fffbdb50ccde3be

Contents?: true

Size: 525 Bytes

Versions: 5

Compression:

Stored size: 525 Bytes

Contents

begin
  require "vagrant"
rescue LoadError
  raise "The Vagrant bindfs plugin must be run within Vagrant"
end

require "vagrant-sshfs/version"
require "vagrant-sshfs/errors"
require "vagrant-sshfs/plugin"
require "vagrant-sshfs/actions"

module Vagrant
  module SshFS
    # Returns the path to the source of this plugin
    def self.source_root
      @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
    end

    I18n.load_path << File.expand_path('locales/en.yml', source_root)
    I18n.reload!
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-sshfs-0.0.4 lib/vagrant-sshfs.rb
vagrant-sshfs-0.0.3 lib/vagrant-sshfs.rb
vagrant-sshfs-0.0.3.beta1 lib/vagrant-sshfs.rb
vagrant-sshfs-0.0.2.beta1 lib/vagrant-sshfs.rb
vagrant-sshfs-0.0.1 lib/vagrant-sshfs.rb