vagrant-shell-commander.gemspec in vagrant-shell-commander-0.2.0 vs vagrant-shell-commander.gemspec in vagrant-shell-commander-0.3.0
- old
+ new
@@ -3,10 +3,10 @@
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'vagrant-shell-commander/version'
Gem::Specification.new do |spec|
spec.name = "vagrant-shell-commander"
- spec.version = VagrantShellCommander::VERSION
+ spec.version = VagrantPlugins::ShellCommander::VERSION
spec.authors = ["Federico Gimenez Nieto"]
spec.email = ["federico.gimenez@gmail.com"]
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"