Sha256: c19e74f3ff06a6ef1f94fb62a0ba4ed76826f330f20f8329babe7abe8fe6c211
Contents?: true
Size: 963 Bytes
Versions: 13
Compression:
Stored size: 963 Bytes
Contents
# coding: utf-8 require File.expand_path('../lib/vagrant-invade/version', __FILE__) Gem::Specification.new do |s| s.name = 'vagrant-invade' s.version = VagrantPlugins::Invade::VERSION s.platform = Gem::Platform::RUBY s.date = Date.today.to_s s.summary = "Create a Vagrantfile with a single YAML configuration file" s.description = "InVaDE is a plugin that uses a YAML configuration file to build a Vagrantfile from it." s.authors = ["Lennart Stein"] s.email = 'frgmt@posteo.de' 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/frgmt/vagrant-invade' s.license = 'GNUv3' s.required_ruby_version = '>= 2.0.0' s.add_development_dependency 'bundler', '~> 1.10', '>= 1.10.5' s.add_development_dependency 'rake', '~> 0' end
Version data entries
13 entries across 13 versions & 1 rubygems