Sha256: 3452ba4173fe3c2f6e54f5b8c9b12b19adb9e3b98fed73a97145c11c202a472a

Contents?: true

Size: 852 Bytes

Versions: 17

Compression:

Stored size: 852 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "vagrant-mutate"
  spec.version       = VagrantMutate::VERSION
  spec.authors       = ["Brian Pitts"]
  spec.email         = ["brian@polibyte.com"]
  spec.description   = %q{Convert vagrant boxes to work with different providers}
  spec.summary       = spec.description
  spec.homepage      = ""
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
vagrant-mutate-1.2.0 vagrant-mutate.gemspec
vagrant-mutate-1.1.0 vagrant-mutate.gemspec
vagrant-mutate-1.0.4 vagrant-mutate.gemspec
vagrant-mutate-1.0.3 vagrant-mutate.gemspec
vagrant-mutate-1.0.2 vagrant-mutate.gemspec
vagrant-mutate-1.0.1 vagrant-mutate.gemspec
vagrant-mutate-1.0.0 vagrant-mutate.gemspec
vagrant-mutate-0.3.2 vagrant-mutate.gemspec
vagrant-mutate-0.3.1 vagrant-mutate.gemspec
vagrant-mutate-0.3.0 vagrant-mutate.gemspec
vagrant-mutate-0.2.6 vagrant-mutate.gemspec
vagrant-mutate-0.2.5 vagrant-mutate.gemspec
vagrant-mutate-0.2.4 vagrant-mutate.gemspec
vagrant-mutate-0.2.3 vagrant-mutate.gemspec
vagrant-mutate-0.2.2 vagrant-mutate.gemspec
vagrant-mutate-0.2.1 vagrant-mutate.gemspec
vagrant-mutate-0.2.0 vagrant-mutate.gemspec