Updates gemspec with VagrantPlugins namespacing.
This commit is contained in:
parent
533f9f091f
commit
4cc85837cc
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue