vagrant-orchestrate.gemspec in vagrant-orchestrate-0.0.3 vs vagrant-orchestrate.gemspec in vagrant-orchestrate-0.0.4

- old
+ new

@@ -7,10 +7,10 @@ spec.name = 'vagrant-orchestrate' spec.version = VagrantPlugins::Orchestrate::VERSION spec.authors = ['Christopher Baldauf'] spec.email = ['cbaldauf@cimpress.com'] spec.summary = 'Vagrant plugin to orchestrate the deployment of managed servers.' - spec.homepage = '' + spec.homepage = 'https://github.com/Cimpress-MCP/vagrant-orchestrate' spec.license = 'Apache 2.0' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})