Sha256: dcfaa0964c64a3c8e0dee34657b07614287d3130c961d0c40bc4cfae1ee12c5e
Contents?: true
Size: 821 Bytes
Versions: 2
Compression:
Stored size: 821 Bytes
Contents
require File.expand_path('../lib/vagrant-kill-server-warning/version', __FILE__) Gem::Specification.new do |spec| spec.name = "vagrant-kill-server-warning" spec.version = Vagrant::KillServerWarning::VERSION spec.authors = ["Syntactic Vexation"] spec.email = ["syntacticvexation@gmail.com"] spec.summary = "Disable Vagrant server warning" spec.description = "Use this to disable the \"Vagrant has detected a custom Vagrant server in use for downloading box files\" warning" spec.files = `git ls-files`.split($\) spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) } spec.require_paths = ['lib'] spec.homepage = 'https://github.com/syntacticvexation/vagrant-kill-server-warning' spec.license = 'GPL-3.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-kill-server-warning-0.2 | vagrant-kill-server-warning.gemspec |
vagrant-kill-server-warning-0.1 | vagrant-kill-server-warning.gemspec |