Sha256: 72c18de5726c4b0cf461545ab39ed796864e0d4d144b652584fd0d38c214afdc
Contents?: true
Size: 300 Bytes
Versions: 14
Compression:
Stored size: 300 Bytes
Contents
module VagrantPlugins module Scp class Plugin < Vagrant.plugin('2') name 'vagrant-scp' description <<-DESC Copy files to vagrant boxes via scp DESC command "scp" do require_relative 'commands/scp.rb' Command::Scp end end end end
Version data entries
14 entries across 14 versions & 1 rubygems