Sha256: f6aa44ed6545370e96e85ae36a163158bb86cf2fb8cb62d511275b1c81daba9a
Contents?: true
Size: 391 Bytes
Versions: 1
Compression:
Stored size: 391 Bytes
Contents
require 'vagrant-mutate/version' require 'vagrant-mutate/errors' module VagrantMutate class Plugin < Vagrant.plugin('2') name 'vagrant-mutate' command 'mutate' do setup_i18n require 'vagrant-mutate/mutate' Mutate end def self.setup_i18n I18n.load_path << File.expand_path('../../locales/en.yml', __FILE__) I18n.reload! end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-mutate-0.1.2 | lib/vagrant-mutate.rb |