Sha256: 8b057fab67e2370c2f805162949000048e746bfbaa62d27796cd2f905d6a066a

Contents?: true

Size: 871 Bytes

Versions: 5

Compression:

Stored size: 871 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', '>= 1.0'
  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kontena-plugin-vagrant-0.3.1 kontena-plugin-vagrant.gemspec
kontena-plugin-vagrant-0.3.0 kontena-plugin-vagrant.gemspec
kontena-plugin-vagrant-0.2.7 kontena-plugin-vagrant.gemspec
kontena-plugin-vagrant-0.2.6 kontena-plugin-vagrant.gemspec
kontena-plugin-vagrant-0.2.5 kontena-plugin-vagrant.gemspec