Sha256: 4e596cd9ad2b1e7de2dde80e20bb63432af57d65879ca67879a7cfafd2aade82
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
require 'vagrant-phpstorm-tunnel/configurator' module VagrantPhpstormTunnel class Plugin < Vagrant.plugin('2') name 'vagrant-phpstorm-tunnel' %w{up provision}.each do |action| action_hook(:install_tunnel, "machine_action_#{action}".to_sym) do |hook| hook.append VagrantPhpstormTunnel::Configurator end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-phpstorm-tunnel-0.0.7 | lib/vagrant-phpstorm-tunnel.rb |
vagrant-phpstorm-tunnel-0.0.6 | lib/vagrant-phpstorm-tunnel.rb |
vagrant-phpstorm-tunnel-0.0.5 | lib/vagrant-phpstorm-tunnel.rb |