# -*- encoding: utf-8 -*- # stub: vagrant-sshfs 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "vagrant-sshfs".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dusty Mabe".freeze] s.date = "2016-03-30" s.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".freeze s.email = ["dusty@dustymabe.com".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/vagrant-sshfs.rb".freeze, "lib/vagrant-sshfs/cap/arch/sshfs_client.rb".freeze, "lib/vagrant-sshfs/cap/debian/sshfs_client.rb".freeze, "lib/vagrant-sshfs/cap/fedora/sshfs_client.rb".freeze, "lib/vagrant-sshfs/cap/linux/sshfs_client.rb".freeze, "lib/vagrant-sshfs/cap/linux/sshfs_mount.rb".freeze, "lib/vagrant-sshfs/cap/redhat/sshfs_client.rb".freeze, "lib/vagrant-sshfs/cap/suse/sshfs_client.rb".freeze, "lib/vagrant-sshfs/command.rb".freeze, "lib/vagrant-sshfs/errors.rb".freeze, "lib/vagrant-sshfs/plugin.rb".freeze, "lib/vagrant-sshfs/synced_folder.rb".freeze, "lib/vagrant-sshfs/version.rb".freeze, "locales/synced_folder_sshfs.yml".freeze, "vagrant-sshfs.gemspec".freeze] s.homepage = "https://github.com/dustymabe/vagrant-sshfs".freeze s.licenses = ["GPL-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.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".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end