Sha256: ddeecb67ae928eabd2010d0251120bd4091bea5f0176a02977f23a868e0aed06

Contents?: true

Size: 875 Bytes

Versions: 1

Compression:

Stored size: 875 Bytes

Contents

# coding: utf-8
require File.expand_path('../lib/vagrant-clone/version', __FILE__)

Gem::Specification.new do |spec|
  spec.name          = "vagrant-clone"
  spec.version       = VagrantClone::VERSION
  spec.authors       = ["Alexander Kaluzny"]
  spec.email         = ["galiaf1995@gmail.com"]

  spec.summary       = 'Plugin for creating and managing clones of VM(s)'
  spec.description   = 'Plugin for creating and managing clones of VM(s)'
  spec.homepage      = 'https://bitbucket.org/galiaf95/vagrant-clone'

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.13"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-clone-0.0.1 vagrant-clone.gemspec