Sha256: 878193e76113d594a522c6ae1b5919dd32b9af472f7c41e3e971eac214b35c9d

Contents?: true

Size: 1.04 KB

Versions: 24

Compression:

Stored size: 1.04 KB

Contents

# Copyright 2013 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

require "pathname"
require "vagrant-google/plugin"

module VagrantPlugins
  module Google
    lib_path = Pathname.new(File.expand_path("../vagrant-google", __FILE__))
    autoload :Action, lib_path.join("action")
    autoload :Errors, lib_path.join("errors")

    # This returns the path to the source of this plugin.
    #
    # @return [Pathname]
    def self.source_root
      @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
vagrant-google-2.7.0 lib/vagrant-google.rb
vagrant-google-2.6.0 lib/vagrant-google.rb
vagrant-google-2.5.0 lib/vagrant-google.rb
vagrant-google-2.4.0 lib/vagrant-google.rb
vagrant-google-2.4.0.rc0 lib/vagrant-google.rb
vagrant-google-2.3.0 lib/vagrant-google.rb
vagrant-google-2.3.0.rc0 lib/vagrant-google.rb
vagrant-google-2.2.1 lib/vagrant-google.rb
vagrant-google-2.2.0 lib/vagrant-google.rb
vagrant-google-2.2.0.rc0 lib/vagrant-google.rb
vagrant-google-2.1.0 lib/vagrant-google.rb
vagrant-google-2.0.0 lib/vagrant-google.rb
vagrant-google-2.0.0.rc1 lib/vagrant-google.rb
vagrant-google-2.0.0.rc0 lib/vagrant-google.rb
vagrant-google-1.0.0 lib/vagrant-google.rb
vagrant-google-1.0.0.rc0 lib/vagrant-google.rb
vagrant-google-0.2.5 lib/vagrant-google.rb
vagrant-google-0.2.5.rc0 lib/vagrant-google.rb
vagrant-google-0.2.4 lib/vagrant-google.rb
vagrant-google-0.2.3 lib/vagrant-google.rb