Updates gemspec with VagrantPlugins namespacing.

This commit is contained in:
Patrick Connolly 2013-06-10 19:14:53 -04:00
parent 533f9f091f
commit 4cc85837cc

View file

@ -5,7 +5,7 @@ require 'vagrant-cachier/version'
Gem::Specification.new do |spec|
spec.name = "vagrant-cachier"
spec.version = Vagrant::Cachier::VERSION
spec.version = VagrantPlugins::Cachier::VERSION
spec.authors = ["Fabio Rehm"]
spec.email = ["fgrehm@gmail.com"]
spec.description = %q{Speed up vagrant boxes provisioning}