Sha256: 01fc73bf2ae66329fe6a8ce9909d4423581027c07862bd73be06fe978ba52f6b

Contents?: true

Size: 874 Bytes

Versions: 1

Compression:

Stored size: 874 Bytes

Contents

require File.expand_path('../lib/vagrant-communicator-docker/version', __FILE__)

Gem::Specification.new do |s|
  s.name            = 'vagrant-communicator-docker'
  s.version         = VagrantPlugins::VagrantCommunicatorDocker::VERSION
  s.date            = '2019-11-01'
  s.summary         = "Simulate SSH using Docket API when provisioning vagrant machines that use docker images without SSH"
  s.description     = "Simulate SSH using Docket API when provisioning vagrant machines that use docker images without SSH"
  s.authors         = ["Lucas van Staden"]
  s.email           = 'sales@proxiblue.com.au'
  s.files           = `git ls-files`.split($\)
  s.executables     = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  s.require_paths   = ['lib']
  s.homepage        = 'https://github.com/ProxiBlue/vagrant-communicator-docker'
  s.license         = 'MIT'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-communicator-docker-1.0.7 communicator-docker.gemspec