Sha256: 71b5fc3923149a8dd464d0ce34d7467034dfbea42b23822dcbc0cb3d6d1057a4

Contents?: true

Size: 324 Bytes

Versions: 5

Compression:

Stored size: 324 Bytes

Contents

require 'vagrant'
require 'vagrant-adam/plugin'
require 'vagrant-adam/config'

module VagrantPlugins
  #
  module Adam
    def self.source_root
      @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
    end

    I18n.load_path << File.expand_path('locales/en.yml', source_root)
    I18n.reload!
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-adam-0.5.0a lib/vagrant-adam.rb
vagrant-adam-0.4.0a lib/vagrant-adam.rb
vagrant-adam-0.3.0a lib/vagrant-adam.rb
vagrant-adam-0.2.0a lib/vagrant-adam.rb
vagrant-adam-0.1.0a lib/vagrant-adam.rb