Sha256: e7577208cb6da680465a6b217d3cb505a91a3012dbfe8e29e86574881649da33
Contents?: true
Size: 927 Bytes
Versions: 1
Compression:
Stored size: 927 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'vagrant-shell-local/version' Gem::Specification.new do |spec| spec.name = "vagrant-shell-local" spec.version = VagrantPlugins::ShellLocal::VERSION spec.authors = ["Alexander Bondarev"] spec.email = ["alexander.i.bondarev@gmail.com"] spec.description = %q{a vagrant provisioner to run commands on the host} spec.summary = %q{a vagrant provisioner to run commands on the host} 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-shell-local-0.0.1 | vagrant-shell-local.gemspec |