Sha256: a436343edcf4c21cf6f3684c46db2810bf186f51a19be3886956516ffb45ef2a

Contents?: true

Size: 763 Bytes

Versions: 22

Compression:

Stored size: 763 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'vagrant-lxc/version'

Gem::Specification.new do |gem|
  gem.name          = "vagrant-lxc"
  gem.version       = Vagrant::LXC::VERSION
  gem.authors       = ["Fabio Rehm"]
  gem.email         = ["fgrehm@gmail.com"]
  gem.description   = %q{Linux Containers provider for Vagrant}
  gem.summary       = gem.description
  gem.license       = 'MIT'
  gem.homepage      = "https://github.com/fgrehm/vagrant-lxc"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
vagrant-lxc-1.4.3 vagrant-lxc.gemspec
vagrant-lxc-1.4.2 vagrant-lxc.gemspec
vagrant-lxc-1.4.1 vagrant-lxc.gemspec
vagrant-lxc-1.4.0 vagrant-lxc.gemspec
vagrant-lxc-1.3.1 vagrant-lxc.gemspec
vagrant-lxc-1.3.0 vagrant-lxc.gemspec
vagrant-lxc-1.2.4 vagrant-lxc.gemspec
vagrant-lxc-1.2.3 vagrant-lxc.gemspec
vagrant-lxc-1.2.2 vagrant-lxc.gemspec
vagrant-lxc-1.2.1 vagrant-lxc.gemspec
vagrant-lxc-1.2.0 vagrant-lxc.gemspec
vagrant-lxc-1.1.0 vagrant-lxc.gemspec
vagrant-lxc-1.0.1 vagrant-lxc.gemspec
vagrant-lxc-1.0.0 vagrant-lxc.gemspec
vagrant-lxc-0.8.0 vagrant-lxc.gemspec
vagrant-lxc-0.7.0 vagrant-lxc.gemspec
vagrant-lxc-0.6.4 vagrant-lxc.gemspec
vagrant-lxc-0.6.3 vagrant-lxc.gemspec
vagrant-lxc-0.6.2 vagrant-lxc.gemspec
vagrant-lxc-0.6.1 vagrant-lxc.gemspec