Sha256: 9e1e8b3c0ee33f98e2929d28c7ff75832c877b3a6f083d730814820cb5a19c52

Contents?: true

Size: 879 Bytes

Versions: 4

Compression:

Stored size: 879 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'kontena/plugin/vagrant'

Gem::Specification.new do |spec|
  spec.name          = "kontena-plugin-vagrant"
  spec.version       = Kontena::Plugin::Vagrant::VERSION
  spec.authors       = ["Kontena, Inc."]
  spec.email         = ["info@kontena.io"]

  spec.summary       = "Kontena Vagrant plugin"
  spec.description   = "Kontena Vagrant plugin"
  spec.homepage      = "https://github.com/kontena/kontena-plugin-vagrant"
  spec.license       = "Apache-2.0"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency 'kontena-cli', '>= 0.16.0.pre2'
  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kontena-plugin-vagrant-0.2.2 kontena-plugin-vagrant.gemspec
kontena-plugin-vagrant-0.2.1 kontena-plugin-vagrant.gemspec
kontena-plugin-vagrant-0.2.0 kontena-plugin-vagrant.gemspec
kontena-plugin-vagrant-0.2.0.pre2 kontena-plugin-vagrant.gemspec