Sha256: 4dd9d1bcdc8834b48fae6cda5a4df1db30c1cb660a2e394857f673e92a9d9d32

Contents?: true

Size: 976 Bytes

Versions: 6

Compression:

Stored size: 976 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         = 'CC-BY-NC-SA-4.0'

  s.required_ruby_version = '>= 2.0.0'

  s.add_development_dependency 'bundler', '~> 1.12', '>= 1.12.5'
  s.add_development_dependency 'rake', '~> 10.0'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-invade-0.8.0 vagrant-invade.gemspec
vagrant-invade-0.7.0 vagrant-invade.gemspec
vagrant-invade-0.6.4 vagrant-invade.gemspec
vagrant-invade-0.6.3 vagrant-invade.gemspec
vagrant-invade-0.6.2 vagrant-invade.gemspec
vagrant-invade-0.6.1 vagrant-invade.gemspec