# -*- encoding: utf-8 -*- # stub: vagrant-exec 0.5.2 ruby lib Gem::Specification.new do |s| s.name = "vagrant-exec".freeze s.version = "0.5.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alex Rodionov".freeze] s.date = "2015-02-10" s.description = "Vagrant plugin to execute commands within the context of VM synced folder".freeze s.email = "p0deje@gmail.com".freeze s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "cucumber.yml".freeze, "features/step_definitions/steps.rb".freeze, "features/support/env.rb".freeze, "features/vagrant-exec.feature".freeze, "features/vagrant-exec/binstubs.feature".freeze, "features/vagrant-exec/directory.feature".freeze, "features/vagrant-exec/environment_variables.feature".freeze, "features/vagrant-exec/prepend.feature".freeze, "features/vagrant-exec/validations.feature".freeze, "lib/vagrant-exec.rb".freeze, "lib/vagrant-exec/command.rb".freeze, "lib/vagrant-exec/config.rb".freeze, "lib/vagrant-exec/plugin.rb".freeze, "lib/vagrant-exec/support/command_constructor.rb".freeze, "lib/vagrant-exec/support/ssh_helper.rb".freeze, "lib/vagrant-exec/templates/binstub.erb".freeze, "lib/vagrant-exec/version.rb".freeze, "vagrant-exec.gemspec".freeze] s.homepage = "http://github.com/p0deje/vagrant-exec".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Execute commands in Vagrant synced folder".freeze s.test_files = ["features/step_definitions/steps.rb".freeze, "features/support/env.rb".freeze, "features/vagrant-exec.feature".freeze, "features/vagrant-exec/binstubs.feature".freeze, "features/vagrant-exec/directory.feature".freeze, "features/vagrant-exec/environment_variables.feature".freeze, "features/vagrant-exec/prepend.feature".freeze, "features/vagrant-exec/validations.feature".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end