# -*- encoding: utf-8 -*- # stub: vagrant-dummy-communicator 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "vagrant-dummy-communicator".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/bjwschaap/vagrant-dummy-communicator/issues", "changelog_uri" => "https://github.com/bjwschaap/vagrant-dummy-communicator/blob/main/CHANGELOG.md", "documentation_uri" => "http://rubydoc.info/gems/vagrant-dummy-communicator", "source_code_uri" => "https://github.com/bjwschaap/vagrant-dummy-communicator" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Bastiaan Schaap".freeze] s.bindir = "exe".freeze s.date = "2021-11-04" s.description = "A Vagrant plugin that can be used when provisioning/communicating/ssh for the guest VM is not needed (e.g. PXE boot).".freeze s.email = ["bastiaan.schaap@siteminds.nl".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/communicator.rb".freeze, "lib/vagrant-dummy-communicator.rb".freeze, "vagrant-dummy-communicator.gemspec".freeze] s.homepage = "https://github.com/bjwschaap/vagrant-dummy-communicator".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Vagrant plugin to disable communications with the guest VM".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end