vagrant-shell-commander.gemspec in vagrant-shell-commander-0.1.4 vs vagrant-shell-commander.gemspec in vagrant-shell-commander-0.2.0

- old
+ new

@@ -6,11 +6,11 @@ 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 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.description = %q{Vagrant plugin for executing shell commands on guests machines and hooking them in the boot process} + spec.summary = %q{Some variations to shell command execution on guest(s)} spec.homepage = "https://github.com/fgimenez/vagrant-shell-commander" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }