Module: VagrantPlugins::GPIICi
- Defined in:
- lib/vagrant-gpii-ci.rb,
lib/vagrant-gpii-ci/action.rb,
lib/vagrant-gpii-ci/plugin.rb,
lib/vagrant-gpii-ci/version.rb,
lib/vagrant-gpii-ci/command/ci.rb,
lib/vagrant-gpii-ci/command/base.rb,
lib/vagrant-gpii-ci/command/init.rb,
lib/vagrant-gpii-ci/command/test.rb,
lib/vagrant-gpii-ci/action/update_hosts.rb,
lib/vagrant-gpii-ci/action/init_environment.rb,
lib/vagrant-gpii-ci/action/build_vagrantfile.rb
Defined Under Namespace
Modules: Action, Command Classes: Plugin
Constant Summary collapse
- VERSION =
"0.0.6"
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
13 14 15 |
# File 'lib/vagrant-gpii-ci.rb', line 13 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |