Sha256: f7653e45ff4949f2cfc53353b5d7e21d9fd5d3e8613856463559bc304ceb435a
Contents?: true
Size: 670 Bytes
Versions: 16
Compression:
Stored size: 670 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "vagrant-docker-compose/version" Gem::Specification.new do |s| s.name = "vagrant-docker-compose" s.version = VagrantPlugins::DockerComposeProvisioner::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Leigh McCulloch"] s.homepage = "https://github.com/leighmcculloch/vagrant-docker-compose" s.summary = %q{A Vagrant provisioner for docker compose.} s.description = %q{A Vagrant provisioner for docker compose.} s.files = `git ls-files -z`.split("\0") s.require_path = "lib" end
Version data entries
16 entries across 16 versions & 1 rubygems