Sha256: 1ac416508a2ff312b68a8c91bb94c8155b56986d2863af6f28728a20f5d16841

Contents?: true

Size: 1.3 KB

Versions: 5

Compression:

Stored size: 1.3 KB

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
  s.name        = "vagrant-vbguest"
  s.version     = File.read('VERSION').chop
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Robert Schulze"]
  s.email       = ["robert@dotless.de"]
  s.license     = 'MIT'
  s.homepage    = "https://github.com/dotless-de/vagrant-vbguest"
  s.summary     = %q{A Vagrant plugin to install the VirtualBoxAdditions into the guest VM}
  s.description = %q{A Vagrant plugin which automatically installs the host's VirtualBox Guest Additions on the guest system.}

  s.required_rubygems_version = ">= 1.3.6"

  s.add_dependency "micromachine", ">= 2", "< 4"

  # those should be satisfied by vagrant
  s.add_dependency "i18n"
  s.add_dependency "log4r"

  s.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|testdrive)/}) }
  s.bindir        = "exe"
  s.executables   = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.metadata = {
    "bug_tracker_uri" => "https://github.com/dotless-de/vagrant-vbguest/issues",
    "changelog_uri" => "https://github.com/dotless-de/vagrant-vbguest/blob/main/CHANGELOG.md",
    "documentation_uri" => "http://rubydoc.info/gems/vagrant-vbguest",
    "source_code_uri" => "https://github.com/dotless-de/vagrant-vbguest"
  }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-vbguest-0.29.0 vagrant-vbguest.gemspec
vagrant-vbguest-0.28.0 vagrant-vbguest.gemspec
vagrant-vbguest-0.27.0 vagrant-vbguest.gemspec
vagrant-vbguest-0.26.0 vagrant-vbguest.gemspec
vagrant-vbguest-0.25.0 vagrant-vbguest.gemspec