# -*- encoding: utf-8 -*- # stub: vagrant-local 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "vagrant-local".freeze s.version = "0.0.2".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/STARTcloud/vagrant-local/issues", "changelog_uri" => "https://github.com/STARTcloud/vagrant-local/blob/main/CHANGELOG.md", "documentation_uri" => "http://rubydoc.info/gems/vagrant-local", "github_repo" => "https://github.com/STARTCloud/vagrant-local", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/STARTCloud/vagrant-local" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Mark Gilbert".freeze] s.date = "2024-01-17" s.description = "Vagrant provider plugin to support local provisioners".freeze s.email = ["support@prominic.net".freeze] s.files = [".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/dependabot.yml".freeze, ".github/workflows/codeql-analysis.yml".freeze, ".github/workflows/lint-release-and-publish-nightly.yml".freeze, ".github/workflows/lint-release-and-publish.yml".freeze, ".github/workflows/ruby-lint.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "PULL_REQUEST_TEMPLATE.md".freeze, "README.md".freeze, "RELEASE.md".freeze, "Rakefile".freeze, "SECURITY.md".freeze, "ansible.cfg".freeze, "docs/CNAME".freeze, "docs/_config.yml".freeze, "docs/css/main.css".freeze, "docs/css/styles.css".freeze, "docs/index.html".freeze, "lib/vagrant-local.rb".freeze, "lib/vagrant-local/action.rb".freeze, "lib/vagrant-local/action/create.rb".freeze, "lib/vagrant-local/action/destroy.rb".freeze, "lib/vagrant-local/action/halt.rb".freeze, "lib/vagrant-local/action/import.rb".freeze, "lib/vagrant-local/action/is_created.rb".freeze, "lib/vagrant-local/action/network.rb".freeze, "lib/vagrant-local/action/network_cleanup.rb".freeze, "lib/vagrant-local/action/not_created.rb".freeze, "lib/vagrant-local/action/package.rb".freeze, "lib/vagrant-local/action/restart.rb".freeze, "lib/vagrant-local/action/setup.rb".freeze, "lib/vagrant-local/action/shutdown.rb".freeze, "lib/vagrant-local/action/start.rb".freeze, "lib/vagrant-local/action/wait_till_boot.rb".freeze, "lib/vagrant-local/action/wait_till_up.rb".freeze, "lib/vagrant-local/command/guest_power_controls.rb".freeze, "lib/vagrant-local/command/local.rb".freeze, "lib/vagrant-local/command/restart_guest.rb".freeze, "lib/vagrant-local/command/shutdown_guest.rb".freeze, "lib/vagrant-local/command/vnc_console.rb".freeze, "lib/vagrant-local/command/webvnc_console.rb".freeze, "lib/vagrant-local/config.rb".freeze, "lib/vagrant-local/driver.rb".freeze, "lib/vagrant-local/errors.rb".freeze, "lib/vagrant-local/executor.rb".freeze, "lib/vagrant-local/plugin.rb".freeze, "lib/vagrant-local/provider.rb".freeze, "lib/vagrant-local/util/subprocess.rb".freeze, "lib/vagrant-local/util/timer.rb".freeze, "lib/vagrant-local/version.rb".freeze, "locales/en.yml".freeze, "vagrant-zones.gemspec".freeze] s.homepage = "https://github.com/STARTCloud/vagrant-local".freeze s.licenses = ["AGPL-3.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Vagrant provider plugin to support local provisioners".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze, ">= 2.0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze, ">= 1.7.5".freeze]) end