Sha256: 013b6baad3520c5e91ce0df9c683a44f439737a76a9c3915688aecab6074d946

Contents?: true

Size: 735 Bytes

Versions: 11

Compression:

Stored size: 735 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.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

11 entries across 11 versions & 1 rubygems

Version Path
vagrant-lxc-0.4.0 vagrant-lxc.gemspec
vagrant-lxc-0.3.4 vagrant-lxc.gemspec
vagrant-lxc-0.3.3 vagrant-lxc.gemspec
vagrant-lxc-0.3.2 vagrant-lxc.gemspec
vagrant-lxc-0.3.1 vagrant-lxc.gemspec
vagrant-lxc-0.3.0 vagrant-lxc.gemspec
vagrant-lxc-0.2.0 vagrant-lxc.gemspec
vagrant-lxc-0.1.1 vagrant-lxc.gemspec
vagrant-lxc-0.1.0 vagrant-lxc.gemspec
vagrant-lxc-0.0.3 vagrant-lxc.gemspec
vagrant-lxc-0.0.2 vagrant-lxc.gemspec