Sha256: b51302e10692bccdab2296adc096906253b449b04b9ffe2a01a131a2dd283898

Contents?: true

Size: 295 Bytes

Versions: 2

Compression:

Stored size: 295 Bytes

Contents

require "pathname"
require "vagrant/action/builder"

module VagrantPlugins
  module PluginBundler
    module Action
      # The autoload farm
      action_root = Pathname.new(File.expand_path("../action", __FILE__))
      autoload :Check, action_root.join("check")
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-plugin-bundler-0.1.1 lib/vagrant-plugin-bundler/action.rb
vagrant-plugin-bundler-0.1.0 lib/vagrant-plugin-bundler/action.rb