Sha256: dba57f3f1586f86bf45707cb8e8cb99e8ad038a31e26875cb5493882c55b7075
Contents?: true
Size: 917 Bytes
Versions: 1
Compression:
Stored size: 917 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" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-shell-local-0.1.0 | vagrant-shell-local.gemspec |