Sha256: 5cd787a977f2533c93aefb564612ddc14dcbe9a2afa52893ee30a8a478fe33d2
Contents?: true
Size: 746 Bytes
Versions: 97
Compression:
Stored size: 746 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "vagrant-spec-helper-basic" spec.version = "0.2.0" spec.authors = ["Mitchell Hashimoto"] spec.email = ["mitchell.hashimoto@gmail.com"] spec.description = %q{Gem used as a helper for vagrant-spec.} spec.summary = %q{Gem used as a helper for vagrant-spec. Don't use this.} spec.homepage = "https://github.com/mitchellh/vagrant-spec" spec.license = "MPL2" 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 "rake" end
Version data entries
97 entries across 30 versions & 3 rubygems