Sha256: e22a6427befd46666e3113964dfb6f6ad7b140ed10ee4351a518d0edc5ab3e78
Contents?: true
Size: 885 Bytes
Versions: 1
Compression:
Stored size: 885 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'vagrant-pristine/version' Gem::Specification.new do |spec| spec.name = "vagrant-pristine" spec.version = VagrantPlugins::Pristine::VERSION spec.authors = ["Fabio Rehm"] spec.email = ["fgrehm@gmail.com"] spec.description = %q{Vagrant destroy && up made simple} spec.summary = spec.description spec.homepage = "https://github.com/fgrehm/vagrant-pristine" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-pristine-0.4.2 | vagrant-pristine.gemspec |