--- !ruby/object:Gem::Specification name: vagrant-sshfs version: !ruby/object:Gem::Version version: 1.3.6 platform: ruby authors: - Dusty Mabe autorequire: bindir: bin cert_chain: [] date: 2021-05-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: win32-process requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: "\n A Vagrant synced folder plugin that mounts folders via SSHFS. \n This is the successor to Fabio Kreusch's implementation:\n https://github.com/fabiokr/vagrant-sshfs" email: - dusty@dustymabe.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - LICENSE - README.adoc - RELEASE.txt - Rakefile - build.sh - lib/vagrant-sshfs.rb - lib/vagrant-sshfs/action_hostpath_fixup.rb - lib/vagrant-sshfs/cap/guest/alpine/sshfs_client.rb - lib/vagrant-sshfs/cap/guest/arch/sshfs_client.rb - lib/vagrant-sshfs/cap/guest/centos/sshfs_client.rb - lib/vagrant-sshfs/cap/guest/debian/sshfs_client.rb - lib/vagrant-sshfs/cap/guest/fedora/sshfs_client.rb - lib/vagrant-sshfs/cap/guest/freebsd/sshfs_client.rb - lib/vagrant-sshfs/cap/guest/freebsd/sshfs_forward_mount.rb - lib/vagrant-sshfs/cap/guest/linux/sshfs_client.rb - lib/vagrant-sshfs/cap/guest/linux/sshfs_forward_mount.rb - lib/vagrant-sshfs/cap/guest/linux/sshfs_get_absolute_path.rb - lib/vagrant-sshfs/cap/guest/redhat/sshfs_client.rb - lib/vagrant-sshfs/cap/guest/suse/sshfs_client.rb - lib/vagrant-sshfs/cap/host/darwin/sshfs_reverse_mount.rb - lib/vagrant-sshfs/cap/host/linux/sshfs_reverse_mount.rb - lib/vagrant-sshfs/command.rb - lib/vagrant-sshfs/errors.rb - lib/vagrant-sshfs/plugin.rb - lib/vagrant-sshfs/synced_folder.rb - lib/vagrant-sshfs/synced_folder/sshfs_forward_mount.rb - lib/vagrant-sshfs/synced_folder/sshfs_reverse_mount.rb - lib/vagrant-sshfs/version.rb - locales/synced_folder_sshfs.yml - test/misc/README.txt - test/misc/Vagrantfile - test/misc/dotests.sh - vagrant-sshfs.gemspec homepage: https://github.com/dustymabe/vagrant-sshfs licenses: - GPL-2.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: 'A Vagrant synced folder plugin that mounts folders via SSHFS. This is the successor to Fabio Kreusch''s implementation: https://github.com/fabiokr/vagrant-sshfs' test_files: - test/misc/README.txt - test/misc/Vagrantfile - test/misc/dotests.sh