vagrant-shell-commander.gemspec in vagrant-shell-commander-0.1.0 vs vagrant-shell-commander.gemspec in vagrant-shell-commander-0.1.1

- old
+ new

@@ -6,10 +6,10 @@ Gem::Specification.new do |spec| spec.name = "vagrant-shell-commander" spec.version = VagrantShellCommander::VERSION spec.authors = ["Federico Gimenez Nieto"] spec.email = ["federico.gimenez@gmail.com"] - spec.description = %q{This plugin allows you to execute a given shell command on all the machines of your multinode environment. You can aldo specify the working directory to execute the command} + spec.description = %q{This Vagrant plugin allows you to execute a given shell command on all the machines of your multinode environment. You can also specify the working directory to execute the command} spec.summary = %q{Vagrant plugin for executing arbitrary shell commands on guest(s)} spec.homepage = "https://github.com/fgimenez/vagrant-shell-commander" spec.license = "MIT" spec.files = `git ls-files`.split($/)