# -*- encoding: utf-8 -*- # stub: vagrant-exec 0.4.1 ruby lib Gem::Specification.new do |s| s.name = "vagrant-exec".freeze s.version = "0.4.1".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 = "2014-05-16" 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, "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/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/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/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]) end