Sha256: 8abf04103883957e67b1720778d3544a65c0f1a2a5cd0f88fc760d43162f207d
Contents?: true
Size: 838 Bytes
Versions: 3
Compression:
Stored size: 838 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ventriloquist/version' Gem::Specification.new do |spec| spec.name = "ventriloquist" spec.version = VagrantPlugins::Ventriloquist::VERSION spec.authors = ["Fabio Rehm"] spec.email = ["fgrehm@gmail.com"] spec.description = %q{Vagrant development environments made easy} spec.summary = spec.description spec.homepage = "https://github.com/fgrehm/ventriloquist" 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_dependency 'vocker', '~> 0.3.3' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ventriloquist-0.3.2 | ventriloquist.gemspec |
ventriloquist-0.3.1 | ventriloquist.gemspec |
ventriloquist-0.3.0 | ventriloquist.gemspec |