# -*- encoding: utf-8 -*- # stub: vagrant-unison-vaimo 1.0.0a ruby lib Gem::Specification.new do |s| s.name = "vagrant-unison-vaimo".freeze s.version = "1.0.0a".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Laing".freeze, "dmatora".freeze, "Danny Cosson".freeze] s.date = "2017-06-07" s.description = "Vagrant 1.7+ plugin to sync local files to VM over SSH using Unison".freeze s.email = "dcosson@gmail.com".freeze s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/vagrant-unison-vaimo.rb".freeze, "lib/vagrant-unison-vaimo/command.rb".freeze, "lib/vagrant-unison-vaimo/config.rb".freeze, "lib/vagrant-unison-vaimo/errors.rb".freeze, "lib/vagrant-unison-vaimo/plugin.rb".freeze, "lib/vagrant-unison-vaimo/shell_command.rb".freeze, "lib/vagrant-unison-vaimo/ssh_command.rb".freeze, "lib/vagrant-unison-vaimo/unison_paths.rb".freeze, "lib/vagrant-unison-vaimo/unison_sync.rb".freeze, "lib/vagrant-unison-vaimo/version.rb".freeze, "locales/en.yml".freeze, "spec/vagrant-unison/config_spec.rb".freeze, "vagrant-unison-vaimo.gemspec".freeze] s.homepage = "http://github.com/dcosson/vagrant-unison".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Vagrant 1.7+ plugin to sync local files to VM over SSH using Unison".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["< 11.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.1".freeze]) end