Sha256: e2387cde1594efbec7b3424599dc67ac680f038690b7e6190d9e00fc1eafb058
Contents?: true
Size: 419 Bytes
Versions: 4
Compression:
Stored size: 419 Bytes
Contents
# rubocop:disable Style/FileName # # squelch: # lib/vagrant-alpine.rb:1:1: C: Use snake_case for source file names. # require 'pathname' # require 'pathname' require 'vagrant-alpine/plugin' module VagrantPlugins module GuestAlpine # lib_path = Pathname.new(File.expand_path('../vagrant-alpine', __FILE__)) # autoload :Action, lib_path.join('action') # autoload :Errors, lib_path.join('errors') end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vagrant-alpine-0.4.0 | lib/vagrant-alpine.rb |
vagrant-alpine-0.3.0 | lib/vagrant-alpine.rb |
vagrant-alpine-0.2.0 | lib/vagrant-alpine.rb |
vagrant-alpine-0.1.3 | lib/vagrant-alpine.rb |