Sha256: d565fa90e195cf7fd29ae6dc1212b6627078aa6870655ea7ebf0d716f9bcba48
Contents?: true
Size: 886 Bytes
Versions: 1
Compression:
Stored size: 886 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = "vagrant-none-communicator" gem.version = File.read('VERSION').chop gem.authors = ["Sophia Castellarin"] gem.email = ["scastellarin95@gmail.com"] gem.description = "Vagrant communicator plugin for not communicating with guests" gem.summary = "The Vagrant plugin will allow Vagrant to silently pass through not connecting to a guest" gem.license = 'MIT' gem.homepage = "https://github.com/soapy1/vagrant-none-communicator" gem.add_development_dependency "rake", "~> 13.0" gem.add_development_dependency "rspec", "~> 3.5.0" gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|testdrive)/}) } gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-none-communicator-0.1.0 | vagrant-none-communicator.gemspec |