# -*- encoding: utf-8 -*- # stub: vagrant-unison2 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "vagrant-unison2".freeze s.version = "1.0.1".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 = "2016-01-23" 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-unison2.rb".freeze, "lib/vagrant-unison2/command.rb".freeze, "lib/vagrant-unison2/config.rb".freeze, "lib/vagrant-unison2/errors.rb".freeze, "lib/vagrant-unison2/plugin.rb".freeze, "lib/vagrant-unison2/shell_command.rb".freeze, "lib/vagrant-unison2/ssh_command.rb".freeze, "lib/vagrant-unison2/unison_paths.rb".freeze, "lib/vagrant-unison2/unison_sync.rb".freeze, "lib/vagrant-unison2/version.rb".freeze, "locales/en.yml".freeze, "spec/vagrant-unison/config_spec.rb".freeze, "vagrant-unison2.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_runtime_dependency(%q.freeze, [">= 2.8.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, [">= 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